| Commit message (Expand) | Author | Age | Lines |
* | Remove superfluous preprocessor tests from some cmd_*.c files. | Robert P. J. Day | 2009-12-02 | -8/+0 |
* | README: Update the list of directories. | Robert P. J. Day | 2009-12-02 | -1/+5 |
* | Removes dead code in the file common/cmd_i2c.c | Pratap Chandu | 2009-12-02 | -8/+0 |
* | smc91111_eeprom: drop CONFIG stub protection | Mike Frysinger | 2009-12-02 | -12/+0 |
* | RTC: Fix return code in MC13783 RTC driver. | Magnus Lilja | 2009-12-02 | -1/+1 |
* | cmd_date: Fix spelling in error message. | Magnus Lilja | 2009-12-02 | -3/+3 |
* | Move do_irqinfo() to common/cmd_irq.c | Peter Tyser | 2009-12-02 | -11/+9 |
* | cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE | Peter Tyser | 2009-12-02 | -4/+0 |
* | m41t11: Remove unused functions | Peter Tyser | 2009-12-02 | -14/+0 |
* | circbuf: Move to lib_generic and conditionally compile | Peter Tyser | 2009-12-02 | -1/+1 |
* | Fix build failure in examples/standalone | Sanjeev Premi | 2009-12-02 | -1/+7 |
* | 85xx: Remove unused CONFIG_ASSUME_AMD_FLASH from config files | Becky Bruce | 2009-12-02 | -63/+0 |
* | MAINTAINERS: update responsible for MPC85xx/86xx | Wolfgang Denk | 2009-12-02 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-nios | Wolfgang Denk | 2009-12-01 | -198/+7 |
|\ |
|
| * | Nios2: do_boom_linux(): kernel gunzip input data integrity problem due to | Renato Andreola | 2009-11-23 | -0/+5 |
| * | Nios2: Fix compiler warnings in lib_nios2/board.c (unused variables) | Scott McNutt | 2009-11-23 | -2/+0 |
| * | Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts from | Scott McNutt | 2009-11-23 | -196/+2 |
* | | Fix example FIT image source files | Ira W. Snyder | 2009-11-24 | -0/+15 |
* | | img2srec: use standard types | Mike Frysinger | 2009-11-24 | -102/+62 |
* | | tools: gitignore *.exe binaries | Mike Frysinger | 2009-11-24 | -0/+1 |
* | | ppc: Move conditional compilation of kgdb.c to Makefile | Peter Tyser | 2009-11-24 | -6/+1 |
* | | spi_flash.h: pull in linux/types.h for u## types | Mike Frysinger | 2009-11-24 | -0/+1 |
* | | bootm: mark local boot_os[] table static | Mike Frysinger | 2009-11-24 | -1/+1 |
* | | mkconfig: deny messed up ARCH definition | Nishanth Menon | 2009-11-24 | -0/+5 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2009-11-24 | -8/+24 |
|\ \ |
|
| * | | Repair the 'netretry=once' option. | Remy Bohmer | 2009-11-24 | -8/+24 |
| |/ |
|
* | | Merge branch 'master-sync' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2009-11-24 | -1/+2 |
|\ \ |
|
| * | | OMAP3: pandora: fix booting without serial attached | Grazvydas Ignotas | 2009-11-24 | -1/+2 |
* | | | Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y | Remy Bohmer | 2009-11-24 | -3/+1 |
* | | | Add support for CS2 dataflash for Atmel-SPI. | Remy Bohmer | 2009-11-23 | -2/+16 |
* | | | Fix mingw tools build | Remy Bohmer | 2009-11-23 | -0/+159 |
* | | | Building of FIT images does not work. | Remy Bohmer | 2009-11-23 | -0/+1 |
| |/
|/| |
|
* | | sf: fix stmicro offset setup while erasing | Mike Frysinger | 2009-11-22 | -1/+2 |
* | | sf: new driver for Winbond W25X16/32/64 devices | Jason McMullan | 2009-11-22 | -0/+339 |
* | | mpc8260: move FDT memory node fixup into common CPU code. | Marcel Ziswiler | 2009-11-22 | -52/+2 |
* | | Add driver for FTRTC010 real time clock | Po-Yu Chuang | 2009-11-22 | -0/+125 |
* | | MIMC200: set default fbmem value | Mark Jackson | 2009-11-22 | -1/+1 |
* | | ppc4xx: Initialize magnetic coupler on VOM405 boards | Matthias Fuchs | 2009-11-17 | -0/+35 |
* | | ppc4xx: Initialize magnetic couplers in PLU405 | Matthias Fuchs | 2009-11-17 | -1/+38 |
* | | Add minimal SJA1000 header for basic CAN mode | Matthias Fuchs | 2009-11-17 | -0/+60 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2009-11-15 | -62/+64 |
|\ |
|
| * | smc911x: make smc911x_initialize return correct value | Mike Rapoport | 2009-11-12 | -2/+2 |
| * | smc911x_eeprom: fix building after smc911x overhaul | Mike Frysinger | 2009-11-12 | -60/+62 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2009-11-15 | -6/+5 |
|\ \ |
|
| * | | ppc/85xx: Fix how we determine the number of CAM entries | Kumar Gala | 2009-11-13 | -2/+2 |
| * | | fsl-ddr: Fix the chip-select interleaving issue | Dave Liu | 2009-11-12 | -4/+3 |
| |/ |
|
* | | Merge branch 'master-sync' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2009-11-15 | -9/+9 |
|\ \
| |/
|/| |
|
| * | ARM Don't inline weak symbols | Ron Lee | 2009-11-11 | -9/+9 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2009-11-11 | -36/+44 |
|\ \ |
|
| * | | mxc_fec: avoid free() calls to already freed pointers. | javier Martin | 2009-11-11 | -5/+7 |