summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2014-11-24Revert "hush: fix segfault on syntax error"Rabin Vincent
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini
2014-11-24cmd_sata: implement sata stop commandNikita Kiryanov
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-11-23sandbox: Use md5sum and fatwrite to enable testing of fs commandsSuriyan Ramasami
2014-11-23common/board_f: fix gcc warning on MIPS64Daniel Schwierzeck
2014-11-23common/board_f: add setup of initial stack frame for MIPSDaniel Schwierzeck
2014-11-23commands: add more command entries in KconfigMasahiro Yamada
2014-11-23hush: add CONFIG_HUSH_PARSER to KconfigMasahiro Yamada
2014-11-23pci: Honour pci_skip_dev()Thierry Reding
2014-11-23pci: Abort early if bus does not existThierry Reding
2014-11-23fs: make it possible to read the filesystem UUIDChristian Gmeiner
2014-11-23spl: Change debug to printf for "Unsupported boot-device"Stefan Roese
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-21dm: i2c: Move error reporting into a common functionSimon Glass
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-21x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass
2014-11-21Move early malloc() to before arch_cpu_init()Simon Glass
2014-11-21x86: Use the standard arch_cpu_init() functionSimon Glass
2014-11-21x86: Use the standard dram_init() functionSimon 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