summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2014-09-24kbuild: refactor some makefilesMasahiro Yamada
2014-09-24cmd_nand: Update (nand_info_t*)nand after arg_off(_size) callRostislav Lisovy
2014-09-24kconfig: move CONFIG_CMD_IMPORTENV to KconfigMasahiro Yamada
2014-09-24kconfig: move CONFIG_CMD_GO to KconfigMasahiro Yamada
2014-09-24kconfig: move CONFIG_CMD_EXPORTENV to KconfigMasahiro Yamada
2014-09-24kconfig: move CONFIG_CMD_CRC32 to KconfigMasahiro Yamada
2014-09-24kconfig: move CONFIG_CMD_BOOTM to KconfigMasahiro Yamada
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-09-24sandbox: Disable Ctrl-CSimon Glass
2014-09-24usb/gadget: fastboot: implement sparse formatSteve Rae
2014-09-24usb/gadget: fastboot: minor cleanupSteve Rae
2014-09-24usb/gadget: fastboot: add eMMC support for flash commandSteve Rae
2014-09-24spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*Nikita Kiryanov
2014-09-16generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=yMasahiro Yamada
2014-09-16common: fix include guards for CONFIG_MPGabriel Huau
2014-09-16implement the Android sparse image formatSteve Rae
2014-09-16cleanup code which handles the Android sparse image formatSteve Rae
2014-09-16update code which handles Android sparse image formatSteve Rae
2014-09-16add code to handle Android sparse image formatSteve Rae
2014-09-16cmd_mem: add static to internally used functionsMasahiro Yamada
2014-09-16kgdb: Remove first_entry for kgdbPeng Fan
2014-09-15Fix a few printf argument verification warningsVasili Galka
2014-09-13Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini
2014-09-10dm: Make driver model available before board_init()Simon Glass
2014-09-10Set up stdio earlier when using driver modelSimon Glass
2014-09-10dm: Move pre-reloc init earlier to cope with board_early_init_f()Simon Glass
2014-09-09board_r: ARM[64] do not set gd againJeroen Hofstee
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