toolchain/gcc-linaro-6.3.1-2017.02-x8.../share/dejagnu/baseboards
chenyf b6d0cc6235 1 2024-03-22 13:10:17 +08:00
..
README 1 2024-03-22 13:10:17 +08:00
am33_2.0-libremote.exp 1 2024-03-22 13:10:17 +08:00
androideabi.exp 1 2024-03-22 13:10:17 +08:00
arm-ice.exp 1 2024-03-22 13:10:17 +08:00
arm-sid.exp 1 2024-03-22 13:10:17 +08:00
arm-sim.exp 1 2024-03-22 13:10:17 +08:00
basic-sid.exp 1 2024-03-22 13:10:17 +08:00
basic-sim.exp 1 2024-03-22 13:10:17 +08:00
cris-sim.exp 1 2024-03-22 13:10:17 +08:00
d30v-sim.exp 1 2024-03-22 13:10:17 +08:00
fr30-sim.exp 1 2024-03-22 13:10:17 +08:00
frv-sim.exp 1 2024-03-22 13:10:17 +08:00
gdbserver-sample.exp 1 2024-03-22 13:10:17 +08:00
i386-sid.exp 1 2024-03-22 13:10:17 +08:00
iq2000-sim.exp 1 2024-03-22 13:10:17 +08:00
jmr3904-sim.exp 1 2024-03-22 13:10:17 +08:00
linux-gdbserver.exp 1 2024-03-22 13:10:17 +08:00
linux-libremote.exp 1 2024-03-22 13:10:17 +08:00
m68k-sid.exp 1 2024-03-22 13:10:17 +08:00
mcore-moto-sim.exp 1 2024-03-22 13:10:17 +08:00
mcore-sim.exp 1 2024-03-22 13:10:17 +08:00
mips-lnews-sim.exp 1 2024-03-22 13:10:17 +08:00
mips-lsi-sim.exp 1 2024-03-22 13:10:17 +08:00
mips-sim-idt32.exp 1 2024-03-22 13:10:17 +08:00
mips-sim-idt64.exp 1 2024-03-22 13:10:17 +08:00
mips-sim-mti32.exp 1 2024-03-22 13:10:17 +08:00
mips-sim-mti64.exp 1 2024-03-22 13:10:17 +08:00
mips-sim-mti64_64.exp 1 2024-03-22 13:10:17 +08:00
mips-sim-mti64_n32.exp 1 2024-03-22 13:10:17 +08:00
mips-sim-sde32.exp 1 2024-03-22 13:10:17 +08:00
mips-sim-sde64.exp 1 2024-03-22 13:10:17 +08:00
mips-sim.exp 1 2024-03-22 13:10:17 +08:00
mmixware-sim.exp 1 2024-03-22 13:10:17 +08:00
mn10200-sim.exp 1 2024-03-22 13:10:17 +08:00
mn10300-sim.exp 1 2024-03-22 13:10:17 +08:00
msp430-sim.exp 1 2024-03-22 13:10:17 +08:00
mt-sid.exp 1 2024-03-22 13:10:17 +08:00
multi-sim.exp 1 2024-03-22 13:10:17 +08:00
powerpc-sim.exp 1 2024-03-22 13:10:17 +08:00
powerpcle-sim.exp 1 2024-03-22 13:10:17 +08:00
rx-sim.exp 1 2024-03-22 13:10:17 +08:00
sh-sid.exp 1 2024-03-22 13:10:17 +08:00
sh-sim.exp 1 2024-03-22 13:10:17 +08:00
sparc-sim.exp 1 2024-03-22 13:10:17 +08:00
sparc64-sim.exp 1 2024-03-22 13:10:17 +08:00
sparclite-sim-le.exp 1 2024-03-22 13:10:17 +08:00
sparclite-sim.exp 1 2024-03-22 13:10:17 +08:00
tx39-sim.exp 1 2024-03-22 13:10:17 +08:00
unix.exp 1 2024-03-22 13:10:17 +08:00
v850-sim.exp 1 2024-03-22 13:10:17 +08:00
visium-sim.exp 1 2024-03-22 13:10:17 +08:00
vr4100-sim.exp 1 2024-03-22 13:10:17 +08:00
vr4111-sim.exp 1 2024-03-22 13:10:17 +08:00
vr4300-sim.exp 1 2024-03-22 13:10:17 +08:00
xtensa-sim.exp 1 2024-03-22 13:10:17 +08:00

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.