summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* x86: Remove unnecessary call to initr_enable_interrupts()Bin Meng2014-11-251-1/+1
* x86: Remove cpu_init_r() for x86Bin Meng2014-11-251-1/+1
* x86: Remove board_early_init_r()Simon Glass2014-11-251-3/+0
* Revert "hush: fix segfault on syntax error"Rabin Vincent2014-11-241-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-11-241-1/+23
|\
| * cmd_sata: implement sata stop commandNikita Kiryanov2014-11-241-1/+23
* | Merge git://git.denx.de/u-boot-dmTom Rini2014-11-246-26/+86
|\ \
| * | dm: i2c: Move error reporting into a common functionSimon Glass2014-11-211-10/+22
| * | dm: spl: Allow driver model to be usedSimon Glass2014-11-211-0/+5
| * | dm: spl: Make simple malloc() available when enabledSimon Glass2014-11-211-1/+10
| * | dm: Split the simple malloc() implementation into its own fileSimon Glass2014-11-214-15/+49
* | | Merge git://git.denx.de/u-boot-x86Tom Rini2014-11-241-12/+2
|\ \ \
| * | | x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass2014-11-211-5/+0
| * | | Move early malloc() to before arch_cpu_init()Simon Glass2014-11-211-1/+1
| * | | x86: Use the standard arch_cpu_init() functionSimon Glass2014-11-211-1/+0
| * | | x86: Use the standard dram_init() functionSimon Glass2014-11-211-5/+1
| |/ /
* | | fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami2014-11-231-0/+17
* | | sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-4/+4
* | | ext4: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-232-62/+17
* | | fat: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-232-5/+8
* | | sandbox: Use md5sum and fatwrite to enable testing of fs commandsSuriyan Ramasami2014-11-231-2/+10
* | | common/board_f: fix gcc warning on MIPS64Daniel Schwierzeck2014-11-231-4/+6
* | | common/board_f: add setup of initial stack frame for MIPSDaniel Schwierzeck2014-11-231-1/+7
* | | commands: add more command entries in KconfigMasahiro Yamada2014-11-231-9/+274
* | | hush: add CONFIG_HUSH_PARSER to KconfigMasahiro Yamada2014-11-231-0/+17
* | | pci: Honour pci_skip_dev()Thierry Reding2014-11-231-0/+3
* | | pci: Abort early if bus does not existThierry Reding2014-11-231-0/+4
* | | fs: make it possible to read the filesystem UUIDChristian Gmeiner2014-11-232-0/+27
* | | spl: Change debug to printf for "Unsupported boot-device"Stefan Roese2014-11-231-1/+3
* | | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-236-20/+24
|/ /
* | common: Fix cmd_fpgad addressingDirk Eibach2014-11-191-8/+24
|/
* spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher2014-11-172-5/+23
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-11-131-0/+3
|\
| * malloc: Output region when debuggingThierry Reding2014-11-121-0/+3
* | powerpc: remove orphaned boards mcc200 and prs200Nikita Kiryanov2014-11-121-23/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-11-111-2/+5
|\ \ | |/ |/|
| * usb_storage: blacklist Enclosure Service DevicesSoeren Moch2014-11-081-2/+5
* | 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
OpenPOWER on IntegriCloud