Changed PPC44x startup message (cpu info, speed...) to common style:
On PPC44x platforms, the startup message generated in "cpu.c" only comprised the ppc type and revision but not additional informations like speed etc. Those speed infos where printed in the board specific code. This new implementation now prints all CPU infos in the common cpu specific code. No board specific code is needed anymore and therefore removed from all current 44x implementations. Patch by Stefan Roese, 27 Nov 2005
Showing
- CHANGELOG 9 additions, 0 deletionsCHANGELOG
- board/amcc/bamboo/bamboo.c 1 addition, 10 deletionsboard/amcc/bamboo/bamboo.c
- board/amcc/ebony/ebony.c 0 additions, 8 deletionsboard/amcc/ebony/ebony.c
- board/amcc/ocotea/ocotea.c 0 additions, 8 deletionsboard/amcc/ocotea/ocotea.c
- board/amcc/yellowstone/yellowstone.c 1 addition, 11 deletionsboard/amcc/yellowstone/yellowstone.c
- board/amcc/yosemite/yosemite.c 1 addition, 11 deletionsboard/amcc/yosemite/yosemite.c
- board/prodrive/p3p440/p3p440.c 0 additions, 11 deletionsboard/prodrive/p3p440/p3p440.c
- board/sandburst/karef/karef.c 0 additions, 6 deletionsboard/sandburst/karef/karef.c
- board/sandburst/metrobox/metrobox.c 0 additions, 7 deletionsboard/sandburst/metrobox/metrobox.c
- board/xpedite1k/xpedite1k.c 0 additions, 8 deletionsboard/xpedite1k/xpedite1k.c
- cpu/ppc4xx/cpu.c 131 additions, 102 deletionscpu/ppc4xx/cpu.c
- include/configs/bamboo.h 1 addition, 1 deletioninclude/configs/bamboo.h
Loading
Please register or sign in to comment