| Commit message (Expand) | Author | Age | Lines |
* | apollon: Fix a OBJCFLAGS typo | Shinya Kuribayashi | 2009-06-10 | -1/+1 |
* | Prepare 2009.06-rc3v2009.06-rc3 | Wolfgang Denk | 2009-06-10 | -1/+574 |
* | rmu board: fix error: 'CONFIG_ENV_SECT_SIZE' undeclared | Wolfgang Denk | 2009-06-10 | -1/+2 |
* | ubifs: fix small error path mismatch | Daniel Mack | 2009-06-09 | -4/+2 |
* | EP88x: fix broken linker script | Wolfgang Denk | 2009-06-09 | -0/+2 |
* | TQM85xx: minor config file cleanup | Wolfgang Denk | 2009-06-09 | -4/+3 |
* | TQM85xx: adapt for new flash types | Wolfgang Denk | 2009-06-09 | -13/+0 |
* | 85xx: Fix the wrong SYS_CLK_IN for 8569MDS | Dave Liu | 2009-06-09 | -2/+2 |
* | 85xx: Fix the wrong BCSR address of 8569MDS | Dave Liu | 2009-06-09 | -1/+1 |
* | 85xx: bugfix for reading maximum TLB size on mpc85xx | Fredrik Arnerup | 2009-06-09 | -1/+1 |
* | 85xx: Fix the clock adjust of mpc8569mds board | Dave Liu | 2009-06-09 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Wolfgang Denk | 2009-06-09 | -1/+2 |
|\ |
|
| * | at91: fix a USB problem for AT91SAM9261 | RONETIX - Ilko Iliev | 2009-06-09 | -1/+2 |
* | | ppc4xx/net: Fix MDIO clock setup | Felix Radensky | 2009-06-08 | -4/+6 |
* | | rtl8169: fix PCI system memory address | Yoshihiro Shimoda | 2009-06-08 | -5/+8 |
* | | SMC911x driver fixed for NFS boot | Manikandan Pillai | 2009-06-08 | -1/+22 |
* | | Add config option for disabling DM9000-SROM support. | Remy Bohmer | 2009-06-08 | -15/+36 |
|/ |
|
* | smc911x: write back the manually set MAC address | Daniel Mack | 2009-06-07 | -2/+7 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mmc | Wolfgang Denk | 2009-06-04 | -41/+52 |
|\ |
|
| * | mmc: Fix decoding of SCR & function switch data on little-endian machines | Yauhen Kharuzhy | 2009-06-02 | -5/+5 |
| * | mmc: Remove return from mmc_init for non SD 2.0 compatible cards. | Yauhen Kharuzhy | 2009-06-02 | -4/+0 |
| * | mmc: drop unnecessary casts | Rabin Vincent | 2009-06-02 | -15/+15 |
| * | mmc: fix response decoding on little endian | Rabin Vincent | 2009-06-02 | -13/+13 |
| * | mmc: use lldiv to fix arm eabi build | Rabin Vincent | 2009-06-02 | -3/+4 |
| * | mmc: check find_mmc_device return value | Rabin Vincent | 2009-06-02 | -1/+10 |
| * | mmc: clean up help texts | Rabin Vincent | 2009-06-02 | -4/+5 |
* | | Redundant Environment: protect full sector size | Wolfgang Denk | 2009-06-04 | -26/+26 |
* | | mmc: it's safe to ignore mmc_send_if_cond() return value | Ilya Yanok | 2009-06-04 | -4/+0 |
* | | cfi_mtd: Fix bug in last sector detection | Stefan Roese | 2009-06-03 | -2/+7 |
* | | Blackfin: spi: fix pin handling of SPI0 SSEL4 | Mike Frysinger | 2009-05-29 | -1/+1 |
* | | Blackfin: fix if() logic in bootrom evt1 check | Mike Frysinger | 2009-05-29 | -1/+1 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk | 2009-05-28 | -0/+17 |
|\ |
|
| * | Blackfin: bf518f-ezbrd: setup portmux for async flash | Graf Yang | 2009-05-25 | -0/+17 |
* | | jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together | Stefan Roese | 2009-05-28 | -54/+64 |
|/ |
|
* | nand: Fix problem with ECC ordering for PPC4xx NDFC platforms | Stefan Roese | 2009-05-23 | -0/+5 |
* | ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms | Stefan Roese | 2009-05-23 | -2/+2 |
* | ppc4xx: Move definition for PPC4xx NAND FLASH controller to header | Stefan Roese | 2009-05-23 | -6/+10 |
* | Merge branch 'master' of git://git.denx.de/u-boot-ubi | Wolfgang Denk | 2009-05-20 | -1/+1 |
|\ |
|
| * | UBI: fix return code in ubi_volume_read | Andreas Huber | 2009-05-20 | -1/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk | 2009-05-20 | -2/+3 |
|\ \ |
|
| * | | Blackfin: fix timer_init()/timer_reset() | Graf Yang | 2009-05-19 | -2/+3 |
| |/ |
|
* | | common: fix inline--weak error spotted by gcc 4.4 | Kim Phillips | 2009-05-20 | -2/+2 |
* | | TQM834x: remove defines causing gcc4.4 warnings | Kim Phillips | 2009-05-20 | -20/+0 |
|/ |
|
* | MIPS: lib_mips/board.c: Remove unused variables | Shinya Kuribayashi | 2009-05-16 | -2/+1 |
* | MIPS: Make all extern-ed functions in bitops.h static | Shinya Kuribayashi | 2009-05-16 | -32/+32 |
* | MIPS: Implement ethernet halt for au1x00 | Thomas Lange | 2009-05-16 | -0/+4 |
* | Prepare v2009.06-rc2v2009.06-rc2 | Wolfgang Denk | 2009-05-15 | -1/+26 |
* | ARM: fix PXA build by defining UP2OCR | Daniel Mack | 2009-05-15 | -0/+4 |
* | Minor Coding Style fix; update CHANGELOG. | Wolfgang Denk | 2009-05-15 | -2/+273 |
* | IDE: bail out of dev_print() for unknown device types | Wolfgang Denk | 2009-05-15 | -0/+5 |