summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami2-5/+8
2014-11-23sandbox: Use md5sum and fatwrite to enable testing of fs commandsSuriyan Ramasami1-2/+10
2014-11-23common/board_f: fix gcc warning on MIPS64Daniel Schwierzeck1-4/+6
2014-11-23common/board_f: add setup of initial stack frame for MIPSDaniel Schwierzeck1-1/+7
2014-11-23commands: add more command entries in KconfigMasahiro Yamada1-9/+274
2014-11-23hush: add CONFIG_HUSH_PARSER to KconfigMasahiro Yamada1-0/+17
2014-11-23pci: Honour pci_skip_dev()Thierry Reding1-0/+3
2014-11-23pci: Abort early if bus does not existThierry Reding1-0/+4
2014-11-23fs: make it possible to read the filesystem UUIDChristian Gmeiner2-0/+27
2014-11-23spl: Change debug to printf for "Unsupported boot-device"Stefan Roese1-1/+3
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada6-20/+24
2014-11-19common: Fix cmd_fpgad addressingDirk Eibach1-8/+24
2014-11-17spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher2-5/+23
2014-11-13Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+3
2014-11-12powerpc: remove orphaned boards mcc200 and prs200Nikita Kiryanov1-23/+1
2014-11-12malloc: Output region when debuggingThierry Reding1-0/+3
2014-11-12Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-2/+5
2014-11-08usb_storage: blacklist Enclosure Service DevicesSoeren Moch1-2/+5
2014-11-08common/cmd_fitupd.c: restore corrupted fileWolfgang Denk1-9/+5
2014-11-08hush: make run_command() return an error on parsing failureRabin Vincent1-1/+1
2014-11-08hush: fix segfault on syntax errorRabin Vincent1-1/+1
2014-11-08hush: return consistent codes from run_command()Rabin Vincent1-1/+3
2014-11-08dlmalloc: ensure gd is set for early allocRabin Vincent1-1/+1
2014-11-08image-fdt: boot_get_fdt() return value when no DTB existsNoam Camus1-2/+2
2014-11-04usb: kbd: Add (optional) support for using an interrupt queue for pollingHans de Goede1-0/+19
2014-11-04usb: kbd: Cache pipe, interval and packetsizeHans de Goede1-21/+13
2014-11-04stdio: Fix memleak on stdio_deregisterHans de Goede1-0/+1
2014-11-04usb: kbd: Fix memleak on usb_kbd_deregister()Hans de Goede1-3/+13
2014-11-04usb: kbd: Remove unused usb_kbd_generic_poll functionHans de Goede1-26/+0
2014-11-04usb: Do not power-cycle usb devices on initHans de Goede1-39/+0
2014-11-04usb: Remove unnecessary portnr lookup from usb_new_deviceHans de Goede1-17/+2
2014-10-29Merge git://git.denx.de/u-boot-x86Tom Rini3-2/+5
2014-10-29kconfig: arm: introduce symbol for ARM CPUsGeorges Savoundararadj1-1/+0
2014-10-29x86: image: Add new image type for x64_64Simon Glass3-2/+5
2014-10-28spl: move comment to the right placeAndreas Bießmann1-1/+1
2014-10-28image: Fix Android boot image supportAhmad Draidi3-18/+57
2014-10-28cmd_mem: call unmap_sysmem() after map_sysmem()Masahiro Yamada1-0/+3
2014-10-28common: command: trivial coding style fixesMasahiro Yamada1-30/+26
2014-10-28common/cmd_io.c: Fix incorrect help for iod/iowBin Meng1-3/+3
2014-10-28aboot: fix block addressing for don't care chunk typeRob Herring1-0/+1
2014-10-28spl: do not hang in spl_register_fat_device but return error value. It allows...Guillaume GARDET1-1/+1
2014-10-28spl: Add EXT support to SPLGuillaume GARDET3-2/+156
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET4-9/+9
2014-10-27usb: Use correct printf() format string for uintptr_tSimon Glass1-5/+6
2014-10-27scsi: Use correct printf() format string for uintptr_tSimon Glass1-4/+5
2014-10-27Revert "common, env: Fix support for environment in i2c eeprom"Valentin Longchamp1-7/+2
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass2-4/+8
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini1-0/+1
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini1-36/+21
2014-10-25gpio: add protype for name_to_gpioJeroen Hofstee1-1/+1