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 17cf7a3dd7 * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp. 23 years ago
..
README Initial revision 26 years ago
arc.exp Use a consistent GNU copyright header throughout. 23 years ago
arm-ice.exp Use a consistent GNU copyright header throughout. 23 years ago
base-config.exp Use a consistent GNU copyright header throughout. 23 years ago
base68k.exp Use a consistent GNU copyright header throughout. 23 years ago
bug.exp Use a consistent GNU copyright header throughout. 23 years ago
cfdbug.exp Use a consistent GNU copyright header throughout. 23 years ago
cygmon.exp Use a consistent GNU copyright header throughout. 23 years ago
d10v.exp Use a consistent GNU copyright header throughout. 23 years ago
ddb-ether.exp Use a consistent GNU copyright header throughout. 23 years ago
ddb.exp Use a consistent GNU copyright header throughout. 23 years ago
default.exp * Merge dejagnu_1_4_branch up to dejagnu-1_4_4 tag. 23 years ago
dos.exp Use a consistent GNU copyright header throughout. 23 years ago
dve.exp Use a consistent GNU copyright header throughout. 23 years ago
gdb-comm.exp Use a consistent GNU copyright header throughout. 23 years ago
gdb_stub.exp Use a consistent GNU copyright header throughout. 23 years ago
h8300.exp Use a consistent GNU copyright header throughout. 23 years ago
i386-bozo.exp Use a consistent GNU copyright header throughout. 23 years ago
i960.exp Use a consistent GNU copyright header throughout. 23 years ago
m32r-stub.exp Use a consistent GNU copyright header throughout. 23 years ago
m32r.exp Use a consistent GNU copyright header throughout. 23 years ago
m68hc11.exp Use a consistent GNU copyright header throughout. 23 years ago
m68k-emc.exp Use a consistent GNU copyright header throughout. 23 years ago
mips-idt.exp Use a consistent GNU copyright header throughout. 23 years ago
mn10200-eval.exp Use a consistent GNU copyright header throughout. 23 years ago
mn10300-eval.exp Use a consistent GNU copyright header throughout. 23 years ago
netware.exp Use a consistent GNU copyright header throughout. 23 years ago
powerpc-bug.exp Use a consistent GNU copyright header throughout. 23 years ago
proelf.exp Use a consistent GNU copyright header throughout. 23 years ago
rom68k.exp Use a consistent GNU copyright header throughout. 23 years ago
sh.exp Use a consistent GNU copyright header throughout. 23 years ago
sid.exp 2003-08-23 Corinna Vinschen <vinschen@redhat.com> 23 years ago
sim.exp Use a consistent GNU copyright header throughout. 23 years ago
slite.exp Use a consistent GNU copyright header throughout. 23 years ago
sparclet.exp Use a consistent GNU copyright header throughout. 23 years ago
tic80.exp Use a consistent GNU copyright header throughout. 23 years ago
unix.exp Use a consistent GNU copyright header throughout. 23 years ago
vr4100.exp Use a consistent GNU copyright header throughout. 23 years ago
vr4300.exp Use a consistent GNU copyright header throughout. 23 years ago
vr5000.exp Use a consistent GNU copyright header throughout. 23 years ago
vxworks.exp Use a consistent GNU copyright header throughout. 23 years ago

README

The files in this directory define a basic set of functionality for each
board. They are loaded by calling "load_generic_config", normally done
as part of the baseboard description for a given board.

This functionality is a partial replacement for the tool-specific
configuration previously found in the testsuite/config directory. Note
that no tool-specific actions are defined here; they still need to be
defined by the tool-specific config files. However, for tools that
simply wish to download and execute programs on a board, the
functionality here should be sufficient.

The functions that can be defined are:

${board}_open
${board}_close
${board}_exec
${board}_binary
${board}_reboot
${board}_download
${board}_upload
${board}_transmit
${board}_send
${board}_file
${board}_spawn
${board}_load

Normally these functions are invoked indirectly by the testcases when
they invoke the remote_xxx version of the function.

The ${board}_xxx functions will be called in preference to the default
versions (or the ones specified by the "connect" protocol in the board
description). However, the version defined by the "connect" protocol
are still accessible by calling remote_raw_xxx, which will ignore any
board-specific or generic versions of these functions.