summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-20[PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM supportStefan Roese
This patch adds support for the DDR2 controller used on the 440SP and 440SPe. It is tested on the Katmai (440SPe) eval board and works fine with the following DIMM modules: - Corsair CM2X512-5400C4 (512MByte per DIMM) - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM) - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM) This patch also adds the nice functionality to dynamically create the TLB entries for the SDRAM (tlb.c). So we should never run into such problems with wrong (too short) TLB initialization again on these platforms. Signed-off-by: Stefan Roese <sr@denx.de>
2007-02-20[PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 filesStefan Roese
Since the existing 4xx SPD SDRAM initialization routines for the 405 SDRAM controller and the 440 DDR controller don't have much in common this patch splits both drivers into different files. This is in preparation for the 440 DDR2 controller support (440SP/e). Signed-off-by: Stefan Roese <sr@denx.de>
2007-02-20[PATCH] PPC4xx: Add support for multiple I2C bussesStefan Roese
This patch adds support for multiple I2C busses on the PPC4xx platforms. Define CONFIG_I2C_MULTI_BUS in the board config file to make use of this feature. It also merges the 405 and 440 i2c header files into one common file 4xx_i2c.h. Also the 4xx i2c reset procedure is reworked since I experienced some problems with the first access on the 440SPe Katmai board. Signed-off-by: Stefan Roese <sr@denx.de>
2007-02-02[PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boardsStefan Roese
Previously the strapping DCR/SDR was read to determine if the internal PCI arbiter is enabled or not. This strapping bit can be overridden, so now the current status is read from the correct DCR/SDR register. Signed-off-by: Stefan Roese <sr@denx.de>
2007-02-02[PATCH] Change configuration output of Sycamore, Yellowstone & RainierStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-02-01[PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config fileStefan Roese
When PCI PNP is enabled the pci pnp configuration routine is called which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some problems with some PCI cards. For now disable the PCI PNP configuration. Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-31[PATCH] Update 440EPx/440GRx cpu detectionStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-31[PATCH] Update esd cpci5200 filesStefan Roese
Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
2007-01-31[PATCH] Add support for esd mecp5200 boardStefan Roese
Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
2007-01-31[PATCH] Remove unneccessary yellowstone board config fileStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-30Merge with /home/sr/git/u-boot/denx-merge-srWolfgang Denk
2007-01-30[PATCH] Update Sequoia (440EPx) config fileStefan Roese
The config file now handles the 2nd target, the Rainier (440GRx) evaluation board better. Additionally the PPC input clock was adjusted to match the correct value of 33.0 MHz. Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-30[PATCH] Merge Yosemite & Yellowstone board portsStefan Roese
Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR) share one config file and all board specific files. This way we don't have to maintain two different sets of files for nearly identical boards. Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-30[PATCH] Update Prodrive SCPU (PDNB3 variant) boardStefan Roese
SCPU doesn't use redundant environment in flash. Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-30Merge with /home/sr/git/u-boot/denx-merge-srWolfgang Denk
2007-01-30[PATCH] alpr: Update alpr board config fileStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-29LPC2292 SODIMM port coding style cleanup.Wolfgang Denk
2007-01-24Add port for the lpc2292sodimm evaluation board from EmbeddedArtistsGary Jennejohn
2007-01-24Merge with /home/tur/proj/idmr/u-bootWolfgang Denk
2007-01-23[iDMR] Add MTD and JFFS2 support, also add default partition definition.Bartlomiej Sieka
2007-01-23[iDMR] Flash driver on initialisation write-protects some sectors,Bartlomiej Sieka
currently sectors 0-3. Sector 3 does not need to be protected, though (U-boot occupies sectors 0-1 and the environment sector 2). This commit fixes this, i.e., only sectors 0-2 are protected.
2007-01-23[iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,Bartlomiej Sieka
"mii device" results in "Unexpected exception"). Fixing this properly requires some clean-up in the FEC drivers infrastructure for ColdFire, so this commit disables MII commads for now.
2007-01-23[ColdFire MCF5271 family] Add CPU detection based on the value of ChipBartlomiej Sieka
Identification Register (CIR).
2007-01-19Minor code cleanup.Wolfgang Denk
2007-01-19Merge with /home/hs/SC3/u-boot-devWolfgang Denk
2007-01-19[PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.Heiko Schocher
Signed-off-by: Heiko Schocher <hs@denx.de>
2007-01-19[PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driverHeiko Schocher
if you must swap the bytes between reading/writing. (Needed for the SC3 board) Signed-off-by: Heiko Schocher <hs@denx.de>
2007-01-19Merge with /home/hs/SC3/u-boot-devWolfgang Denk
2007-01-18[PATCH] Add support for Prodrive SCPU (PDNB3 variant) boardStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-18[PATCH] Update Prodrive P3Mx supportStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-18[PATCH] Add missing Taishan config fileStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-18[PATCH] Fix: Compilerwarnings for SC3 board.Heiko Schocher
The EBC Configuration Register is now by CFG_EBC_CFG definable Added JFFS2 support for the SC3 board. Signed-off-by: Heiko Schocher <hs@denx.de>
2007-01-18Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese
2007-01-18[PATCH] Add support for AMCC Taishan PPC440GX eval boardStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-16Raname solidcard3 into sc3; add redundant env for sc3Wolfgang Denk
2007-01-16Update default environment for Solidcard3Wolfgang Denk
2007-01-15Merge with /home/hs/SC3/u-bootWolfgang Denk
Some code cleanup.
2007-01-15Merge with /home/hs/MAN/u-boot-devWolfgang Denk
2007-01-15Merge with /home/sr/git/u-boot/denx-merge-srWolfgang Denk
2007-01-15[PATCH] Fix 440SPe rev B detection from previous patchStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-14 [FIX] correct I2C Writes for the LM81 Sensor.Heiko Schocher
Signed-off-by: Heiko Schocher <hs@denx.de>
2007-01-13Merge with /home/sr/git/u-boot/denx-merge-srWolfgang Denk
2007-01-13Merge with /home/git/u-bootWolfgang Denk
2007-01-13Undo commit 3033ebb2: reset command does not take any argumentsWolfgang Denk
Haiying Wang's modification to the reset command was broken, undo it. Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-01-13Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese
2007-01-13[PATCH] Update 440SP(e) cpu revisionsStefan Roese
Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's. Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-13[PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speedStefan Roese
Now the board revision and the current PCI bus speed are printed after the board message. Also the EBC initialising is now done via defines in the board config file. Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-13[PATCH] Update Yosemite (440EP) to display board rev and PCI bus speedStefan Roese
Now the board revision and the current PCI bus speed are printed after the board message. Also the EBC initialising is now done via defines in the board config file. Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-13[PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speedStefan Roese
Now the board revision and the current PCI bus speed are printed after the board message. Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-11 Added support for the SOLIDCARD III board from EurodesignHeiko Schocher
Signed-off-by: Heiko Schocher <hs@denx.de>