summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2014-11-21dm: spl: Allow driver model to be usedSimon Glass
2014-11-21dm: spl: Make simple malloc() available when enabledSimon Glass
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass
2014-11-19common: Fix cmd_fpgad addressingDirk Eibach
2014-11-17spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher
2014-11-13Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-11-12powerpc: remove orphaned boards mcc200 and prs200Nikita Kiryanov
2014-11-12malloc: Output region when debuggingThierry Reding
2014-11-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-11-08usb_storage: blacklist Enclosure Service DevicesSoeren Moch
2014-11-07common/cmd_fitupd.c: restore corrupted fileWolfgang Denk
2014-11-07hush: make run_command() return an error on parsing failureRabin Vincent
2014-11-07hush: fix segfault on syntax errorRabin Vincent
2014-11-07hush: return consistent codes from run_command()Rabin Vincent
2014-11-07dlmalloc: ensure gd is set for early allocRabin Vincent
2014-11-07image-fdt: boot_get_fdt() return value when no DTB existsNoam Camus
2014-11-04usb: kbd: Add (optional) support for using an interrupt queue for pollingHans de Goede
2014-11-04usb: kbd: Cache pipe, interval and packetsizeHans de Goede
2014-11-04stdio: Fix memleak on stdio_deregisterHans de Goede
2014-11-04usb: kbd: Fix memleak on usb_kbd_deregister()Hans de Goede
2014-11-04usb: kbd: Remove unused usb_kbd_generic_poll functionHans de Goede
2014-11-04usb: Do not power-cycle usb devices on initHans de Goede
2014-11-04usb: Remove unnecessary portnr lookup from usb_new_deviceHans de Goede
2014-10-29Merge git://git.denx.de/u-boot-x86Tom Rini
2014-10-29kconfig: arm: introduce symbol for ARM CPUsGeorges Savoundararadj
2014-10-28x86: image: Add new image type for x64_64Simon Glass
2014-10-27spl: move comment to the right placeAndreas Bießmann
2014-10-27image: Fix Android boot image supportAhmad Draidi
2014-10-27cmd_mem: call unmap_sysmem() after map_sysmem()Masahiro Yamada
2014-10-27common: command: trivial coding style fixesMasahiro Yamada
2014-10-27common/cmd_io.c: Fix incorrect help for iod/iowBin Meng
2014-10-27aboot: fix block addressing for don't care chunk typeRob Herring
2014-10-27spl: do not hang in spl_register_fat_device but return error value. It allows...Guillaume GARDET
2014-10-27spl: Add EXT support to SPLGuillaume GARDET
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET
2014-10-27usb: Use correct printf() format string for uintptr_tSimon Glass
2014-10-27scsi: Use correct printf() format string for uintptr_tSimon Glass
2014-10-27Revert "common, env: Fix support for environment in i2c eeprom"Valentin Longchamp
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini
2014-10-25gpio: add protype for name_to_gpioJeroen Hofstee
2014-10-25common/cmd_elf.c: add missing includeJeroen Hofstee
2014-10-25common:console: add missing includeJeroen Hofstee
2014-10-25modem.c: Switch to debug() from dbg found in common/console.cTom Rini
2014-10-25serial: make local functions staticJeroen Hofstee
2014-10-25image-fit: make local function staticJeroen Hofstee
2014-10-25env_nand: make local functions staticJeroen Hofstee
2014-10-25common: board_r: make local functions staticJeroen Hofstee
2014-10-25common: cmd_elf: make do_bootelf_exec staticJeroen Hofstee