| Commit message (Expand) | Author | Age | Lines |
* | common/cmd_bootm.c: Fix GCC 4.6 warnings | Anatolij Gustschin | 2011-11-23 | -1/+2 |
* | common/cmd_flash.c: Fix GCC 4.6 build warnings | Wolfgang Denk | 2011-11-07 | -4/+4 |
* | common/cmd_i2c.c: Fix GCC 4.6 build warning | Wolfgang Denk | 2011-11-07 | -3/+1 |
* | sandbox: Change md command to use map_physmem | Simon Glass | 2011-11-03 | -2/+7 |
* | common/cmd_ide.c: fix GCC 4.6 build warnings | Wolfgang Denk | 2011-11-03 | -2/+0 |
* | common/cmd_ide.c: CodingStyle cleanup | Wolfgang Denk | 2011-11-03 | -840/+874 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2011-10-28 | -7/+2 |
|\ |
|
| * | omap: spl: fix build break due to changes in FAT | Aneesh V | 2011-10-27 | -0/+1 |
| * | ARM: orion5x: reduce dependence of including platform file | Lei Wen | 2011-10-27 | -6/+0 |
| * | arm, logbuffer: make it compileclean | Heiko Schocher | 2011-10-27 | -1/+1 |
* | | GCC4.6: Squash undefined variable in cmd_mtdparts.c | Marek Vasut | 2011-10-27 | -2/+0 |
* | | GCC4.6: Squash subsequent warnings in usb_storage.c | Marek Vasut | 2011-10-27 | -13/+13 |
* | | GCC4.6: Squash warning in usb_storage.c | Marek Vasut | 2011-10-27 | -3/+4 |
* | | GCC4.6: Squash warning in cmd_ide.c | Marek Vasut | 2011-10-27 | -1/+1 |
* | | GCC4.6: Squash warnings in common/usb.c | Marek Vasut | 2011-10-27 | -14/+7 |
|/ |
|
* | net: tftpput: add tftpput command | Simon Glass | 2011-10-26 | -0/+23 |
* | tftpput: add save_addr and save_size global variables | Simon Glass | 2011-10-26 | -0/+2 |
* | net: tftpput: Rename TFTP to TFTPGET | Simon Glass | 2011-10-26 | -8/+8 |
* | Add setenv_ulong() and setenv_addr() | Simon Glass | 2011-10-26 | -0/+30 |
* | Move simple_itoa to vsprintf | Simon Glass | 2011-10-26 | -15/+0 |
* | mkimage: adding support for Davinci AIS image | Stefano Babic | 2011-10-23 | -4/+5 |
* | Add getenv_ulong() to read an integer from an environment variable | Simon Glass | 2011-10-23 | -0/+20 |
* | common: fix missing function pointer relocation in fixup_cmdtable() | Daniel Schwierzeck | 2011-10-23 | -1/+2 |
* | hwmon: Provide dtt_init() | Dirk Eibach | 2011-10-22 | -9/+33 |
* | common: cosmetic: CONFIG_BOOTFILE checkpatch compliance | Joe Hershberger | 2011-10-22 | -2/+2 |
* | common: cosmetic: CONFIG_ROOTPATH checkpatch compliance | Joe Hershberger | 2011-10-22 | -2/+2 |
* | checkpatch whitespace cleanups | Stephen Warren | 2011-10-22 | -870/+946 |
* | nds32: common bdinfo, bootm, image support | Macpaul Lin | 2011-10-22 | -0/+26 |
* | cmd_bdinfo: replace print_str() with print_mhz() | Timur Tabi | 2011-10-22 | -37/+35 |
* | removed static from images in cmd_bootm.c | Simon Schwarz | 2011-10-21 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2011-10-21 | -1/+59 |
|\ |
|
| * | fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers | Shengzhou Liu | 2011-10-18 | -1/+59 |
* | | cosmetic: Fixup fixup_silent_linux() for checkpatch | Doug Anderson | 2011-10-20 | -12/+13 |
|/ |
|
* | sandbox: Use uintptr_t for 32/64-bit compatibility | Simon Glass | 2011-10-17 | -5/+5 |
* | sandbox: Disable built-in malloc | Simon Glass | 2011-10-17 | -0/+2 |
* | sandbox: Add bootm support | Simon Glass | 2011-10-17 | -4/+3 |
* | sandbox: Add board info for architecture | Simon Glass | 2011-10-17 | -4/+30 |
* | Fix use of int as pointer in image.c | Simon Glass | 2011-10-17 | -2/+2 |
* | Add pxe command | Jason Hobbs | 2011-10-17 | -0/+1358 |
* | Replace space and tab checks with isblank | Jason Hobbs | 2011-10-17 | -6/+8 |
* | cosmetic: remove unneeded curly braces | Jason Hobbs | 2011-10-17 | -4/+2 |
* | common: add run_command2 for running simple or hush commands | Jason Hobbs | 2011-10-17 | -30/+28 |
* | common, menu: use abortboot for menu timeout | Jason Hobbs | 2011-10-17 | -10/+40 |
* | Add generic, reusable menu code | Jason Hobbs | 2011-10-17 | -0/+394 |
* | common: fix missing function pointer relocation in fixup_cmdtable() | Daniel Schwierzeck | 2011-10-15 | -0/+6 |
* | fdt: update fdt_alloc_phandle to use fdt_get_phandle | Timur Tabi | 2011-10-15 | -5/+2 |
* | fdt: check for fdt errors in fdt_create_phandle | Timur Tabi | 2011-10-15 | -2/+9 |
* | common/usb.c: fix warning: variable ... set but not used | Wolfgang Denk | 2011-10-09 | -7/+13 |
* | common/cmd_usb.c: fix warning: variable ... set but not used | Wolfgang Denk | 2011-10-09 | -2/+1 |
* | CFI: fix warning: variable ... set but not used | Wolfgang Denk | 2011-10-09 | -2/+7 |