summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common/cmd_fitupd.c: restore corrupted fileWolfgang Denk2014-11-071-9/+5
* hush: make run_command() return an error on parsing failureRabin Vincent2014-11-071-1/+1
* hush: fix segfault on syntax errorRabin Vincent2014-11-071-1/+1
* hush: return consistent codes from run_command()Rabin Vincent2014-11-071-1/+3
* dlmalloc: ensure gd is set for early allocRabin Vincent2014-11-071-1/+1
* image-fdt: boot_get_fdt() return value when no DTB existsNoam Camus2014-11-071-2/+2
* usb: kbd: Add (optional) support for using an interrupt queue for pollingHans de Goede2014-11-041-0/+19
* usb: kbd: Cache pipe, interval and packetsizeHans de Goede2014-11-041-21/+13
* stdio: Fix memleak on stdio_deregisterHans de Goede2014-11-041-0/+1
* usb: kbd: Fix memleak on usb_kbd_deregister()Hans de Goede2014-11-041-3/+13
* usb: kbd: Remove unused usb_kbd_generic_poll functionHans de Goede2014-11-041-26/+0
* usb: Do not power-cycle usb devices on initHans de Goede2014-11-041-39/+0
* usb: Remove unnecessary portnr lookup from usb_new_deviceHans de Goede2014-11-041-17/+2
* Merge git://git.denx.de/u-boot-x86Tom Rini2014-10-293-2/+5
|\
| * x86: image: Add new image type for x64_64Simon Glass2014-10-283-2/+5
* | kconfig: arm: introduce symbol for ARM CPUsGeorges Savoundararadj2014-10-291-1/+0
|/
* spl: move comment to the right placeAndreas Bießmann2014-10-271-1/+1
* image: Fix Android boot image supportAhmad Draidi2014-10-273-18/+57
* cmd_mem: call unmap_sysmem() after map_sysmem()Masahiro Yamada2014-10-271-0/+3
* common: command: trivial coding style fixesMasahiro Yamada2014-10-271-30/+26
* common/cmd_io.c: Fix incorrect help for iod/iowBin Meng2014-10-271-3/+3
* aboot: fix block addressing for don't care chunk typeRob Herring2014-10-271-0/+1
* spl: do not hang in spl_register_fat_device but return error value. It allows...Guillaume GARDET2014-10-271-1/+1
* spl: Add EXT support to SPLGuillaume GARDET2014-10-273-2/+156
* Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET2014-10-274-9/+9
* usb: Use correct printf() format string for uintptr_tSimon Glass2014-10-271-5/+6
* scsi: Use correct printf() format string for uintptr_tSimon Glass2014-10-271-4/+5
* Revert "common, env: Fix support for environment in i2c eeprom"Valentin Longchamp2014-10-271-7/+2
* cli: hush: Adjust 'run' command to run each line of the env varSimon Glass2014-10-272-4/+8
* Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2014-10-271-0/+1
|\
| * common: Makefile: allow for spl builds with env_fatFelipe Balbi2014-10-231-0/+1
* | Merge git://git.denx.de/u-boot-dmTom Rini2014-10-261-36/+21
|\ \
| * | dm: Move the function for getting GPIO status into the uclassSimon Glass2014-10-231-36/+21
| |/
* | gpio: add protype for name_to_gpioJeroen Hofstee2014-10-251-1/+1
* | common/cmd_elf.c: add missing includeJeroen Hofstee2014-10-251-0/+1
* | common:console: add missing includeJeroen Hofstee2014-10-251-1/+2
* | modem.c: Switch to debug() from dbg found in common/console.cTom Rini2014-10-251-7/+6
* | serial: make local functions staticJeroen Hofstee2014-10-251-7/+7
* | image-fit: make local function staticJeroen Hofstee2014-10-251-1/+1
* | env_nand: make local functions staticJeroen Hofstee2014-10-251-2/+2
* | common: board_r: make local functions staticJeroen Hofstee2014-10-251-4/+4
* | common: cmd_elf: make do_bootelf_exec staticJeroen Hofstee2014-10-251-2/+1
* | misc: use __weakJeroen Hofstee2014-10-251-4/+1
* | common: board: use __weakJeroen Hofstee2014-10-242-16/+4
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2014-10-226-10/+92
|\
| * dm: cros_ec: Add support for driver modelSimon Glass2014-10-221-0/+30
| * dm: Convert spi_flash_probe() and 'sf probe' to use driver modelSimon Glass2014-10-221-0/+25
| * sf: Tidy up public and private header filesSimon Glass2014-10-221-0/+1
| * dm: spi: Adjust cmd_spi to work with driver modelSimon Glass2014-10-221-8/+31
| * dm: Add spi.h header to a few filesSimon Glass2014-10-221-0/+1
OpenPOWER on IntegriCloud