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