summaryrefslogtreecommitdiff
path: root/board/ocotea/ocotea.c
Commit message (Collapse)AuthorAgeLines
* Major cleanup for AMCC PPC4xx eval boards.Stefan Roese2005-08-01-517/+0
| | | | Patch by Stefan Roese, 01 Aug 2005
* * Patch by Stefan Roese, 06 Apr 2005:stroese2005-04-07-6/+47
| | | | | | | Updates for OCOTEA board: - Changed U-Boot size from 512kByte to 256kByte - Fixed flash driver to support boot from soldered user flash - Added README for switch from PIBS firmware to U-Boot
* Code cleanup; make several boards compile & link.wdenk2004-03-14-1/+0
|
* * Patch by Pierre Aubert, 11 Mar 2004:wdenk2004-03-14-0/+18
| | | | | | | | | | | - add bitmap command and splash screen support in cfb console - add [optional] origin in the bitmap display command * Patch by Travis Sawyer, 11 Mar 2004: Fix ocotea board early init interrupt setup. * Patch by Thomas Viehweger, 11 Mar 2004: Remove redundand code; add PCI-specific bits to include/mpc8260.h
* * Patch by Travis Sawyer, 01 Mar 2004:wdenk2004-03-14-0/+459
Ocotea: - Add IBM PPC440GX Ref Platform support (Ocotea) Original code by Paul Reynolds <PaulReynolds@lhsolutions.com> Adapted to U-Boot and 440GX port 440gx_enet.c: - Add gracious handling of all Ethernet Pin Selections for 440GX - Add RGMII selection for Cicada CIS8201 Gigabit PHY ppc440.h: - Add needed bit definitions - Fix formatting * Patch by Carl Riechers, 1 Mar 2004: Add PPC440GX prbdv0 divider to fix memory clock calculation. * Patch by Stephan Linz, 27 Feb 2004 - avoid problems for targets without NFS download support