summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-22 21:54:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-22 21:54:25 +0000
commit9b623eee1697683ca94ceb852df7f4dee05c668f (patch)
tree5b4653b94c69bb0c8a895c4c124713352e66f12e /c/src/lib/libcpu/arm/ChangeLog
parent2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-9b623eee1697683ca94ceb852df7f4dee05c668f.tar.bz2
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* at91rm9200/dbgu/dbgu.c: 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. This driver had to support the standard poll key input method.
Diffstat (limited to 'c/src/lib/libcpu/arm/ChangeLog')
-rw-r--r--c/src/lib/libcpu/arm/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/arm/ChangeLog b/c/src/lib/libcpu/arm/ChangeLog
index b9e7757c83..d2ee041681 100644
--- a/c/src/lib/libcpu/arm/ChangeLog
+++ b/c/src/lib/libcpu/arm/ChangeLog
@@ -1,3 +1,12 @@
+2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * at91rm9200/dbgu/dbgu.c: 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. This driver had to support the standard poll
+ key input method.
+
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* at91rm9200/timer/timer.c, lpc22xx/timer/timer.c,