| Commit message (Expand) | Author | Age | Lines |
* | Revert "boot cmds: convert to getenv_yesno() with autostart" | Wolfgang Denk | 2011-01-11 | -8/+9 |
* | miiphy: convert to linux/mii.h | Mike Frysinger | 2011-01-09 | -40/+39 |
* | cmd editing: mark erase/tab seqs constant | Mike Frysinger | 2011-01-09 | -2/+2 |
* | cmd_mem: localize state variables | Mike Frysinger | 2011-01-09 | -3/+3 |
* | load_addr: move to common env code | Mike Frysinger | 2011-01-09 | -1/+2 |
* | config_cmd_defaults.h: new header for common u-boot command defaults | Mike Frysinger | 2011-01-09 | -1/+1 |
* | env: re-add support for auto-completion | Mike Frysinger | 2011-01-09 | -27/+16 |
* | cmd_net.c: fix build breakage | Wolfgang Denk | 2010-12-23 | -0/+1 |
* | onenand: add yaffs write command | Lei Wen | 2010-12-17 | -5/+36 |
* | hashtable: drop all non-reentrant versions | Mike Frysinger | 2010-12-17 | -22/+24 |
* | Merge branch 'master' of ../master into next | Wolfgang Denk | 2010-12-16 | -16/+79 |
|\ |
|
| * | hwconfig: Fix handling of env_hwconfig, board_hwconfig, and cpu_hwconfig | Kumar Gala | 2010-12-09 | -6/+9 |
| * | onenand: fix oob print out issue | Lei Wen | 2010-12-07 | -1/+3 |
| * | env_nand: Use nand_read_skip_bad instead of nand_read | Steve Sakoman | 2010-12-06 | -1/+1 |
| * | UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition change | Stefan Roese | 2010-12-03 | -6/+35 |
| * | UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output | Stefan Roese | 2010-12-03 | -1/+1 |
| * | UBIFS: Add ubifsumount command to unmount an active volume | Stefan Roese | 2010-12-03 | -0/+31 |
| * | hwconfig: Fix dummy initialization of {board, cpu}_hwconfig | Kumar Gala | 2010-11-30 | -8/+6 |
* | | stdio: constify "name" arg in public api | Mike Frysinger | 2010-11-28 | -4/+4 |
* | | boot cmds: convert to getenv_yesno() with autostart | Mike Frysinger | 2010-11-28 | -9/+8 |
* | | image: constify lookup tables | Mike Frysinger | 2010-11-28 | -7/+7 |
* | | cmd_itest: constify & localize op table | Mike Frysinger | 2010-11-28 | -5/+3 |
* | | cmd_date: constify | Mike Frysinger | 2010-11-28 | -4/+4 |
* | | autocomplete: remove runtime handler install | Mike Frysinger | 2010-11-28 | -36/+12 |
* | | do_reset: unify duplicate prototypes | Mike Frysinger | 2010-11-28 | -10/+1 |
* | | do_bootd: unify duplicate prototypes | Mike Frysinger | 2010-11-28 | -6/+0 |
* | | do_bootm: unify duplicate prototypes | Mike Frysinger | 2010-11-28 | -8/+0 |
* | | cmd_mii: localize & constify local funcs/data | Mike Frysinger | 2010-11-28 | -38/+30 |
|/ |
|
* | Fix compiler warning in fdt_support.c | Dirk Behme | 2010-11-28 | -2/+2 |
* | common/cmd_nvedit: Use return value of cmd_usage | Thomas Weber | 2010-11-27 | -12/+6 |
* | Common/command: Guard strchr/strlen from NULL pointer | Thomas Weber | 2010-11-27 | -0/+2 |
* | Common/cmd_nvedit: Check for env subcommand | Thomas Weber | 2010-11-27 | -0/+3 |
* | common/Makefile: don't include env_embedded.o into libcommon | Wolfgang Denk | 2010-11-26 | -7/+7 |
* | malloc: Fix issue with calloc memory possibly being non-zero | Kumar Gala | 2010-11-17 | -0/+7 |
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | -2/+2 |
* | pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOW | Peter Tyser | 2010-11-14 | -64/+2 |
* | env_mmc: fix compile warning | Lei Wen | 2010-11-14 | -0/+1 |
* | env_sf: remove warning introduced with last patch | Stefano Babic | 2010-10-29 | -2/+1 |
* | Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC | Wolfgang Denk | 2010-10-29 | -2/+0 |
* | Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC | Wolfgang Denk | 2010-10-29 | -20/+20 |
* | cmd_onenand.c: Fix command usage help. | Enric Balletbo i Serra | 2010-10-27 | -0/+3 |
* | env_sf: updated to the new environment code | Stefano Babic | 2010-10-27 | -95/+77 |
* | Revert "cmd_net: drop spurious comma in U_BOOT_CMD" | Wolfgang Denk | 2010-10-27 | -1/+1 |
* | cmd_net: drop spurious comma in U_BOOT_CMD | Mike Frysinger | 2010-10-26 | -1/+1 |
* | Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value | Wolfgang Denk | 2010-10-26 | -1/+1 |
* | ARM: fix relocation support for onenand device. | Enric Balletbo i Serra | 2010-10-23 | -0/+6 |
* | hwconfig: Utilize getenv_f before relocation to allow for larger buffer | Kumar Gala | 2010-10-23 | -1/+20 |
* | env_flash: Disable debug print statements | Peter Tyser | 2010-10-23 | -3/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2010-10-23 | -0/+13 |
|\ |
|
| * | pci: Add ability to re-enumerate PCI buses | John Schmoller | 2010-10-22 | -0/+13 |