Changeset 622a429 in rtems
- Timestamp:
- 06/08/01 13:32:08 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 93379eb
- Parents:
- 0eef948f
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ChangeLog
r0eef948f r622a429 1 2000-06-08 Eric Valette <valette@crf.canon.fr> 2 3 * mpc8xx/console-generic/console-generic.c: 4 The printk/printf did not work when loaded by EPPCBUG. They did 5 work when loaded with the BDM debugger. I suspected EPPBUG 6 made some nasty things like patching Communication processor 7 microcode... Anyway, the attached patch: 8 1) Enables to have printk nearly immediately after boot, 9 2) Make printf work automagically (I do not know why except I make a 10 different initialization for printk that should be overwritten by 11 console init later ?) 12 13 I let the default to be using EPPCBUG embedded firmware to boot and 14 using this printk early enabler code (LOADED_BY_EPPCBUG and 15 EARLY_CONSOLE) are on. 16 1 17 2001-05-24 Tom Armistead <tom_armistead@phx.mcd.mot.com> 2 18 -
c/src/lib/libcpu/powerpc/mpc8xx/console-generic/console-generic.c
r0eef948f r622a429 899 899 return; 900 900 901 m8xx.sdcr = 0x01; /* as per section 16.10.2.1 MPC821UM/AD */ 901 902 /* Get the simode clock source bit values for 9600 bps */ 902 903 brg = m8xx_get_brg_clk(9600);
Note: See TracChangeset
for help on using the changeset viewer.