| Commit message (Expand) | Author | Age | Lines |
... | |
* | PPC: Record U-Boot's relocated address in RAM and show in bdinfo. | Richard Retanubun | 2010-03-11 | -0/+1 |
* | cmd_itest.c: fix pointer dereferencing | Frans Meulenbroeks | 2010-02-24 | -2/+7 |
* | net: Use 0.5 sec timeout in miiphy_reset() instead of counting loop | Stefan Roese | 2010-02-06 | -6/+6 |
* | USB: usb_control_msg wait for driver ISR to set status. | Remy Bohmer | 2010-02-03 | -7/+12 |
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | 2010-02-03 | -0/+7 |
|\ |
|
| * | env_nand.c: print error message and fail gracefully | Wolfgang Denk | 2010-01-27 | -0/+7 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-video | Wolfgang Denk | 2010-02-03 | -8/+0 |
|\ \ |
|
| * | | lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor | Anatolij Gustschin | 2010-01-27 | -8/+0 |
| |/ |
|
* | | cmd_ximg.c: fix error: 'i' undeclared | Wolfgang Denk | 2010-01-31 | -14/+19 |
|/ |
|
* | Add support to disable cpu's in multicore processors | Kumar Gala | 2010-01-26 | -0/+3 |
* | add ability to handle compressed images to imxtract | Wolfgang Wegner | 2010-01-26 | -7/+85 |
* | jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZE | Mike Frysinger | 2010-01-26 | -2/+2 |
* | gzip/zlib: make features optional | Mike Frysinger | 2010-01-26 | -0/+2 |
* | mkimage: Add Freescale imx Boot Image support (imximage) | Stefano Babic | 2010-01-25 | -0/+1 |
* | lmb: only force on arches that use it | Mike Frysinger | 2010-01-21 | -18/+16 |
* | CRAMFS: support cramfs in RAM | Heiko Schocher | 2010-01-18 | -0/+217 |
* | env, eeprom: add redundant environment support | Heiko Schocher | 2010-01-18 | -4/+127 |
* | cmd_eeprom: I2C updates | Heiko Schocher | 2010-01-18 | -11/+69 |
* | cmd_bootm.c: Change interpretation of standalone image parameters. | Detlev Zundel | 2010-01-18 | -3/+0 |
* | cmd_bootm.c: Do not load a ramdisk when not booting a kernel. | Detlev Zundel | 2010-01-18 | -1/+2 |
* | kgdb: update mem2hex/hex2mem funcs | Robin Getz | 2010-01-18 | -11/+32 |
* | kgdb: add default generic stubs | Robin Getz | 2010-01-18 | -1/+65 |
* | config_defaults.h: new header for common u-boot config defaults | Mike Frysinger | 2010-01-18 | -4/+0 |
* | malloc: return NULL if not initialized yet | Wolfgang Denk | 2010-01-15 | -0/+6 |
* | onenand: Fix compile errors due to FlexOneNAND | Sanjeev Premi | 2010-01-06 | -1/+8 |
* | move prototypes for gunzip() and zunzip() to common.h | Wolfgang Wegner | 2009-12-21 | -6/+0 |
* | usb: write command for RAW partition. | Mahavir Jain | 2009-12-20 | -0/+123 |
* | USB Consolidate descriptor definitions | Tom Rix | 2009-12-20 | -45/+48 |
* | common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL | Heiko Schocher | 2009-12-08 | -22/+4 |
* | Merge branch 'master' of ../work into next | Wolfgang Denk | 2009-12-07 | -4/+0 |
|\ |
|
| * | i2c: fix dangling comment in do_i2c_mw() | Heiko Schocher | 2009-12-07 | -4/+0 |
* | | Merge branch 'master' into next | Wolfgang Denk | 2009-12-07 | -2/+2 |
|\ \
| |/ |
|
| * | bootm: Fix help message's sub-command ordering | Peter Tyser | 2009-12-07 | -2/+2 |
* | | Merge branch 'master' into next | Wolfgang Denk | 2009-12-05 | -147/+14 |
|\ \
| |/ |
|
| * | Remove superfluous preprocessor tests from some cmd_*.c files. | Robert P. J. Day | 2009-12-02 | -8/+0 |
| * | Removes dead code in the file common/cmd_i2c.c | Pratap Chandu | 2009-12-02 | -8/+0 |
| * | 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 |
| * | circbuf: Move to lib_generic and conditionally compile | Peter Tyser | 2009-12-02 | -111/+0 |
| * | bootm: mark local boot_os[] table static | Mike Frysinger | 2009-11-24 | -1/+1 |
| * | Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y | Remy Bohmer | 2009-11-24 | -1/+1 |
* | | add lzop decompression support | Peter Korsgaard | 2009-12-05 | -0/+23 |
* | | i386: Fix malloc initialization | Graeme Russ | 2009-12-05 | -6/+0 |
* | | exports: rewrite jump table init | Mike Frysinger | 2009-12-02 | -31/+27 |
* | | Add 'true' and 'false' commands | Peter Tyser | 2009-11-23 | -0/+22 |
* | | cmd_help: General cleanup | Peter Tyser | 2009-11-23 | -14/+7 |
* | | command.c: Break commands out to appropriate cmd_*.c files | Peter Tyser | 2009-11-23 | -233/+353 |
* | | ENV Variable support for Flex-OneNAND | Amul Kumar Saha | 2009-11-13 | -0/+10 |
* | | cmd_nand: Move conditional compilation to Makefile | Peter Tyser | 2009-11-13 | -5/+1 |