summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-tom' of git://git.denx.de/u-boot-dmTom Rini2014-09-261-21/+32
|\
| * dm: spi: Move cmd device code into its own functionSimon Glass2014-09-261-21/+32
* | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2014-09-261-10/+1
|\ \ | |/ |/|
| * fdt_support: Make of_bus_default_count_cells non staticArnab Basu2014-09-251-1/+1
| * fdt_support: Move of_read_number to fdt_support.hArnab Basu2014-09-251-9/+0
* | kbuild: refactor some makefilesMasahiro Yamada2014-09-241-7/+2
* | cmd_nand: Update (nand_info_t*)nand after arg_off(_size) callRostislav Lisovy2014-09-241-2/+4
* | kconfig: move CONFIG_CMD_IMPORTENV to KconfigMasahiro Yamada2014-09-241-0/+6
* | kconfig: move CONFIG_CMD_GO to KconfigMasahiro Yamada2014-09-241-0/+6
* | kconfig: move CONFIG_CMD_EXPORTENV to KconfigMasahiro Yamada2014-09-241-0/+6
* | kconfig: move CONFIG_CMD_CRC32 to KconfigMasahiro Yamada2014-09-241-0/+6
* | kconfig: move CONFIG_CMD_BOOTM to KconfigMasahiro Yamada2014-09-241-0/+6
* | kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+4
* | sandbox: Disable Ctrl-CSimon Glass2014-09-241-0/+3
* | usb/gadget: fastboot: implement sparse formatSteve Rae2014-09-242-10/+23
* | usb/gadget: fastboot: minor cleanupSteve Rae2014-09-241-3/+4
* | usb/gadget: fastboot: add eMMC support for flash commandSteve Rae2014-09-242-0/+85
* | spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*Nikita Kiryanov2014-09-241-13/+0
|/
* generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=yMasahiro Yamada2014-09-161-4/+6
* common: fix include guards for CONFIG_MPGabriel Huau2014-09-161-2/+2
* implement the Android sparse image formatSteve Rae2014-09-161-53/+76
* cleanup code which handles the Android sparse image formatSteve Rae2014-09-161-41/+56
* update code which handles Android sparse image formatSteve Rae2014-09-161-2438/+0
* add code to handle Android sparse image formatSteve Rae2014-09-161-0/+2643
* cmd_mem: add static to internally used functionsMasahiro Yamada2014-09-161-3/+4
* kgdb: Remove first_entry for kgdbPeng Fan2014-09-161-12/+2
* Fix a few printf argument verification warningsVasili Galka2014-09-153-4/+4
* 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
OpenPOWER on IntegriCloud