summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeLines
* [Motion-PRO] Add MTD and JFFS2 support, also add default partitionPiotr Kruszynski2007-05-10-0/+9
| | | | definition.
* [Motion-PRO] Add support for I2C, EEPROM and RTC.Piotr Kruszynski2007-05-08-1/+29
|
* [Motion-PRO] Add ATA support. Add CF-booting commands to the defaultBartlomiej Sieka2007-05-08-2/+23
| | | | environment.
* [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. ThisBartlomiej Sieka2007-05-08-0/+7
| | | | eliminates networking problems in Linux (timeouts).
* [Motion-PRO] Enable Flat Device Tree support and modify default environmentBartlomiej Sieka2007-05-08-19/+30
| | | | to allow booting of FDT-expecting kernels.
* [Motion-PRO] Preliminary support for the Motion-PRO board.Bartlomiej Sieka2007-02-09-0/+305
|
* Merge with /home/tur/proj/idmr/u-bootWolfgang Denk2007-01-24-2/+24
|\
| * [iDMR] Add MTD and JFFS2 support, also add default partition definition.Bartlomiej Sieka2007-01-23-0/+12
| |
| * [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,Bartlomiej Sieka2007-01-23-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-23-0/+6
| | | | | | | | Identification Register (CIR).
* | Merge with /home/hs/SC3/u-boot-devWolfgang Denk2007-01-19-12/+16
|\ \
| * | [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.Heiko Schocher2007-01-19-12/+13
| | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
| * | [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driverHeiko Schocher2007-01-19-0/+3
| | | | | | | | | | | | | | | | | | | | | 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-19-13/+26
|\ \ \ | |/ /
| * | [PATCH] Fix: Compilerwarnings for SC3 board.Heiko Schocher2007-01-18-13/+26
| | | | | | | | | | | | | | | | | | | | | 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-18-2/+35
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | [PATCH] Update Prodrive P3Mx supportStefan Roese2007-01-18-2/+3
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | [PATCH] Add missing Taishan config fileStefan Roese2007-01-18-0/+333
|/ / | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | Raname solidcard3 into sc3; add redundant env for sc3Wolfgang Denk2007-01-16-32/+38
| |
* | Update default environment for Solidcard3Wolfgang Denk2007-01-16-0/+25
| |
* | Merge with /home/hs/SC3/u-bootWolfgang Denk2007-01-15-0/+538
|\ \ | | | | | | | | | Some code cleanup.
| * | Added support for the SOLIDCARD III board from EurodesignHeiko Schocher2007-01-11-0/+538
| | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* | | Merge with /home/hs/MAN/u-boot-devWolfgang Denk2007-01-15-0/+362
|\ \ \
| * | | [PATCH] Add support for the UC101 board from MAN.Heiko Schocher2006-12-21-0/+362
| | | | | | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* | | | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese2007-01-13-27/+109
|\ \ \ \
| * | | | Adjusted default environment for cam5200 board.Reinhard Thies2007-01-10-2/+12
| | | | |
| * | | | Merge with /home/m8/git/u-boot/Detlev Zundel2007-01-10-10/+10
| |\ \ \ \
| | * | | | CAM5200 flash driver modifications:Marian Balakowicz2007-01-10-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use CFI driver (replaces custom flash driver) for main 'cam5200' target - add second build target 'cam5200_niosflash' which still uses custom driver
| * | | | | SPC1920: cleanup memory contoller setupMarkus Klotzbuecher2007-01-09-5/+5
| | | | | |
| * | | | | Fix the cpu speed setup to work with all boards.Markus Klotzbuecher2007-01-09-1/+1
| | | | | |
| * | | | | SPC1920: add support for the FM18L08 Ramtron FRAMMarkus Klotzbuecher2007-01-09-1/+14
| | | | | |
| * | | | | SPC1920: update the HPI register addresses to work with the secondMarkus Klotzbuecher2007-01-09-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | generation of hardware
| * | | | | Miscellanious spc1920 related cleanupsMarkus Klotzbuecher2007-01-09-6/+5
| | | | | |
| * | | | | Add support for the DS3231 RTCMarkus Klotzbuecher2007-01-09-0/+6
| | | | | |
| * | | | | SMC1 uses external CLK4 instead of BRG on spc1920Markus Klotzbuecher2007-01-09-1/+1
| | | | | |
| * | | | | Update the SPC1920 CMB PLD driverMarkus Klotzbuecher2007-01-09-9/+7
| | | | | |
| * | | | | Add / enable I2C support on the spc1920 boardMarkus Klotzbuecher2007-01-09-3/+25
| | | | | |
| * | | | | Add support for the tms320671x host port interface (HPI)Markus Klotzbuecher2007-01-09-0/+34
| |/ / / /
* | | | | [PATCH] Update 440SP(e) cpu revisionsStefan Roese2007-01-13-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-13-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-13-0/+14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ALPR board filesStefan Roese2007-01-06-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This update brings the ALPR board support to the newest version. It also fixes a problem with the NAND driver. Signed-off-by: Stefan Roese <sr@denx.de>
* | | | Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-01-05-3/+4
|\ \ \ \
| * \ \ \ Merge with /home/tur/proj/v38b/u-bootWolfgang Denk2007-01-04-3/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Few V38B changes:Bartlomiej Sieka2006-12-28-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix a typo in V38B config file - move watchdog initialisation earlier in the boot process - add "wdt=off" to default kernel command line (disables kernel watchdog)
* | | | | [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)Stefan Roese2007-01-05-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix will make the MAL burst disabling patch for the Linux EMAC driver obsolete. Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | [PATCH] Add DDR2 optimization code for Sequoia (440EPx) boardStefan Roese2007-01-05-1/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code will optimize the DDR2 controller setup on a board specific basis. Note: This code doesn't work right now on the NAND booting image for the Sequoia board, since it doesn't fit into the 4kBytes for the SPL image. Signed-off-by: Stefan Roese <sr@denx.de>
* | | | Minor code cleanup.Wolfgang Denk2006-12-24-12/+8
| | | |
* | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-12-24-0/+1
|\ \ \ \
| * | | | Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different ↵Stefano Babic2006-12-24-0/+1
| | |_|/ | |/| | | | | | | | | | offset to go into CFI mode)