summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-30LPC2292 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>
2007-01-10Adjusted default environment for cam5200 board.Reinhard Thies
2007-01-10Merge with /home/m8/git/u-boot/Detlev Zundel
2007-01-10Update CHANGELOGWolfgang Denk
2007-01-10Merge with /home/mk/11-cmb1920/u-boot#4upstreamWolfgang Denk
2007-01-10Fix auto_update for MCC200 board.Wolfgang Denk
The invocation of do_auto_update() is moved to the end of the misc_init_r() function, after the flash mappings have been initialized. Please find attached a patch that implements that change. Also correct the decoding of the keypad status. With this update, the key that will trigger the update is Column 2, Row 2.
2007-01-10CAM5200 flash driver modifications:Marian Balakowicz
- use CFI driver (replaces custom flash driver) for main 'cam5200' target - add second build target 'cam5200_niosflash' which still uses custom driver
2007-01-09SPC1920: cleanup memory contoller setupMarkus Klotzbuecher
2007-01-09Fix the cpu speed setup to work with all boards.Markus Klotzbuecher
2007-01-09SPC1920: add support for the FM18L08 Ramtron FRAMMarkus Klotzbuecher
2007-01-09SPC1920: update the HPI register addresses to work with the secondMarkus Klotzbuecher
generation of hardware
2007-01-09Miscellanious spc1920 related cleanupsMarkus Klotzbuecher
2007-01-09SPC1920 GO/NOGO led should be set to color red in U-BootMarkus Klotzbuecher
2007-01-09Add support for the DS3231 RTCMarkus Klotzbuecher
2007-01-09SMC1 uses external CLK4 instead of BRG on spc1920Markus Klotzbuecher
2007-01-09Update the SPC1920 CMB PLD driverMarkus Klotzbuecher
2007-01-09Add / enable I2C support on the spc1920 boardMarkus Klotzbuecher