summaryrefslogtreecommitdiffstats
path: root/include/configs/bamboo.h
Commit message (Collapse)AuthorAgeFilesLines
* Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-051-0/+1
| | | | | | | code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards.
* Changed PPC44x startup message (cpu info, speed...) to common style:Stefan Roese2005-11-271-1/+1
| | | | | | | | | | | 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
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-201-8/+8
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* Fix Bamboo DDR SDRAM initialization (problem with onboard SDRAM)Stefan Roese2005-11-151-2/+3
| | | | Patch by Stefan Roese, 15 Nov 2005
* Add NetConsole Support for AMCC eval boardsStefan Roese2005-10-201-1/+3
| | | | Patch by Stefan Roese, 20 Oct 2005
* Add fat & ext2 support to AMCC 440EP boards Yosemite & BambooStefan Roese2005-10-141-0/+4
| | | | Patch by Stefan Roese, 14 Oct 2005
* Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-231-1/+1
|
* Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese2005-08-161-3/+1
| | | | | now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005
* Add NAND FLASH support for AMCC Bamboo 440EP eval boardStefan Roese2005-08-111-29/+109
| | | | Patch by Stefan Roese, 11 Aug 2005
* Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)Stefan Roese2005-08-081-3/+3
| | | | Patch by Stefan Roese, 08 Aug 2005
* Add support for AMCC Bamboo PPC440EP eval boardStefan Roese2005-08-041-133/+138
| | | | Patch by Stefan Roese, 04 Aug 2005
* Coding style cleanupWolfgang Denk2005-08-021-77/+77
|
* Major cleanup for AMCC PPC4xx eval boards.Stefan Roese2005-08-011-0/+316
Patch by Stefan Roese, 01 Aug 2005
OpenPOWER on IntegriCloud