summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2014-09-133-12/+29
|\
| * dm: Make driver model available before board_init()Simon Glass2014-09-102-15/+27
| * Set up stdio earlier when using driver modelSimon Glass2014-09-101-6/+11
| * dm: Move pre-reloc init earlier to cope with board_early_init_f()Simon Glass2014-09-101-2/+2
* | board_r: ARM[64] do not set gd againJeroen Hofstee2014-09-091-1/+1
|/
* Merge git://git.denx.de/u-boot-usbTom Rini2014-09-021-4/+19
|\
| * dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski2014-09-021-4/+19
* | dm: gpio: Allow gpio command to adjust GPIOs that are busySimon Glass2014-08-311-3/+6
* | dm: gpio: Enhance gpio command to show only active GPIOsSimon Glass2014-08-311-32/+69
|/
* cmd_bootm.c: Add 'booti' for ARM64 Linux kernel ImagesTom Rini2014-08-301-0/+140
* Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2014-08-291-7/+5
|\
| * common/Makefile: Consolidate SPL ENV options, correct inclusionTom Rini2014-08-251-7/+5
* | Merge git://git.denx.de/u-boot-usbTom Rini2014-08-292-5/+25
|\ \
| * | usb: hub: don't check CONNECTION in hub_port_reset()Stephen Warren2014-08-291-3/+16
| * | usb: Handle -ENODEV from usb_lowlevel_init()Marek Vasut2014-08-291-2/+9
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-08-291-4/+4
|\ \ \
| * | | mx6: add support of multi-processor commandGabriel Huau2014-08-201-4/+4
| | |/ | |/|
* | | Fix test failure caused by bad handling of ramdiskSimon Glass2014-08-282-2/+3
| |/ |/|
* | mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher2014-08-252-28/+2
* | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2014-08-251-0/+1
|\ \
| * | mtdparts: fix usecount bugHeiko Schocher2014-08-141-0/+1
* | | nios2: add generic board supportThomas Chou2014-08-242-4/+4
* | | bootm: make sure pass NULL when argc < 1Bryan Wu2014-08-211-2/+3
* | | image: fix bootm failure for FIT imageBryan Wu2014-08-212-18/+30
* | | pxe: Allow use of environment variables in append stringHans de Goede2014-08-211-16/+13
* | | cli: Export cli_simple_process_macros for use outside of cli_simpleHans de Goede2014-08-211-2/+2
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini2014-08-121-11/+34
|\ \
| * | support blackfin board initialization in generic board_fSonic Zhang2014-08-071-11/+34
| |/
* | lcd: support displaying 24bpp BMPs on >= 24bpp LCDsHannes Petermaier2014-08-111-3/+20
* | lcd: remove unused lcd_puts_xyJeroen Hofstee2014-08-111-10/+0
* | lcd: cleanup unused functionsHannes Petermaier2014-08-101-16/+1
* | Add support for 32-bit organized framebuffersHannes Petermaier2014-08-101-3/+32
* | env_fat.c: Make sure our buffer is cache alignedTom Rini2014-08-091-2/+2
* | bootm: use genimg_get_kernel_addr()Bryan Wu2014-08-091-20/+5
* | pxe: detect image format before calling bootm/bootzBryan Wu2014-08-091-4/+11
* | image: introduce genimg_get_kernel_addr()Bryan Wu2014-08-091-0/+43
* | fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass2014-08-093-3/+3
* | ext4load: fix help textPavel Machek2014-08-091-1/+1
* | board_r: Add missing return to initr_docIan Campbell2014-08-091-0/+1
* | pxe: clear Bootfile before returningStephen Warren2014-08-091-0/+2
* | thor: defer parsing of device string to IO backendLukasz Majewski2014-08-091-3/+3
* | dfu: defer parsing of device string to IO backendStephen Warren2014-08-091-2/+1
* | fs: implement size/fatsize/ext4sizeStephen Warren2014-08-093-0/+40
|/
* env_mmc: support env partition setup in runtimeDmitry Lifshitz2014-08-011-12/+23
* ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun2014-07-281-2/+5
* Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-281-1/+1
|\
| * keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan2014-07-251-1/+1
* | Add a flag indicating when the serial console is readySimon Glass2014-07-231-2/+2
* | console: Remove vprintf() optimisation for sandboxSimon Glass2014-07-231-1/+1
* | stdio: Provide functions to add/remove devices using stdio_devSimon Glass2014-07-231-8/+24
OpenPOWER on IntegriCloud