Age | Commit message (Expand) | Author |
2014-11-23 | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada |
2014-11-21 | dm: i2c: Move error reporting into a common function | Simon Glass |
2014-11-21 | dm: spl: Allow driver model to be used | Simon Glass |
2014-11-21 | dm: spl: Make simple malloc() available when enabled | Simon Glass |
2014-11-21 | dm: Split the simple malloc() implementation into its own file | Simon Glass |
2014-11-21 | x86: Remove unnecessary find_fdt(), prepare_fdt() functions | Simon Glass |
2014-11-21 | Move early malloc() to before arch_cpu_init() | Simon Glass |
2014-11-21 | x86: Use the standard arch_cpu_init() function | Simon Glass |
2014-11-21 | x86: Use the standard dram_init() function | Simon Glass |
2014-11-21 | fdt: Try to use fdt_address_cells()/fdt_size_cells() | Simon Glass |
2014-11-21 | fdt: Change fdt_pack_reg() to static and fix types | Simon Glass |
2014-11-21 | fdt: Add ft_system_setup() function for system device tree additions | Simon Glass |
2014-11-21 | fdt: Tidy up error handling in image_setup_libfdt() | Simon Glass |
2014-11-21 | fdt: Export the fdt_find_or_add_subnode() function | Simon Glass |
2014-11-21 | fdt: Report failure of ft_board_setup() | Simon Glass |
2014-11-19 | common: Fix cmd_fpgad addressing | Dirk Eibach |
2014-11-17 | spl, nand: add option to boot raw u-boot.bin image only | Heiko Schocher |
2014-11-13 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini |
2014-11-12 | powerpc: remove orphaned boards mcc200 and prs200 | Nikita Kiryanov |
2014-11-12 | malloc: Output region when debugging | Thierry Reding |
2014-11-11 | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini |
2014-11-08 | usb_storage: blacklist Enclosure Service Devices | Soeren Moch |
2014-11-07 | common/cmd_fitupd.c: restore corrupted file | Wolfgang Denk |
2014-11-07 | hush: make run_command() return an error on parsing failure | Rabin Vincent |
2014-11-07 | hush: fix segfault on syntax error | Rabin Vincent |
2014-11-07 | hush: return consistent codes from run_command() | Rabin Vincent |
2014-11-07 | dlmalloc: ensure gd is set for early alloc | Rabin Vincent |
2014-11-07 | image-fdt: boot_get_fdt() return value when no DTB exists | Noam Camus |
2014-11-04 | usb: kbd: Add (optional) support for using an interrupt queue for polling | Hans de Goede |
2014-11-04 | usb: kbd: Cache pipe, interval and packetsize | Hans de Goede |
2014-11-04 | stdio: Fix memleak on stdio_deregister | Hans de Goede |
2014-11-04 | usb: kbd: Fix memleak on usb_kbd_deregister() | Hans de Goede |
2014-11-04 | usb: kbd: Remove unused usb_kbd_generic_poll function | Hans de Goede |
2014-11-04 | usb: Do not power-cycle usb devices on init | Hans de Goede |
2014-11-04 | usb: Remove unnecessary portnr lookup from usb_new_device | Hans de Goede |
2014-10-29 | Merge git://git.denx.de/u-boot-x86 | Tom Rini |
2014-10-29 | kconfig: arm: introduce symbol for ARM CPUs | Georges Savoundararadj |
2014-10-28 | x86: image: Add new image type for x64_64 | Simon Glass |
2014-10-27 | spl: move comment to the right place | Andreas Bießmann |
2014-10-27 | image: Fix Android boot image support | Ahmad Draidi |
2014-10-27 | cmd_mem: call unmap_sysmem() after map_sysmem() | Masahiro Yamada |
2014-10-27 | common: command: trivial coding style fixes | Masahiro Yamada |
2014-10-27 | common/cmd_io.c: Fix incorrect help for iod/iow | Bin Meng |
2014-10-27 | aboot: fix block addressing for don't care chunk type | Rob Herring |
2014-10-27 | spl: do not hang in spl_register_fat_device but return error value. It allows... | Guillaume GARDET |
2014-10-27 | spl: Add EXT support to SPL | Guillaume GARDET |
2014-10-27 | Rename some defines containing FAT in their name to be filesystem generic | Guillaume GARDET |
2014-10-27 | usb: Use correct printf() format string for uintptr_t | Simon Glass |
2014-10-27 | scsi: Use correct printf() format string for uintptr_t | Simon Glass |
2014-10-27 | Revert "common, env: Fix support for environment in i2c eeprom" | Valentin Longchamp |