From 31061ba41d4a59e32f997476ab698c53ee10987b Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 23 Mar 2016 09:46:54 +1100 Subject: [PATCH] * baseboards/README: Remove mention of devo. * baseboards/iq2000-sim.exp: Likewise. * baseboards/moxie-sim.exp: Likewise. --- ChangeLog | 6 ++++++ baseboards/README | 8 ++++---- baseboards/iq2000-sim.exp | 1 - baseboards/moxie-sim.exp | 1 - 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index ad2ad3c..8ddc47c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2016-03-23 Ben Elliston + * baseboards/README: Remove mention of devo. + * baseboards/iq2000-sim.exp: Likewise. + * baseboards/moxie-sim.exp: Likewise. + +2016-03-23 Ben Elliston + * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp. * Makefile.in: Regenerate. * baseboards/arm-ice.exp: Reinstate. diff --git a/baseboards/README b/baseboards/README index 590bc43..8a4da9e 100644 --- a/baseboards/README +++ b/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, diff --git a/baseboards/iq2000-sim.exp b/baseboards/iq2000-sim.exp index 986f38f..293c1cc 100644 --- a/baseboards/iq2000-sim.exp +++ b/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. diff --git a/baseboards/moxie-sim.exp b/baseboards/moxie-sim.exp index 985b0e1..8a9a0ea 100644 --- a/baseboards/moxie-sim.exp +++ b/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. -- 2.7.4