summaryrefslogtreecommitdiff
path: root/board/ocotea/flash.c
Commit message (Collapse)AuthorAgeLines
* Major cleanup for AMCC PPC4xx eval boards.Stefan Roese2005-08-01-623/+0
| | | | Patch by Stefan Roese, 01 Aug 2005
* * Patch by Stefan Roese, 06 Apr 2005:stroese2005-04-07-7/+31
| | | | | | | 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
* * Patch by Dave Peverley, 30 Apr 2004:wdenk2004-06-06-0/+4
| | | | | | | | | | | | | | Add support for OMAP730 Perseus2 Development board * Patch by Alan J. Luse, 29 Apr 2004: Fix flash chip-select (OR0) option register setting on FADS boards. * Patch by Alan J. Luse, 29 Apr 2004: Report MII network speed and duplex setting properly when auto-negotiate is not enabled. * Patch by Jarrett Redd, 29 Apr 2004: Fix hang on reset on Ocotea board due to flash in wrong mode.
* * Patch by Travis Sawyer, 01 Mar 2004:wdenk2004-03-14-0/+595
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