summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-11-06 01:09:57 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-11-06 01:09:57 +0000
commitb092ad6071590fea29dee39a21d7ef5cb22c61bf (patch)
tree5be77984aa084104934b05c33a364aa5ef88ce7a /c/src/lib/libbsp/i386/pc386/ChangeLog
parentNew. (diff)
downloadrtems-b092ad6071590fea29dee39a21d7ef5cb22c61bf.tar.bz2
2009-11-05 Till Straumann <strauman@slac.stanford.edu>
* start/start.S, console/console.c: Separated code that switched console and printk port based on info gathered from the commandline and/or a BSP provided routine into new BSP_console_select() which is called from 'start.S' so that early messages make it to the redirected printk port.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/ChangeLog')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 9cf87179a7..d6b5837ff8 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,12 @@
+2009-11-05 Till Straumann <strauman@slac.stanford.edu>
+
+ * start/start.S, console/console.c: Separated code
+ that switched console and printk port based on info
+ gathered from the commandline and/or a BSP provided
+ routine into new BSP_console_select() which is called
+ from 'start.S' so that early messages make it to the
+ redirected printk port.
+
2009-10-28 Till Straumann <strauman@slac.stanford.edu>
* start/start.S: Make sure initial stack is aligned