summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* fdt: Add ft_system_setup() function for system device tree additionsSimon Glass2014-11-21-0/+22
* fdt: Tidy up error handling in image_setup_libfdt()Simon Glass2014-11-21-10/+20
* fdt: Export the fdt_find_or_add_subnode() functionSimon Glass2014-11-21-3/+3
* fdt: Report failure of ft_board_setup()Simon Glass2014-11-21-2/+9
* common: Fix cmd_fpgad addressingDirk Eibach2014-11-19-8/+24
* spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher2014-11-17-5/+23
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-11-13-0/+3
|\
| * malloc: Output region when debuggingThierry Reding2014-11-12-0/+3
* | powerpc: remove orphaned boards mcc200 and prs200Nikita Kiryanov2014-11-12-23/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-11-11-2/+5
|\ \ | |/ |/|
| * usb_storage: blacklist Enclosure Service DevicesSoeren Moch2014-11-08-2/+5
* | common/cmd_fitupd.c: restore corrupted fileWolfgang Denk2014-11-07-9/+5
* | hush: make run_command() return an error on parsing failureRabin Vincent2014-11-07-1/+1
* | hush: fix segfault on syntax errorRabin Vincent2014-11-07-1/+1
* | hush: return consistent codes from run_command()Rabin Vincent2014-11-07-1/+3
* | dlmalloc: ensure gd is set for early allocRabin Vincent2014-11-07-1/+1
* | image-fdt: boot_get_fdt() return value when no DTB existsNoam Camus2014-11-07-2/+2
|/
* usb: kbd: Add (optional) support for using an interrupt queue for pollingHans de Goede2014-11-04-0/+19
* usb: kbd: Cache pipe, interval and packetsizeHans de Goede2014-11-04-21/+13
* stdio: Fix memleak on stdio_deregisterHans de Goede2014-11-04-0/+1
* usb: kbd: Fix memleak on usb_kbd_deregister()Hans de Goede2014-11-04-3/+13
* usb: kbd: Remove unused usb_kbd_generic_poll functionHans de Goede2014-11-04-26/+0
* usb: Do not power-cycle usb devices on initHans de Goede2014-11-04-39/+0
* usb: Remove unnecessary portnr lookup from usb_new_deviceHans de Goede2014-11-04-17/+2
* Merge git://git.denx.de/u-boot-x86Tom Rini2014-10-29-2/+5
|\
| * x86: image: Add new image type for x64_64Simon Glass2014-10-28-2/+5
* | kconfig: arm: introduce symbol for ARM CPUsGeorges Savoundararadj2014-10-29-1/+0
|/
* spl: move comment to the right placeAndreas Bießmann2014-10-27-1/+1
* image: Fix Android boot image supportAhmad Draidi2014-10-27-18/+57
* cmd_mem: call unmap_sysmem() after map_sysmem()Masahiro Yamada2014-10-27-0/+3
* common: command: trivial coding style fixesMasahiro Yamada2014-10-27-30/+26
* common/cmd_io.c: Fix incorrect help for iod/iowBin Meng2014-10-27-3/+3
* aboot: fix block addressing for don't care chunk typeRob Herring2014-10-27-0/+1
* spl: do not hang in spl_register_fat_device but return error value. It allows...Guillaume GARDET2014-10-27-1/+1
* spl: Add EXT support to SPLGuillaume GARDET2014-10-27-2/+156
* Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET2014-10-27-9/+9
* usb: Use correct printf() format string for uintptr_tSimon Glass2014-10-27-5/+6
* scsi: Use correct printf() format string for uintptr_tSimon Glass2014-10-27-4/+5
* Revert "common, env: Fix support for environment in i2c eeprom"Valentin Longchamp2014-10-27-7/+2
* cli: hush: Adjust 'run' command to run each line of the env varSimon Glass2014-10-27-4/+8
* Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2014-10-27-0/+1
|\
| * common: Makefile: allow for spl builds with env_fatFelipe Balbi2014-10-23-0/+1
* | Merge git://git.denx.de/u-boot-dmTom Rini2014-10-26-36/+21
|\ \
| * | dm: Move the function for getting GPIO status into the uclassSimon Glass2014-10-23-36/+21
| |/
* | gpio: add protype for name_to_gpioJeroen Hofstee2014-10-25-1/+1
* | common/cmd_elf.c: add missing includeJeroen Hofstee2014-10-25-0/+1
* | common:console: add missing includeJeroen Hofstee2014-10-25-1/+2
* | modem.c: Switch to debug() from dbg found in common/console.cTom Rini2014-10-25-7/+6
* | serial: make local functions staticJeroen Hofstee2014-10-25-7/+7
* | image-fit: make local function staticJeroen Hofstee2014-10-25-1/+1