summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-22 21:50:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-22 21:50:17 +0000
commit2fb1805ab69bf0dbe1e383230355018b3ca5d079 (patch)
treed7e9bbec1a41035be0647c9c118780aad5f1307d /c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
parent2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2fb1805ab69bf0dbe1e383230355018b3ca5d079.tar.bz2
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, console/console.c, include/bsp.h: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants. * startup/bspreset.c: New file. * startup/bspclean.c: Removed.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen83xx/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog b/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
index 172ab230fa..f1295e0acd 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
@@ -1,5 +1,15 @@
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * Makefile.am, console/console.c, include/bsp.h: Use standardized
+ bsp_cleanup() which can optionally print a message, poll for user to
+ press key, and call bsp_reset(). Using this eliminates the various
+ bsp_cleanup() implementations which had their own implementation and
+ variety of string constants.
+ * startup/bspreset.c: New file.
+ * startup/bspclean.c: Removed.
+
+2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* include/bsp.h, network/network.c: Fix missed name change.
2008-09-22 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>