summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-14spl: Add an option to load a FIT containing U-BootSimon Glass
2016-03-14spl: Add a way for boards to select which device tree to loadSimon Glass
2016-03-14mkimage: Bring data into the FIT before processingSimon Glass
2016-03-14mkimage: Support placing data outside the FITSimon Glass
2016-03-14mkimage: Support adding device tree files to a FITSimon Glass
2016-03-14mkimage: Support automatic creating of a FIT without a .itsSimon Glass
2016-03-14image: Add functions to obtain short namesSimon Glass
2016-03-14tools: Add a function to obtain the size of a fileSimon Glass
2016-03-14mkimage: Allow a FIT to include an image of any typeSimon Glass
2016-03-14tools: Include fdt_sw.o in libfdt for mkimageSimon Glass
2016-03-14sunxi: Display the board model on start-upSimon Glass
2016-03-14fdt: Allow libfdt to be used in SPLSimon Glass
2016-03-14fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROLSimon Glass
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass
2016-03-14ARM: sheevaplug: drop unneded 'usb start' from boot commandPeter Korsgaard
2016-03-14ARM: sheevaplug: unbreak kernel bootargs / mtdparts command by dropping doubl...Peter Korsgaard
2016-03-14ARM: sheevaplug: unbreak default environmentPeter Korsgaard
2016-03-14imx: mx6: hdmi: handle overflow conditionPeng Fan
2016-03-14imx: mx6: correct IPU clockPeng Fan
2016-03-14video: ipu: avoid overflow issuePeng Fan
2016-03-14buildman: Allow the toolchain architecture to be specifiedSimon Glass
2016-03-14buildman: Allow the toolchain priority to be specifiedSimon Glass
2016-03-14buildman: Fix up a few code inconsistencies in toolchain.pySimon Glass
2016-03-14buildman: patman: Fix -H when installed as a symlinkSimon Glass
2016-03-14patman: Add a missing space in GetMetaDataForList()Simon Glass
2016-03-14fdtgrep: Improve error handling with invalid device treeSimon Glass
2016-03-14dm: serial: Remove duplicated carriage return characterAlison Wang
2016-03-14serial: Move carriage return before line feed for some serial driversAlison Wang
2016-03-14dm: serial-uclass: Move a carriage return before a line feedAlison Wang
2016-03-14Drop CONFIG_CRAMFS_CMDLINESimon Glass
2016-03-14part: Rename test_part_xx() and print_part_xx()Simon Glass
2016-03-14dm: usb: Clean up USB after each testSimon Glass
2016-03-14dm: usb: Convert USB storage to use driver-model for block devsSimon Glass
2016-03-14dm: sandbox: Add driver-model block-device support for sandboxSimon Glass
2016-03-14dm: sandbox: Prepare block driver for driver-model conversionSimon Glass
2016-03-14dm: blk: Add a block-device uclassSimon Glass
2016-03-14dm: usb: Tidy up storage code ready for driver model conversionSimon Glass
2016-03-14dm: usb: Avoid exceeding available array size for storage devicesSimon Glass
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: sandbox: Enable cbfs and cramfsSimon Glass
2016-03-14dm: cbfs: Fix handling of invalid typeSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: part: Convert partition API use to linker listsSimon Glass
2016-03-14dm: sandbox: Enable all partition typesSimon Glass
2016-03-14dm: part: Add a cast to avoid a compiler warningSimon Glass
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass
2016-03-14dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass
2016-03-14dm: blk: Rename get_dev() to blk_get_dev()Simon Glass
2016-03-14dm: blk: Add comments to a few functionsSimon Glass