summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
diff options
context:
space:
mode:
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]).