summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2014-09-02Merge git://git.denx.de/u-boot-usbTom Rini
2014-09-02dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski
2014-08-31dm: gpio: Allow gpio command to adjust GPIOs that are busySimon Glass
2014-08-31dm: gpio: Enhance gpio command to show only active GPIOsSimon Glass
2014-08-30cmd_bootm.c: Add 'booti' for ARM64 Linux kernel ImagesTom Rini
2014-08-29Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini
2014-08-29Merge git://git.denx.de/u-boot-usbTom Rini
2014-08-29Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2014-08-29usb: hub: don't check CONNECTION in hub_port_reset()Stephen Warren
2014-08-29usb: Handle -ENODEV from usb_lowlevel_init()Marek Vasut
2014-08-28Fix test failure caused by bad handling of ramdiskSimon Glass
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher
2014-08-25common/Makefile: Consolidate SPL ENV options, correct inclusionTom Rini
2014-08-25Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini
2014-08-24nios2: add generic board supportThomas Chou
2014-08-21bootm: make sure pass NULL when argc < 1Bryan Wu
2014-08-21image: fix bootm failure for FIT imageBryan Wu
2014-08-21pxe: Allow use of environment variables in append stringHans de Goede
2014-08-21cli: Export cli_simple_process_macros for use outside of cli_simpleHans de Goede
2014-08-20mx6: add support of multi-processor commandGabriel Huau
2014-08-14mtdparts: fix usecount bugHeiko Schocher
2014-08-12Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini
2014-08-11lcd: support displaying 24bpp BMPs on >= 24bpp LCDsHannes Petermaier
2014-08-11lcd: remove unused lcd_puts_xyJeroen Hofstee
2014-08-10lcd: cleanup unused functionsHannes Petermaier
2014-08-10Add support for 32-bit organized framebuffersHannes Petermaier
2014-08-09env_fat.c: Make sure our buffer is cache alignedTom Rini
2014-08-09bootm: use genimg_get_kernel_addr()Bryan Wu
2014-08-09pxe: detect image format before calling bootm/bootzBryan Wu
2014-08-09image: introduce genimg_get_kernel_addr()Bryan Wu
2014-08-09fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass
2014-08-09ext4load: fix help textPavel Machek
2014-08-09board_r: Add missing return to initr_docIan Campbell
2014-08-09pxe: clear Bootfile before returningStephen Warren
2014-08-09thor: defer parsing of device string to IO backendLukasz Majewski
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren
2014-08-07support blackfin board initialization in generic board_fSonic Zhang
2014-08-01env_mmc: support env partition setup in runtimeDmitry Lifshitz
2014-07-28ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun
2014-07-28Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-07-25keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan
2014-07-23Add a flag indicating when the serial console is readySimon Glass
2014-07-23console: Remove vprintf() optimisation for sandboxSimon Glass
2014-07-23stdio: Provide functions to add/remove devices using stdio_devSimon Glass
2014-07-23dm: Support driver model prior to relocationSimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass
2014-07-23sandbox: Always enable malloc debugSimon Glass