summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-14121-1021/+1737
|\
| * buildman: Allow the toolchain architecture to be specifiedSimon Glass2016-03-141-5/+12
| * buildman: Allow the toolchain priority to be specifiedSimon Glass2016-03-141-8/+22
| * buildman: Fix up a few code inconsistencies in toolchain.pySimon Glass2016-03-141-5/+6
| * buildman: patman: Fix -H when installed as a symlinkSimon Glass2016-03-142-2/+4
| * patman: Add a missing space in GetMetaDataForList()Simon Glass2016-03-141-1/+1
| * fdtgrep: Improve error handling with invalid device treeSimon Glass2016-03-141-4/+10
| * dm: serial: Remove duplicated carriage return characterAlison Wang2016-03-142-9/+0
| * serial: Move carriage return before line feed for some serial driversAlison Wang2016-03-144-15/+16
| * dm: serial-uclass: Move a carriage return before a line feedAlison Wang2016-03-141-2/+3
| * Drop CONFIG_CRAMFS_CMDLINESimon Glass2016-03-144-8/+0
| * part: Rename test_part_xx() and print_part_xx()Simon Glass2016-03-145-27/+27
| * dm: usb: Clean up USB after each testSimon Glass2016-03-141-0/+2
| * dm: usb: Convert USB storage to use driver-model for block devsSimon Glass2016-03-141-6/+135
| * dm: sandbox: Add driver-model block-device support for sandboxSimon Glass2016-03-143-2/+127
| * dm: sandbox: Prepare block driver for driver-model conversionSimon Glass2016-03-141-16/+14
| * dm: blk: Add a block-device uclassSimon Glass2016-03-145-0/+334
| * dm: usb: Tidy up storage code ready for driver model conversionSimon Glass2016-03-141-56/+61
| * dm: usb: Avoid exceeding available array size for storage devicesSimon Glass2016-03-141-7/+7
| * dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-1416-87/+94
| * dm: block: Rename device number member dev to devnumSimon Glass2016-03-1428-109/+111
| * dm: sandbox: Enable cbfs and cramfsSimon Glass2016-03-141-0/+3
| * dm: cbfs: Fix handling of invalid typeSimon Glass2016-03-141-2/+3
| * dm: part: Rename some partition functionsSimon Glass2016-03-1425-79/+76
| * dm: part: Convert partition API use to linker listsSimon Glass2016-03-147-173/+162
| * dm: sandbox: Enable all partition typesSimon Glass2016-03-141-1/+4
| * dm: part: Add a cast to avoid a compiler warningSimon Glass2016-03-141-1/+1
| * dm: blk: Rename get_device_and_partition()Simon Glass2016-03-1410-17/+51
| * dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass2016-03-146-13/+39
| * dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-146-14/+16
| * dm: blk: Add comments to a few functionsSimon Glass2016-03-141-0/+30
| * dm: blk: Convert interface type to an enumSimon Glass2016-03-141-12/+15
| * dm: Add a new header for block devicesSimon Glass2016-03-143-58/+74
| * dm: part: Drop the common.h headerSimon Glass2016-03-141-1/+0
| * dm: fdtdec: Correct a sandbox build warningSimon Glass2016-03-141-2/+3
| * dm: part: Correct a sandbox build warningSimon Glass2016-03-141-4/+6
| * dm: pci: Break out the common region display codeSimon Glass2016-03-141-34/+17
| * dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-1466-331/+338
| * debug_uart: output CR along with LFMasahiro Yamada2016-03-141-1/+3
| * dm: core: make simple-bus compatible to simple-mfdMasahiro Yamada2016-03-141-0/+1
| * dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-1417-54/+30
| * dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass2016-03-142-2/+26
* | Merge git://git.denx.de/u-boot-marvellTom Rini2016-03-141-3/+3
|\ \
| * | ARM: sheevaplug: drop unneded 'usb start' from boot commandPeter Korsgaard2016-03-141-1/+1
| * | ARM: sheevaplug: unbreak kernel bootargs / mtdparts command by dropping doubl...Peter Korsgaard2016-03-141-1/+1
| * | ARM: sheevaplug: unbreak default environmentPeter Korsgaard2016-03-141-1/+1
| |/
* | arm64: define _image_binary_end to fix SPL_OF_CONTROLMasahiro Yamada2016-03-141-0/+2
* | ARM: DRA72-evm: Update mux and VIRTUAL/MANUAL mode timingsLokesh Vutla2016-03-142-134/+188
* | ARM: DRA7-evm: Update memory info in banksLokesh Vutla2016-03-141-0/+14
* | ARM: DRA7: EMIF: Add 4GB DDR settingsLokesh Vutla2016-03-141-3/+80
OpenPOWER on IntegriCloud