summaryrefslogtreecommitdiff
path: root/board/amcc/yosemite
AgeCommit message (Collapse)Author
2005-12-15Changes to Yellowstone & Yosemite 440EP/GR eval boards:Stefan Roese
- 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 Denk
2005-11-29Minor AMCC 4xx board cleanupsStefan Roese
Patch by Stefan Roese, 27 Nov 2005
2005-11-27Changed PPC44x startup message (cpu info, speed...) to common style:Stefan Roese
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-05Adjust bd->bi_flashstart on Yellowstone & Yosemite to correct sizeStefan Roese
Patch by Stefan Roese, 05 Nov 2005
2005-11-03Additional fix for external IRQ config on Yellowstone & YosemiteStefan Roese
Patch by Stefan Roese, 03 Nov 2005
2005-10-28Fix external IRQ configuration on Yellowstone & YosemiteStefan Roese
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-03Change board message on AMCC Yosemite & Yellowstone to common styleStefan Roese
Patch by Stefan Roese, 3 Oct 2005
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk
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 Roese
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 Roese
boards (baudrate, environment...). Flash driver fixed. Patch by Stefan Roese, 11 Aug 2005
2005-08-01Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.Stefan Roese
Patch by Steven Blakeslee, 27 Jul 2005