summaryrefslogtreecommitdiff
path: root/board/sandburst/karef/karef.c
Commit message (Collapse)AuthorAgeLines
* Changed PPC44x startup message (cpu info, speed...) to common style:Stefan Roese2005-11-27-6/+0
| | | | | | | | | | | 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
* * Fix PHY address argument passing with mii info commandWolfgang Denk2005-09-24-2/+1
| | | | | | Patch by Andrew Dyer, 28 Dec 2004 * Cleanup: fix broken builds
* Coding style cleanupWolfgang Denk2005-08-15-31/+1
|
* Add Sandburst Metrobox and Sandburst Karef board support packages.Stefan Roese2005-08-15-0/+607
Second serial port on 440GX now defined as a system device. Add 'Short Etch' code for Cicada PHY within 440gx_enet.c Patch by Travis B. Sawyer, 12 Jul 2005 Check return value of malloc in 440gx_enet.c Patch by Travis B. Sawyer, 18 Jul 2005