aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-21cli: Export cli_simple_process_macros for use outside of cli_simpleHans de Goede1-2/+2
2014-08-20mx6: add support of multi-processor commandGabriel Huau1-4/+4
2014-08-14mtdparts: fix usecount bugHeiko Schocher1-0/+1
2014-08-12Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini1-11/+34
2014-08-11lcd: support displaying 24bpp BMPs on >= 24bpp LCDsHannes Petermaier1-3/+20
2014-08-11lcd: remove unused lcd_puts_xyJeroen Hofstee1-10/+0
2014-08-10lcd: cleanup unused functionsHannes Petermaier1-16/+1
2014-08-10Add support for 32-bit organized framebuffersHannes Petermaier1-3/+32
2014-08-09env_fat.c: Make sure our buffer is cache alignedTom Rini1-2/+2
2014-08-09bootm: use genimg_get_kernel_addr()Bryan Wu1-20/+5
2014-08-09pxe: detect image format before calling bootm/bootzBryan Wu1-4/+11
2014-08-09image: introduce genimg_get_kernel_addr()Bryan Wu1-0/+43
2014-08-09fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass3-3/+3
2014-08-09ext4load: fix help textPavel Machek1-1/+1
2014-08-09board_r: Add missing return to initr_docIan Campbell1-0/+1
2014-08-09pxe: clear Bootfile before returningStephen Warren1-0/+2
2014-08-09thor: defer parsing of device string to IO backendLukasz Majewski1-3/+3
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren1-2/+1