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.
 
 
 
 
 
 
Rob Savoye 1f449230d7 * Makefile.am: Add a clean-local target, and nuke example and 25 years ago
..
README Initial revision 26 years ago
a29k-udi.exp Initial revision 26 years ago
arc-sim.exp * Most all files: Update copyright notices. 26 years ago
arm-ice.exp Initial revision 26 years ago
arm-sim.exp * Most all files: Update copyright notices. 26 years ago
basic-sim.exp Initial revision 26 years ago
cf.exp Initial revision 26 years ago
cygmon.exp Initial revision 26 years ago
cygwin.exp Initial revision 26 years ago
d10v-sim.exp Initial revision 26 years ago
d10v.exp Initial revision 26 years ago
d30v-sim.exp Initial revision 26 years ago
danlite-elf.exp Initial revision 26 years ago
dos.exp Initial revision 26 years ago
fr30-cygmon.exp Initial revision 26 years ago
fr30-elf.exp Initial revision 26 years ago
fr30-sim.exp * Most all files: Update copyright notices. 26 years ago
h8300-sim.exp * Makefile.am: Add a clean-local target, and nuke example and 25 years ago
h8300.exp Initial revision 26 years ago
i386-bozo.exp Initial revision 26 years ago
i960-cyclone.exp Initial revision 26 years ago
i960-sim.exp Initial revision 26 years ago
jmr3904-sim.exp Initial revision 26 years ago
linux-gdbserver.exp Initial revision 26 years ago
linux-libremote.exp Initial revision 26 years ago
m32r-elf.exp Initial revision 26 years ago
m32r-sim.exp * Most all files: Update copyright notices. 26 years ago
m68hc11-sim.exp * baseboards/m68hc11-sim.exp: New file for 68HC11/68HC12 validation. 26 years ago
m68k-emc.exp Initial revision 26 years ago
mcore-elf.exp Initial revision 26 years ago
mcore-moto-sim.exp Initial revision 26 years ago
mcore-pe.exp Initial revision 26 years ago
mcore-sim.exp * Most all files: Update copyright notices. 26 years ago
mips-idt.exp Initial revision 26 years ago
mips-lnews-sim.exp Initial revision 26 years ago
mips-lsi-sim.exp Initial revision 26 years ago
mips-sim.exp Initial revision 26 years ago
mips64-sim.exp Initial revision 26 years ago
mips64vr4100-sim.exp Initial revision 26 years ago
mn10200-cygmon.exp Initial revision 26 years ago
mn10200-sim.exp * Most all files: Update copyright notices. 26 years ago
mn10300-cygmon.exp Initial revision 26 years ago
mn10300-sim.exp * Most all files: Update copyright notices. 26 years ago
msparc-cygmon.exp Initial revision 26 years ago
op50n.exp Initial revision 26 years ago
powerpc-bug.exp Initial revision 26 years ago
powerpc-bug1.exp Initial revision 26 years ago
powerpc-sim.exp Initial revision 26 years ago
powerpcle-sim.exp Initial revision 26 years ago
rom68k-idp.exp Initial revision 26 years ago
sh-hms-sim.exp Initial revision 26 years ago
sh-hms.exp Initial revision 26 years ago
sparc64-sim.exp Initial revision 26 years ago
sparclet-aout.exp Initial revision 26 years ago
sparclite-coff.exp Initial revision 26 years ago
sparclite-cygmon.exp Initial revision 26 years ago
sparclite-sim-le.exp Initial revision 26 years ago
sparclite-sim.exp Initial revision 26 years ago
strongarm-cygmon.exp Initial revision 26 years ago
tic80-sim.exp Initial revision 26 years ago
tx39-dve.exp Initial revision 26 years ago
tx39-sim.exp * Most all files: Update copyright notices. 26 years ago
unix.exp * Makefile.am: Add a clean-local target, and nuke example and 25 years ago
usparc-cygmon.exp Initial revision 26 years ago
v850-sim.exp Initial revision 26 years ago
vr4100-ddb.exp Initial revision 26 years ago
vr4100-sim.exp Initial revision 26 years ago
vr4111-sim.exp Initial revision 26 years ago
vr4300-ddb.exp Initial revision 26 years ago
vr4300-sim.exp Initial revision 26 years ago
vr4300.exp Initial revision 26 years ago
vr5000-ddb.exp Initial revision 26 years ago
vx68k.exp Initial revision 26 years ago
vx960.exp Initial revision 26 years ago
vx4300.exp Initial revision 26 years ago
vxsparc.exp Initial revision 26 years ago
x86-cygmon.exp Initial revision 26 years ago
xscale-cygmon.exp Initial revision 26 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 devo/dejagnu/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.