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.
 
 
 
 
 
 
Ben Elliston 6e9e1d44d6 * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp, 11 years ago
..
README * baseboards/README: Remove mention of devo. 11 years ago
am33_2.0-libremote.exp Upgrade to GPL version 3. 16 years ago
androideabi.exp More fixes identified by the Frink static analyser: 11 years ago
arm-ice.exp * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp. 11 years ago
arm-sid.exp Upgrade to GPL version 3. 16 years ago
arm-sim.exp * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp. 11 years ago
basic-sid.exp More fixes identified by the Frink static analyser: 11 years ago
basic-sim.exp Upgrade to GPL version 3. 16 years ago
cris-sim.exp * baseboards/cris-sim.exp: Remove trailing semicolon(s). 16 years ago
d30v-sim.exp Upgrade to GPL version 3. 16 years ago
fr30-sim.exp Upgrade to GPL version 3. 16 years ago
frv-sim.exp Upgrade to GPL version 3. 16 years ago
gdbserver-sample.exp Upgrade to GPL version 3. 16 years ago
generic-sim.exp * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in 11 years ago
i386-sid.exp Upgrade to GPL version 3. 16 years ago
iq2000-sim.exp * baseboards/README: Remove mention of devo. 11 years ago
jmr3904-sim.exp Upgrade to GPL version 3. 16 years ago
linux-gdbserver.exp Upgrade to GPL version 3. 16 years ago
linux-libremote.exp Upgrade to GPL version 3. 16 years ago
m68k-sid.exp Upgrade to GPL version 3. 16 years ago
mcore-moto-sim.exp * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp, 11 years ago
mcore-sim.exp Upgrade to GPL version 3. 16 years ago
mips-lnews-sim.exp Upgrade to GPL version 3. 16 years ago
mips-lsi-sim.exp Upgrade to GPL version 3. 16 years ago
mips-sim-idt32.exp Upgrade to GPL version 3. 16 years ago
mips-sim-idt64.exp Upgrade to GPL version 3. 16 years ago
mips-sim-mti32.exp * Makefile.am (baseboard_SCRIPTS): Add new baseboards. 14 years ago
mips-sim-mti64.exp * Makefile.am (baseboard_SCRIPTS): Add new baseboards. 14 years ago
mips-sim-mti64_64.exp * Makefile.am (baseboard_SCRIPTS): Add new baseboards. 14 years ago
mips-sim-mti64_n32.exp * Makefile.am (baseboard_SCRIPTS): Add new baseboards. 14 years ago
mips-sim-sde32.exp * Makefile.am (baseboard_SCRIPTS): Add new baseboards. 14 years ago
mips-sim-sde64.exp * Makefile.am (baseboard_SCRIPTS): Add new baseboards. 14 years ago
mips-sim.exp Upgrade to GPL version 3. 16 years ago
mmixware-sim.exp * baseboards/mcore-moto-sim.exp: Remove old FIXME comment. 11 years ago
mn10200-sim.exp Upgrade to GPL version 3. 16 years ago
mn10300-sim.exp Upgrade to GPL version 3. 16 years ago
moxie-sim.exp * baseboards/README: Remove mention of devo. 11 years ago
mt-sid.exp * baseboards/cris-sim.exp: Remove trailing semicolon(s). 16 years ago
multi-sim.exp More fixes identified by the Frink static analyser: 11 years ago
powerpc-sim.exp Upgrade to GPL version 3. 16 years ago
powerpcle-sim.exp Upgrade to GPL version 3. 16 years ago
rx-sim.exp Upgrade to GPL version 3. 16 years ago
sh-sid.exp Upgrade to GPL version 3. 16 years ago
sh-sim.exp Upgrade to GPL version 3. 16 years ago
sparc-sim.exp Upgrade to GPL version 3. 16 years ago
sparc64-sim.exp Upgrade to GPL version 3. 16 years ago
sparclite-sim-le.exp Upgrade to GPL version 3. 16 years ago
sparclite-sim.exp Upgrade to GPL version 3. 16 years ago
tx39-sim.exp * baseboards/cris-sim.exp: Remove trailing semicolon(s). 16 years ago
unix.exp * baseboards/unix.exp: Add gdb settings to not use hardware 13 years ago
v850-sim.exp Upgrade to GPL version 3. 16 years ago
visium-sim.exp * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp. 12 years ago
vr4100-sim.exp Upgrade to GPL version 3. 16 years ago
vr4111-sim.exp Upgrade to GPL version 3. 16 years ago
vr4300-sim.exp Upgrade to GPL version 3. 16 years ago
xtensa-sim.exp Upgrade to GPL version 3. 16 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.