aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-09-26Merge branch 'for-tom' of git://git.denx.de/u-boot-dmTom Rini1-21/+32
2014-09-26dm: spi: Move cmd device code into its own functionSimon Glass1-21/+32
2014-09-26Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-10/+1
2014-09-25fdt_support: Make of_bus_default_count_cells non staticArnab Basu1-1/+1
2014-09-25fdt_support: Move of_read_number to fdt_support.hArnab Basu1-9/+0
2014-09-24kbuild: refactor some makefilesMasahiro Yamada1-7/+2
2014-09-24cmd_nand: Update (nand_info_t*)nand after arg_off(_size) callRostislav Lisovy1-2/+4
2014-09-24kconfig: move CONFIG_CMD_IMPORTENV to KconfigMasahiro Yamada1-0/+6
2014-09-24kconfig: move CONFIG_CMD_GO to KconfigMasahiro Yamada1-0/+6
2014-09-24kconfig: move CONFIG_CMD_EXPORTENV to KconfigMasahiro Yamada1-0/+6
2014-09-24kconfig: move CONFIG_CMD_CRC32 to KconfigMasahiro Yamada1-0/+6
2014-09-24kconfig: move CONFIG_CMD_BOOTM to KconfigMasahiro Yamada1-0/+6
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+4
2014-09-24sandbox: Disable Ctrl-CSimon Glass1-0/+3
2014-09-24usb/gadget: fastboot: implement sparse formatSteve Rae2-10/+23
2014-09-24usb/gadget: fastboot: minor cleanupSteve Rae1-3/+4
2014-09-24usb/gadget: fastboot: add eMMC support for flash commandSteve Rae2-0/+85
2014-09-24spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*Nikita Kiryanov1-13/+0
2014-09-16generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=yMasahiro Yamada1-4/+6
2014-09-16common: fix include guards for CONFIG_MPGabriel Huau1-2/+2
2014-09-16implement the Android sparse image formatSteve Rae1-53/+76
2014-09-16cleanup code which handles the Android sparse image formatSteve Rae1-41/+56
2014-09-16update code which handles Android sparse image formatSteve Rae1-2438/+0
2014-09-16add code to handle Android sparse image formatSteve Rae1-0/+2643
2014-09-16cmd_mem: add static to internally used functionsMasahiro Yamada1-3/+4
2014-09-16kgdb: Remove first_entry for kgdbPeng Fan1-12/+2
2014-09-15Fix a few printf argument verification warningsVasili Galka3-4/+4
2014-09-13Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini3-12/+29
2014-09-10dm: Make driver model available before board_init()Simon Glass2-15/+27
2014-09-10Set up stdio earlier when using driver modelSimon Glass1-6/+11
2014-09-10dm: Move pre-reloc init earlier to cope with board_early_init_f()Simon Glass1-2/+2
2014-09-09board_r: ARM[64] do not set gd againJeroen Hofstee1-1/+1
2014-09-02Merge git://git.denx.de/u-boot-usbTom Rini1-4/+19
2014-09-02dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski1-4/+19
2014-08-31dm: gpio: Allow gpio command to adjust GPIOs that are busySimon Glass1-3/+6
2014-08-31dm: gpio: Enhance gpio command to show only active GPIOsSimon Glass1-32/+69
2014-08-30cmd_bootm.c: Add 'booti' for ARM64 Linux kernel ImagesTom Rini1-0/+140
2014-08-29Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini1-7/+5
2014-08-29Merge git://git.denx.de/u-boot-usbTom Rini2-5/+25
2014-08-29Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-4/+4
2014-08-29usb: hub: don't check CONNECTION in hub_port_reset()Stephen Warren1-3/+16
2014-08-29usb: Handle -ENODEV from usb_lowlevel_init()Marek Vasut1-2/+9
2014-08-28Fix test failure caused by bad handling of ramdiskSimon Glass2-2/+3
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher2-28/+2
2014-08-25common/Makefile: Consolidate SPL ENV options, correct inclusionTom Rini1-7/+5
2014-08-25Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini1-0/+1
2014-08-24nios2: add generic board supportThomas Chou2-4/+4
2014-08-21bootm: make sure pass NULL when argc < 1Bryan Wu1-2/+3
2014-08-21image: fix bootm failure for FIT imageBryan Wu2-18/+30
2014-08-21pxe: Allow use of environment variables in append stringHans de Goede1-16/+13