You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Nick Clifton 70989abcd4 Add missing copyright and GPL notice to baseboards/msp430-sim.exp 5 years ago
..
README * baseboards/README: Remove mention of devo. 10 years ago
aarch64-sim.exp Cleanup whitespace 6 years ago
am33_2.0-libremote.exp Fix Copyright date 6 years ago
androideabi.exp Establish a default C compiler by evaluating [find_gcc] if no other compiler is given. 6 years ago
arm-ice.exp Cleanup whitespace 6 years ago
arm-sid.exp * configure.ac, dejagnu.h, runtest, runtest.exp, 10 years ago
arm-sim.exp Cleanup whitespace 6 years ago
basic-sid.exp Cleanup whitespace 6 years ago
basic-sim.exp * baseboards/basic-sid.exp, baseboards/basic-sim.exp, 7 years ago
cris-sim.exp Fix Copyright date 6 years ago
d30v-sim.exp Fix Copyright date 6 years ago
fr30-sim.exp Fix Copyright date 6 years ago
frv-sim.exp Fix Copyright date 6 years ago
gdbserver-sample.exp Fix Copyright date 6 years ago
generic-sim.exp * baseboards/androideabi.exp: Remove unnecessary quotes and braces 7 years ago
i386-sid.exp * baseboards/basic-sid.exp, baseboards/basic-sim.exp, 7 years ago
iq2000-sim.exp Cleanup whitespace 6 years ago
jmr3904-sim.exp * configure.ac, dejagnu.h, runtest, runtest.exp, 10 years ago
linux-gdbserver.exp Fix Copyright date 6 years ago
linux-libremote.exp Fix Copyright date 6 years ago
m68k-sid.exp * configure.ac, dejagnu.h, runtest, runtest.exp, 10 years ago
mcore-moto-sim.exp Fix Copyright date 6 years ago
mcore-sim.exp Fix Copyright date 6 years ago
mips-lnews-sim.exp * configure.ac, dejagnu.h, runtest, runtest.exp, 10 years ago
mips-lsi-sim.exp * configure.ac, dejagnu.h, runtest, runtest.exp, 10 years ago
mips-sim-idt32.exp Fix Copyright date 6 years ago
mips-sim-idt64.exp Fix Copyright date 6 years ago
mips-sim-mti32.exp Establish a default C compiler by evaluating [find_gcc] if no other compiler is given. 6 years ago
mips-sim-mti64.exp Establish a default C compiler by evaluating [find_gcc] if no other compiler is given. 6 years ago
mips-sim-mti64_64.exp Establish a default C compiler by evaluating [find_gcc] if no other compiler is given. 6 years ago
mips-sim-mti64_n32.exp Establish a default C compiler by evaluating [find_gcc] if no other compiler is given. 6 years ago
mips-sim-sde32.exp Establish a default C compiler by evaluating [find_gcc] if no other compiler is given. 6 years ago
mips-sim-sde64.exp Establish a default C compiler by evaluating [find_gcc] if no other compiler is given. 6 years ago
mips-sim.exp Fix Copyright date 6 years ago
mmixware-sim.exp Fix Copyright date 6 years ago
mn10200-sim.exp Fix Copyright date 6 years ago
mn10300-sim.exp Cleanup whitespace 6 years ago
moxie-sim.exp Cleanup whitespace 6 years ago
msp430-sim.exp Add missing copyright and GPL notice to baseboards/msp430-sim.exp 5 years ago
mt-sid.exp * baseboards/basic-sid.exp, baseboards/basic-sim.exp, 7 years ago
multi-sim.exp * baseboards/androideabi.exp: Remove unnecessary quotes and braces 7 years ago
pi.exp Work with cross GDB. 6 years ago
powerpc-sim.exp Fix Copyright date 6 years ago
powerpcle-sim.exp Fix Copyright date 6 years ago
pru-sim.exp Add baseboard for PRU simulator 5 years ago
qemu.exp Tidy whitespace in baseboards/qemu.exp 6 years ago
riscv-sim.exp Add riscv-sim.exp 6 years ago
rx-sim.exp Establish a default C compiler by evaluating [find_gcc] if no other compiler is given. 6 years ago
sh-sid.exp * baseboards/basic-sid.exp, baseboards/basic-sim.exp, 7 years ago
sh-sim.exp Establish a default C compiler by evaluating [find_gcc] if no other compiler is given. 6 years ago
sparc-sim.exp Fix Copyright date 6 years ago
sparc64-sim.exp Fix Copyright date 6 years ago
sparclite-sim-le.exp Fix Copyright date 6 years ago
sparclite-sim.exp Fix Copyright date 6 years ago
tx39-sim.exp * configure.ac, dejagnu.h, runtest, runtest.exp, 10 years ago
unix.exp Fix Copyright date 6 years ago
v850-sim.exp Fix Copyright date 6 years ago
visium-sim.exp Establish a default C compiler by evaluating [find_gcc] if no other compiler is given. 6 years ago
vr4100-sim.exp * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp, 7 years ago
vr4111-sim.exp * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp, 7 years ago
vr4300-sim.exp * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp, 7 years ago
xtensa-sim.exp Fix Copyright date 6 years ago

README

The files in this directory are used to describe the basic
configuration of a board. (Note that we use "board" in its loosest
sense, referring to either a target or host). The structure of these
files is very similar, and I would suggest that you follow this when
writing a new one.

Two files need to be created for a given board; the appropriate file
in this directory, and one in config/. The one in here is used to set
up entries in the data array describing the board, while the one in
devo/dejagnu/config is used to describe the actions used to actually
communicate with the board.

A third file (the site-specific machine file) can be used to describe
any site-specific functionality, such as port numbers, serial devices,
etc.