summaryrefslogtreecommitdiff
path: root/include/configs/yucca.h
AgeCommit message (Collapse)Author
2007-06-25ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese
This patch removes the CFG_PCI_PRE_INIT option completely, since it's not needed anymore with the patch from Matthias Fuchs with the "weak" pci_pre_init() implementation. Signed-off-by: Stefan Roese <sr@denx.de>
2007-03-31ppc4xx: Change Yucca config file to support ECCStefan Roese
With the updated 44x DDR2 driver the Yucca board now supports ECC generation and checking. Signed-off-by: Stefan Roese <sr@denx.de>
2007-03-08[PATCH] Update AMCC Yucca 440SPe eval board supportStefan Roese
The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR inititializition. This includes DDR auto calibration and support for different DIMM modules, instead of the fixed setup used in the earlier version. Signed-off-by: Stefan Roese <sr@denx.de>
2007-02-07[PATCH] Update some AMCC 4xx board config files (set initrd_high)Stefan Roese
Some boards that can have more than 768MBytes of SDRAM need to set "initrd_high", so that the initrd can be accessed by the Linux kernel. Signed-off-by: Stefan Roese <sr@denx.de>
2006-08-17Cleanup debug code for yucca board.Wolfgang Denk
2006-08-13Merge with /home/sr/git/u-boot/denxWolfgang Denk
2006-08-11Fix PCI-Express on PPC440SPe rev. A.Rafal Jaworowski
2006-08-10Add support for PCI-Express on PPC440SPe (Yucca board).Rafal Jaworowski
2006-08-07Add commandline history support to all AMCC eval boardsStefan Roese
Patch by Stefan Roese, 07 Aug 2006
2006-07-06Fix timer problems on AMCC yucca board.Marian Balakowicz
Set Timer Clock Select to use CPU clock as a timer input source.
2006-07-05Bring yucca config more in line with other AMCC boards.Wolfgang Denk
2006-07-04Add system memory to the PCI region list for AMCC PPC44x CPUs.Marian Balakowicz
Enabled it for Yucca board.
2006-07-03Cleanup config file and bootup output for Yucca board.Marian Balakowicz
2006-06-30Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz