summaryrefslogtreecommitdiffstats
path: root/board/mpc8560ads/flash.c
Commit message (Collapse)AuthorAgeFilesLines
* Patches by Jon Loeliger, 24 Aug 2004:wdenk2004-10-101-537/+0
| | | | | - Add support for the MPC8541 and MPC8555 CDS boards - Cleanup eth?addr handling: make dependent on CONFIG_ETH?ADDR
* Patch by Jon Loeliger, 16 Jul 2004:wdenk2004-08-011-2/+0
| | | | | | | | | | | | | - support larger DDR memories up to 2G on the PC8540/8560ADS and STXGP3 boards - Made MPC8540/8560ADS be 33Mhz PCI by default. - Removed moldy CONFIG_RAM_AS_FLASH, CFG_FLASH_PORT_WIDTH_16 and CONFIG_L2_INIT_RAM options. - Refactor Local Bus initialization out of SDRAM setup. - Re-implement new version of LBC11/DDR11 errata workarounds. - Moved board specific PCI init parts out of CPU directory. - Added TLB entry for PCI-1 IO Memory - Updated README.mpc85xxads
* * Patches by Xianghua Xiao, 15 Oct 2003:LABEL_2003_10_16_0200wdenk2003-10-151-0/+539
- Added Motorola CPU 8540/8560 support (cpu/85xx) - Added Motorola MPC8540ADS board support (board/mpc8540ads) - Added Motorola MPC8560ADS board support (board/mpc8560ads) * Minor code cleanup