summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] Change configuration output of Sycamore, Yellowstone & RainierStefan Roese2007-02-021-8/+4
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config fileStefan Roese2007-02-011-1/+1
| | | | | | | | 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>
* [PATCH] Update 440EPx/440GRx cpu detectionStefan Roese2007-01-312-6/+10
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Update esd cpci5200 filesStefan Roese2007-01-312-10/+53
| | | | Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
* [PATCH] Add support for esd mecp5200 boardStefan Roese2007-01-319-3/+867
| | | | Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
* [PATCH] Remove unneccessary yellowstone board config fileStefan Roese2007-01-311-340/+0
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* Merge with /home/sr/git/u-boot/denx-merge-srWolfgang Denk2007-01-3010-945/+74
|\
| * [PATCH] Update Sequoia (440EPx) config fileStefan Roese2007-01-301-9/+19
| | | | | | | | | | | | | | | | 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>
| * [PATCH] Merge Yosemite & Yellowstone board portsStefan Roese2007-01-308-931/+49
| | | | | | | | | | | | | | | | | | 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>
| * [PATCH] Update Prodrive SCPU (PDNB3 variant) boardStefan Roese2007-01-301-5/+6
| | | | | | | | | | | | SCPU doesn't use redundant environment in flash. Signed-off-by: Stefan Roese <sr@denx.de>
* | Merge with /home/sr/git/u-boot/denx-merge-srWolfgang Denk2007-01-301-6/+8
|\ \ | |/
| * [PATCH] alpr: Update alpr board config fileStefan Roese2007-01-301-6/+8
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | LPC2292 SODIMM port coding style cleanup.Wolfgang Denk2007-01-3010-372/+412
| |
* | Add port for the lpc2292sodimm evaluation board from EmbeddedArtistsGary Jennejohn2007-01-2424-4/+2787
| |
* | Merge with /home/tur/proj/idmr/u-bootWolfgang Denk2007-01-244-4/+58
|\ \
| * | [iDMR] Add MTD and JFFS2 support, also add default partition definition.Bartlomiej Sieka2007-01-231-0/+12
| | |
| * | [iDMR] Flash driver on initialisation write-protects some sectors,Bartlomiej Sieka2007-01-231-1/+1
| | | | | | | | | | | | | | | | | | 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.
| * | [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,Bartlomiej Sieka2007-01-231-2/+6
| | | | | | | | | | | | | | | | | | "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.
| * | [ColdFire MCF5271 family] Add CPU detection based on the value of ChipBartlomiej Sieka2007-01-232-1/+39
| | | | | | | | | | | | Identification Register (CIR).
* | | Minor code cleanup.Wolfgang Denk2007-01-193-4/+70
| | |
* | | Merge with /home/hs/SC3/u-boot-devWolfgang Denk2007-01-192-28/+26
|\ \ \
| * | | [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.Heiko Schocher2007-01-191-12/+13
| | | | | | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
| * | | [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driverHeiko Schocher2007-01-192-16/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | if you must swap the bytes between reading/writing. (Needed for the SC3 board) Signed-off-by: Heiko Schocher <hs@denx.de>
* | | | Merge with /home/hs/SC3/u-boot-devWolfgang Denk2007-01-195-22/+34
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [PATCH] Fix: Compilerwarnings for SC3 board.Heiko Schocher2007-01-185-22/+34
| | | | | | | | | | | | | | | | | | | | | 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>
* | | [PATCH] Add support for Prodrive SCPU (PDNB3 variant) boardStefan Roese2007-01-185-5/+50
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | [PATCH] Update Prodrive P3Mx supportStefan Roese2007-01-183-8/+64
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | [PATCH] Add missing Taishan config fileStefan Roese2007-01-181-0/+333
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-01-1811-40/+61
|\ \ \ | |/ /
| * | Raname solidcard3 into sc3; add redundant env for sc3Wolfgang Denk2007-01-1611-40/+60
| | |
* | | [PATCH] Add support for AMCC Taishan PPC440GX eval boardStefan Roese2007-01-1814-79/+1485
|/ / | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | Update default environment for Solidcard3Wolfgang Denk2007-01-161-0/+25
| |
* | Merge with /home/hs/SC3/u-bootWolfgang Denk2007-01-1520-21/+2285
|\ \ | | | | | | | | | Some code cleanup.
| * | Added support for the SOLIDCARD III board from EurodesignHeiko Schocher2007-01-1113-4/+2074
| | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* | | Merge with /home/hs/MAN/u-boot-devWolfgang Denk2007-01-1511-5/+1119
|\ \ \
| * | | [FIX] correct I2C Writes for the LM81 Sensor.Heiko Schocher2007-01-141-3/+4
| | | | | | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
| * | | [PATCH] Add support for the UC101 board from MAN.Heiko Schocher2006-12-2111-5/+1118
| | | | | | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* | | | Merge with /home/sr/git/u-boot/denx-merge-srWolfgang Denk2007-01-151-1/+1
|\ \ \ \
| * | | | [PATCH] Fix 440SPe rev B detection from previous patchStefan Roese2007-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | Merge with /home/sr/git/u-boot/denx-merge-srWolfgang Denk2007-01-137-45/+81
|\ \ \ \ \ | |/ / / /
| * | | | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese2007-01-1315-51/+1206
| |\ \ \ \
| * | | | | [PATCH] Update 440SP(e) cpu revisionsStefan Roese2007-01-132-9/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's. Signed-off-by: Stefan Roese <sr@denx.de>
| * | | | | [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speedStefan Roese2007-01-132-18/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speedStefan Roese2007-01-132-18/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speedStefan Roese2007-01-131-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the board revision and the current PCI bus speed are printed after the board message. Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | | Merge with /home/git/u-bootWolfgang Denk2007-01-133-14/+29
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Adjusted default environment for cam5200 board.Reinhard Thies2007-01-101-2/+12
| | | | | |
| * | | | | Merge with /home/m8/git/u-boot/Detlev Zundel2007-01-103-12/+17
| |\ \ \ \ \
| | * | | | | CAM5200 flash driver modifications:Marian Balakowicz2007-01-103-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use CFI driver (replaces custom flash driver) for main 'cam5200' target - add second build target 'cam5200_niosflash' which still uses custom driver
* | | | | | | Undo commit 3033ebb2: reset command does not take any argumentsWolfgang Denk2007-01-131-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Haiying Wang's modification to the reset command was broken, undo it. Signed-off-by: Wolfgang Denk <wd@denx.de>
OpenPOWER on IntegriCloud