| Commit message (Expand) | Author | Age | Lines |
* | common/cmd_fitupd.c: restore corrupted file | Wolfgang Denk | 2014-11-07 | -9/+5 |
* | hush: make run_command() return an error on parsing failure | Rabin Vincent | 2014-11-07 | -1/+1 |
* | hush: fix segfault on syntax error | Rabin Vincent | 2014-11-07 | -1/+1 |
* | hush: return consistent codes from run_command() | Rabin Vincent | 2014-11-07 | -1/+3 |
* | dlmalloc: ensure gd is set for early alloc | Rabin Vincent | 2014-11-07 | -1/+1 |
* | image-fdt: boot_get_fdt() return value when no DTB exists | Noam Camus | 2014-11-07 | -2/+2 |
* | usb: kbd: Add (optional) support for using an interrupt queue for polling | Hans de Goede | 2014-11-04 | -0/+19 |
* | usb: kbd: Cache pipe, interval and packetsize | Hans de Goede | 2014-11-04 | -21/+13 |
* | stdio: Fix memleak on stdio_deregister | Hans de Goede | 2014-11-04 | -0/+1 |
* | usb: kbd: Fix memleak on usb_kbd_deregister() | Hans de Goede | 2014-11-04 | -3/+13 |
* | usb: kbd: Remove unused usb_kbd_generic_poll function | Hans de Goede | 2014-11-04 | -26/+0 |
* | usb: Do not power-cycle usb devices on init | Hans de Goede | 2014-11-04 | -39/+0 |
* | usb: Remove unnecessary portnr lookup from usb_new_device | Hans de Goede | 2014-11-04 | -17/+2 |
* | Merge git://git.denx.de/u-boot-x86 | Tom Rini | 2014-10-29 | -2/+5 |
|\ |
|
| * | x86: image: Add new image type for x64_64 | Simon Glass | 2014-10-28 | -2/+5 |
* | | kconfig: arm: introduce symbol for ARM CPUs | Georges Savoundararadj | 2014-10-29 | -1/+0 |
|/ |
|
* | spl: move comment to the right place | Andreas Bießmann | 2014-10-27 | -1/+1 |
* | image: Fix Android boot image support | Ahmad Draidi | 2014-10-27 | -18/+57 |
* | cmd_mem: call unmap_sysmem() after map_sysmem() | Masahiro Yamada | 2014-10-27 | -0/+3 |
* | common: command: trivial coding style fixes | Masahiro Yamada | 2014-10-27 | -30/+26 |
* | common/cmd_io.c: Fix incorrect help for iod/iow | Bin Meng | 2014-10-27 | -3/+3 |
* | aboot: fix block addressing for don't care chunk type | Rob Herring | 2014-10-27 | -0/+1 |
* | spl: do not hang in spl_register_fat_device but return error value. It allows... | Guillaume GARDET | 2014-10-27 | -1/+1 |
* | spl: Add EXT support to SPL | Guillaume GARDET | 2014-10-27 | -2/+156 |
* | Rename some defines containing FAT in their name to be filesystem generic | Guillaume GARDET | 2014-10-27 | -9/+9 |
* | usb: Use correct printf() format string for uintptr_t | Simon Glass | 2014-10-27 | -5/+6 |
* | scsi: Use correct printf() format string for uintptr_t | Simon Glass | 2014-10-27 | -4/+5 |
* | Revert "common, env: Fix support for environment in i2c eeprom" | Valentin Longchamp | 2014-10-27 | -7/+2 |
* | cli: hush: Adjust 'run' command to run each line of the env var | Simon Glass | 2014-10-27 | -4/+8 |
* | Merge branch 'master' of git://git.denx.de/u-boot-ti | Tom Rini | 2014-10-27 | -0/+1 |
|\ |
|
| * | common: Makefile: allow for spl builds with env_fat | Felipe Balbi | 2014-10-23 | -0/+1 |
* | | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2014-10-26 | -36/+21 |
|\ \ |
|
| * | | dm: Move the function for getting GPIO status into the uclass | Simon Glass | 2014-10-23 | -36/+21 |
| |/ |
|
* | | gpio: add protype for name_to_gpio | Jeroen Hofstee | 2014-10-25 | -1/+1 |
* | | common/cmd_elf.c: add missing include | Jeroen Hofstee | 2014-10-25 | -0/+1 |
* | | common:console: add missing include | Jeroen Hofstee | 2014-10-25 | -1/+2 |
* | | modem.c: Switch to debug() from dbg found in common/console.c | Tom Rini | 2014-10-25 | -7/+6 |
* | | serial: make local functions static | Jeroen Hofstee | 2014-10-25 | -7/+7 |
* | | image-fit: make local function static | Jeroen Hofstee | 2014-10-25 | -1/+1 |
* | | env_nand: make local functions static | Jeroen Hofstee | 2014-10-25 | -2/+2 |
* | | common: board_r: make local functions static | Jeroen Hofstee | 2014-10-25 | -4/+4 |
* | | common: cmd_elf: make do_bootelf_exec static | Jeroen Hofstee | 2014-10-25 | -2/+1 |
* | | misc: use __weak | Jeroen Hofstee | 2014-10-25 | -4/+1 |
* | | common: board: use __weak | Jeroen Hofstee | 2014-10-24 | -16/+4 |
|/ |
|
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2014-10-22 | -10/+92 |
|\ |
|
| * | dm: cros_ec: Add support for driver model | Simon Glass | 2014-10-22 | -0/+30 |
| * | dm: Convert spi_flash_probe() and 'sf probe' to use driver model | Simon Glass | 2014-10-22 | -0/+25 |
| * | sf: Tidy up public and private header files | Simon Glass | 2014-10-22 | -0/+1 |
| * | dm: spi: Adjust cmd_spi to work with driver model | Simon Glass | 2014-10-22 | -8/+31 |
| * | dm: Add spi.h header to a few files | Simon Glass | 2014-10-22 | -0/+1 |