Browse Source

* baseboards/README: Remove mention of devo.

* baseboards/iq2000-sim.exp: Likewise.
	* baseboards/moxie-sim.exp: Likewise.
dejagnu-1.6
Ben Elliston 10 years ago
parent
commit
31061ba41d
  1. 6
      ChangeLog
  2. 8
      baseboards/README
  3. 1
      baseboards/iq2000-sim.exp
  4. 1
      baseboards/moxie-sim.exp

6
ChangeLog

@ -1,3 +1,9 @@
2016-03-23 Ben Elliston <bje@gnu.org>
* baseboards/README: Remove mention of devo.
* baseboards/iq2000-sim.exp: Likewise.
* baseboards/moxie-sim.exp: Likewise.
2016-03-23 Ben Elliston <bje@gnu.org>
* Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.

8
baseboards/README

@ -5,10 +5,10 @@ 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.
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,

1
baseboards/iq2000-sim.exp

@ -27,7 +27,6 @@ load_generic_config "sim"
# basic-sim.exp is a basic description for the standard Cygnus simulator.
load_base_board_description "basic-sim"
# "iq2000" is the name of the sim subdir in devo/sim.
setup_sim iq2000
# No multilib options needed by default.

1
baseboards/moxie-sim.exp

@ -26,7 +26,6 @@ load_generic_config "sim"
# basic-sim.exp is a basic description for the standard Cygnus simulator.
load_base_board_description "basic-sim"
# "moxie" is the name of the sim subdir in devo/sim.
setup_sim moxie
# No multilib options needed by default.

Loading…
Cancel
Save