summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-08 13:29:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-08 13:29:13 +0000
commit0eef948fc5d88c983192666e5e01b52017efd424 (patch)
treead9ab0a25e107fcf6311744a0f95447deaf6e697 /c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
parentchanged version to ss-20010525 (diff)
downloadrtems-0eef948fc5d88c983192666e5e01b52017efd424.tar.bz2
2000-06-08 Eric Valette <valette@crf.canon.fr>
* console/console.c, include/commproc.h, startup/start.S: The printk/printf did not work when loaded by EPPCBUG. They did work when loaded with the BDM debugger. I suspected EPPBUG made some nasty things like patching Communication processor microcode... Anyway, the attached patch: 1) Enables to have printk nearly immediately after boot, 2) Make printf work automagically (I do not know why except I make a different initialization for printk that should be overwritten by console init later ?) I let the default to be using EPPCBUG embedded firmware to boot and using this printk early enabler code (LOADED_BY_EPPCBUG and EARLY_CONSOLE) are on.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
index a66b1a6ab7..02a38cb8d1 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
@@ -1,3 +1,19 @@
+2000-06-08 Eric Valette <valette@crf.canon.fr>
+
+ * console/console.c, include/commproc.h, startup/start.S:
+ The printk/printf did not work when loaded by EPPCBUG. They did
+ work when loaded with the BDM debugger. I suspected EPPBUG
+ made some nasty things like patching Communication processor
+ microcode... Anyway, the attached patch:
+ 1) Enables to have printk nearly immediately after boot,
+ 2) Make printf work automagically (I do not know why except I make a
+ different initialization for printk that should be overwritten by
+ console init later ?)
+
+ I let the default to be using EPPCBUG embedded firmware to boot and
+ using this printk early enabler code (LOADED_BY_EPPCBUG and
+ EARLY_CONSOLE) are on.
+
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).