aboutsummaryrefslogtreecommitdiff
path: root/board/amcc
AgeCommit message (Collapse)AuthorFilesLines
2006-06-30Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz9-0/+3302
2006-06-30Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz9-0/+3321
2006-05-30Correct GPIO setup (UART1/IRQ's) on yosemite & yellowstoneWolfgang Denk2-4/+4
Patch by Stefan Roese, 29 May 2006
2006-04-12Merge with /home/m8/git/u-bootWolfgang Denk1-3/+0
2006-04-08Fix JFFS2 support for legacy NAND driver.Marian Balakowicz1-3/+0
Some more NAND cleanup and small fixes.
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk6-11/+12
2006-03-06Minor code cleanupWolfgang Denk1-1/+0
2006-03-05Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2-1/+5
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.
2005-12-15Changes to Yellowstone & Yosemite 440EP/GR eval boards:Stefan Roese2-14/+172
- Changed GPIO setup to enable another address line in order to address 64M of FLASH. - Added function sdram_tr1_set to auto calculate the tr1 value for the DDR. Patch by Steven Blakeslee, 12 Dec 2005
2005-12-12(no commit message)Wolfgang Denk8-0/+8
2005-11-29Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.Stefan Roese7-0/+1034
Patch by John Otken, 23 Nov 2005
2005-11-29Minor AMCC 4xx board cleanupsStefan Roese3-36/+0
Patch by Stefan Roese, 27 Nov 2005
2005-11-27Changed PPC44x startup message (cpu info, speed...) to common style:Stefan Roese5-48/+3
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
2005-11-15Fix Bamboo DDR SDRAM initialization (problem with onboard SDRAM)Stefan Roese1-19/+38
Patch by Stefan Roese, 15 Nov 2005
2005-11-05Adjust bd->bi_flashstart on Yellowstone & Yosemite to correct sizeStefan Roese2-0/+8
Patch by Stefan Roese, 05 Nov 2005
2005-11-03Additional fix for external IRQ config on Yellowstone & YosemiteStefan Roese2-38/+38
Patch by Stefan Roese, 03 Nov 2005
2005-11-01Add support for Ocotea pass 3 with 440GX Rev. FStefan Roese2-0/+10
Patch by Stefan Roese, 01 Nov 2005
2005-10-28Fix external IRQ configuration on Yellowstone & YosemiteStefan Roese2-0/+10
The multiplexed signals Ext IRQ0...3 have to be configured as IRQ, because they default to GPIOx (440EP/GR). Patch by Stefan Roese, 28 Oct 2005
2005-10-13Cleanup for GCC-4.xWolfgang Denk4-4/+4
2005-10-03Change board message on AMCC Yosemite & Yellowstone to common styleStefan Roese2-6/+18
Patch by Stefan Roese, 3 Oct 2005
2005-09-23Cleanup (PPC4xx is AMCC now)Wolfgang Denk1-1/+1
2005-09-15Update AMCC Yosemite to get a consistent setup for all AMCC evalStefan Roese4-606/+98
boards (baudrate, environment...). Flash driver fixed. Patch by Stefan Roese, 15 Sep 2005
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk7-0/+14
Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
2005-08-16Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese8-8/+1
now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005
2005-08-11Update AMCC Yosemite to get a consistent setup for all AMCC evalStefan Roese4-581/+67
boards (baudrate, environment...). Flash driver fixed. Patch by Stefan Roese, 11 Aug 2005
2005-08-11Add NAND FLASH support for AMCC Bamboo 440EP eval boardStefan Roese3-31/+126
Patch by Stefan Roese, 11 Aug 2005
2005-08-06Add support for ep8248 boardWolfgang Denk2-569/+581
Patch by Yuli Barcohen, 12 Dec 2004 Minor code cleanup.
2005-08-04Add support for AMCC Bamboo PPC440EP eval boardStefan Roese8-138/+2616
Patch by Stefan Roese, 04 Aug 2005
2005-08-03Cleanup build problems (on Fedora Core x86_64 build host)Wolfgang Denk2-6/+1
2005-08-01Major cleanup for AMCC PPC4xx eval boards.Stefan Roese29-0/+4322
Patch by Stefan Roese, 01 Aug 2005
2005-08-01Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.Stefan Roese12-0/+2701
Patch by Steven Blakeslee, 27 Jul 2005