Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git | Stefan Roese | 2007-01-13 | -47/+1081 |
|\ | ||||
| * | Adjusted default environment for cam5200 board. | Reinhard Thies | 2007-01-10 | -2/+12 |
| | | ||||
| * | Merge with /home/m8/git/u-boot/ | Detlev Zundel | 2007-01-10 | -12/+17 |
| |\ | ||||
| | * | CAM5200 flash driver modifications: | Marian Balakowicz | 2007-01-10 | -12/+17 |
| | | | | | | | | | | | | | | | - use CFI driver (replaces custom flash driver) for main 'cam5200' target - add second build target 'cam5200_niosflash' which still uses custom driver | |||
| * | | Update CHANGELOG | Wolfgang Denk | 2007-01-10 | -0/+87 |
| | | | ||||
| * | | Merge with /home/mk/11-cmb1920/u-boot#4upstream | Wolfgang Denk | 2007-01-10 | -25/+958 |
| |\ \ | ||||
| | * | | SPC1920: cleanup memory contoller setup | Markus Klotzbuecher | 2007-01-09 | -15/+10 |
| | | | | ||||
| | * | | Fix the cpu speed setup to work with all boards. | Markus Klotzbuecher | 2007-01-09 | -1/+1 |
| | | | | ||||
| | * | | SPC1920: add support for the FM18L08 Ramtron FRAM | Markus Klotzbuecher | 2007-01-09 | -1/+19 |
| | | | | ||||
| | * | | SPC1920: update the HPI register addresses to work with the second | Markus Klotzbuecher | 2007-01-09 | -6/+6 |
| | | | | | | | | | | | | | | | | generation of hardware | |||
| | * | | Miscellanious spc1920 related cleanups | Markus Klotzbuecher | 2007-01-09 | -9/+17 |
| | | | | ||||
| | * | | SPC1920 GO/NOGO led should be set to color red in U-Boot | Markus Klotzbuecher | 2007-01-09 | -0/+8 |
| | | | | ||||
| | * | | Add support for the DS3231 RTC | Markus Klotzbuecher | 2007-01-09 | -1/+200 |
| | | | | ||||
| | * | | SMC1 uses external CLK4 instead of BRG on spc1920 | Markus Klotzbuecher | 2007-01-09 | -3/+12 |
| | | | | ||||
| | * | | Update the SPC1920 CMB PLD driver | Markus Klotzbuecher | 2007-01-09 | -10/+8 |
| | | | | ||||
| | * | | Add / enable I2C support on the spc1920 board | Markus Klotzbuecher | 2007-01-09 | -3/+25 |
| | | | | ||||
| | * | | Add support for the tms320671x host port interface (HPI) | Markus Klotzbuecher | 2007-01-09 | -2/+678 |
| | |/ | ||||
| * | | Fix auto_update for MCC200 board. | Wolfgang Denk | 2007-01-10 | -8/+7 |
| |/ | | | | | | | | | | | | | | | | | | | 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. | |||
* | | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git | Stefan Roese | 2007-01-09 | -26/+155 |
|\ \ | |/ | ||||
| * | Prepare for release 1.2.0 | Wolfgang Denk | 2007-01-07 | -4/+125 |
| | | ||||
| * | [PATCH] 44x: Fix problem with DDR controller setup (refresh rate) | Stefan Roese | 2007-01-06 | -1/+1 |
| | | | | | | | | | | | | | | This patch fixes a problem with an incorrect setup for the refresh timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c Signed-off-by: Stefan Roese <sr@denx.de> | |||
| * | [PATCH] Update ALPR board files | Stefan Roese | 2007-01-06 | -21/+29 |
| | | | | | | | | | | | | | | 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 git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git | Stefan Roese | 2007-01-06 | -27/+896 |
|\ \ | |/ | ||||
| * | [PATCH] nand: Fix problem with oobsize calculation | Stefan Roese | 2007-01-05 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here the description from Brian Brelsford <Brian_Brelsford@dell.com>: The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part returns a 0x15. In the code fragment below bits [1:0] determine the page size, it is ANDed via "(extid & 0x3)" then shifted out. The next field is also ANDed with 0x3. However this is a one bit field as defined in the Hynix and Samsung parts in the 4th ID byte that determins the oobsize, not a two bit field. It works on Samsung as bits[3:2] are 01. However for the Hynix there is a 11 in these two bits, so the oob size gets messed up. I checked the correct linux code and the suggested fix from Brian is also available in the linux nand mtd driver. Signed-off-by: Stefan Roese <sr@denx.de> | |||
| * | Merge with /home/stefan/git/u-boot/denx-merge-sr | Stefan Roese | 2007-01-05 | -12/+16 |
| |\ | ||||
| * | | [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx) | Stefan Roese | 2007-01-05 | -12/+23 |
| | | | | | | | | | | | | | | | | | | | | | 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) board | Stefan Roese | 2007-01-05 | -14/+872 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | |||
* | | | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git | Stefan Roese | 2007-01-05 | -12/+16 |
|\ \ \ | | |/ | |/| | ||||
| * | | Merge with /home/tur/proj/v38b/u-boot | Wolfgang Denk | 2007-01-04 | -12/+16 |
| |\ \ | | |/ | |/| | ||||
| | * | Few V38B changes: | Bartlomiej Sieka | 2006-12-28 | -12/+16 |
| | | | | | | | | | | | | | | | | | | - 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) | |||
* | | | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git | Stefan Roese | 2006-12-28 | -34/+2333 |
|\ \ \ | |/ / | ||||
| * | | Fix bug in adaption of Stefano Babic's CFI driver patch. | Wolfgang Denk | 2006-12-27 | -15/+21 |
| | | | ||||
| * | | Minor code cleanup. | Wolfgang Denk | 2006-12-24 | -328/+322 |
| | | | ||||
| * | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-12-24 | -1/+3 |
| |\ \ | ||||
| | * | | Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different ↵ | Stefano Babic | 2006-12-24 | -1/+3 |
| | | | | | | | | | | | | | | | | offset to go into CFI mode) | |||
| * | | | Merge with /home/hs/TQ/u-boot-dev | Wolfgang Denk | 2006-12-24 | -16/+2305 |
| |\ \ \ | | |/ / | |/| | | ||||
| | * | | Added support for the TQM8272 board from TQ | Heiko Schocher | 2006-12-21 | -16/+2307 |
| | | | | | | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de> | |||
| * | | | [PATCH] Fix sequoia flash autodetection (finally correct) | Stefan Roese | 2006-12-22 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now 32MByte and 64MByte FLASH is know to work and other configurations should work too. Signed-off-by: Stefan Roese <sr@denx.de> | |||
* | | | | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git | Stefan Roese | 2006-12-22 | -25/+985 |
|\ \ \ \ | |/ / / | ||||
| * | | | Minor code cleanup; update CHANGELOG. | Wolfgang Denk | 2006-12-22 | -22/+34 |
| | | | | ||||
| * | | | Fix to make the baudrate changes immediate for the MCF52x2 family. | Bartlomiej Sieka | 2006-12-20 | -1/+1 |
| | | | | ||||
| * | | | Preliminary support for the iDMR board (ColdFire). | Bartlomiej Sieka | 2006-12-20 | -3/+951 |
| | | | | ||||
* | | | | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git | Stefan Roese | 2006-12-21 | -2/+478 |
|\ \ \ \ | |/ / / | ||||
| * | | | automatic update mechanism | Andrei Safronov | 2006-12-08 | -2/+478 |
| | | | | ||||
* | | | | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git | Grant Likely | 2006-12-01 | -1998/+12094 |
|\ \ \ \ | |/ / / | ||||
| * | | | Code cleanup. | Wolfgang Denk | 2006-11-30 | -1296/+1725 |
| | | | | ||||
| * | | | Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.git | Wolfgang Denk | 2006-11-30 | -1647/+11314 |
| |\ \ \ | ||||
| | * | | | Make fsl-i2c not conflict with SOFT I2C | Joakim Tjernlund | 2006-11-29 | -11/+10 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Timur Tabi <timur@freescale.com> | |||
| | * | | | Fix I2C master address initialization. | Joakim Tjernlund | 2006-11-29 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Timur Tabi <timur@freescale.com> | |||
| | * | | | Merge http://www.denx.de/git/u-boot | Kim Phillips | 2006-11-28 | -219/+2368 |
| | |\ \ \ |