From 0eef948fc5d88c983192666e5e01b52017efd424 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 8 Jun 2001 13:29:13 +0000 Subject: 2000-06-08 Eric Valette * 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. --- c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog') 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 + + * 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 * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]). -- cgit v1.2.3