summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-05-21 15:26:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-05-21 15:26:20 +0000
commitf7219b211fd1f115f627e87c57cf1569adab6fb4 (patch)
tree24bfbb5df7c4a905200233df0735d156bc5849fe /c/src/lib/libbsp/i386/pc386/ChangeLog
parentFix formatting so script sees PR. (diff)
downloadrtems-f7219b211fd1f115f627e87c57cf1569adab6fb4.tar.bz2
2004-05-21 Till Strauman <strauman@slac.stanford.edu>
* PR 624/bsps startup/bspstart.c: When probing the memory, make sure not to corrupt the application. Only probe addresses beyond rtemsFreeMemStart. * Let IBMPC_outch() convert LF -> CRLF to avoid printk scrambling the screen.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/ChangeLog')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 12e9d818fa..2e465959e1 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,11 @@
+2004-05-21 Till Strauman <strauman@slac.stanford.edu>
+
+ * PR 624/bsps
+ startup/bspstart.c: When probing the memory, make sure not to
+ corrupt the application. Only probe addresses beyond rtemsFreeMemStart.
+ * Let IBMPC_outch() convert LF -> CRLF to avoid printk scrambling
+ the screen.
+
2003-10-02 Till Strauman <strauman@slac.stanford.edu>
PR 502/bsps