summaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Collapse)Author
2007-05-27Motion-PRO: Add LED support.Bartlomiej Sieka
Signed-off-by: Jan Wrobel <wrr@semihalf.com> Signed-off-by: Marian Balakowicz <m8@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2007-05-08[Motion-PRO] Enable Flat Device Tree support and modify default environmentBartlomiej Sieka
to allow booting of FDT-expecting kernels.
2007-02-09[Motion-PRO] Preliminary support for the Motion-PRO board.Bartlomiej Sieka
2007-01-24Merge with /home/tur/proj/idmr/u-bootWolfgang Denk
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-19Minor code cleanup.Wolfgang Denk
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] 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-15Merge with /home/hs/SC3/u-bootWolfgang Denk
Some code cleanup.
2007-01-15Merge with /home/hs/MAN/u-boot-devWolfgang Denk
2007-01-13Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese
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-10Merge with /home/m8/git/u-boot/Detlev Zundel
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-09CAM5200 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-09SPC1920: add support for the FM18L08 Ramtron FRAMMarkus Klotzbuecher
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-09Update the SPC1920 CMB PLD driverMarkus Klotzbuecher
2007-01-09Add support for the tms320671x host port interface (HPI)Markus Klotzbuecher
2007-01-06[PATCH] Update ALPR board filesStefan Roese
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>
2007-01-05Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese
2007-01-05[PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)Stefan Roese
This fix will make the MAL burst disabling patch for the Linux EMAC driver obsolete. Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-05[PATCH] Add DDR2 optimization code for Sequoia (440EPx) boardStefan Roese
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>
2007-01-04Merge with /home/tur/proj/v38b/u-bootWolfgang Denk
2006-12-28Few V38B changes:Bartlomiej Sieka
- 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)
2006-12-24Minor code cleanup.Wolfgang Denk
2006-12-24Merge with /home/hs/TQ/u-boot-devWolfgang Denk
2006-12-22[PATCH] Fix sequoia flash autodetection (finally correct)Stefan Roese
Now 32MByte and 64MByte FLASH is know to work and other configurations should work too. Signed-off-by: Stefan Roese <sr@denx.de>
2006-12-22Minor code cleanup; update CHANGELOG.Wolfgang Denk
2006-12-21Added support for the TQM8272 board from TQHeiko Schocher
Signed-off-by: Heiko Schocher <hs@denx.de>
2006-12-21[PATCH] Add support for the UC101 board from MAN.Heiko Schocher
Signed-off-by: Heiko Schocher <hs@denx.de>
2006-12-19Preliminary support for the iDMR board (ColdFire).Bartlomiej Sieka
2006-12-08automatic update mechanismAndrei Safronov
2006-11-30Code cleanup.Wolfgang Denk
2006-11-30Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.gitWolfgang Denk
2006-11-30Code cleanup. Update CHANGELOG.Wolfgang Denk
2006-11-29[PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boardsStefan Roese
This patch adds support for the Prodrive P3M750 (PPC750 & MV64460) and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are quite similar and share the same board directory "prodrive/p3mx" and the same config file "p3mx.h". Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-29Merge http://www.denx.de/git/u-bootKim Phillips
2006-11-29mpc83xx: Miscellaneous code style fixesTimur Tabi
Implement various code style fixes and similar changes. Signed-off-by: Timur Tabi <timur@freescale.com>