summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
...
| * | cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan2016-05-23-0/+0
| * | x86: qemu: move x86 specific operations out of qfw coreMiao Yan2016-05-23-6/+9
| * | cmd: qfw: make fwcfg_present and fwcfg_dma_present publicMiao Yan2016-05-23-0/+3
| * | cmd: qfw: remove qemu_fwcfg_free_files()Miao Yan2016-05-23-1/+0
| * | cmd: qfw: add API to iterate firmware listMiao Yan2016-05-23-0/+9
| * | x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini2016-05-23-0/+162
| * | x86: Remove acpi=off boot parameter when ACPI is onBin Meng2016-05-23-2/+7
* | | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2016-05-23-2/+282
|\ \ \
| * | | mips: ath79: Add support for TPLink WDR4300Marek Vasut2016-05-21-0/+93
| * | | flash: add device ID for Microchip PIC32 internal flash.Purna Chandra Mandal2016-05-21-1/+4
| * | | mips: ath79: add AP143 reference boardWills Wang2016-05-21-0/+90
| * | | mips: ath79: add AP121 reference boardWills Wang2016-05-21-0/+86
| * | | Use CONFIG_IDE_SWAP_IO when running on big-endian MIPS (32 or 64-bit) in QEMU...Stanislav Galabov2016-05-21-0/+8
| * | | Properly calculate ATA_SECTORWORDS, using a fixed-size integer, so it works f...Stanislav Galabov2016-05-21-1/+1
| |/ /
* | | arm: cm-t43: add support for eeprom layout comandsNikita Kiryanov2016-05-20-0/+11
* | | arm: cm-t35: add support for eeprom layout comandsNikita Kiryanov2016-05-20-0/+11
* | | arm: cm-t3517: add support for eeprom layout comandsNikita Kiryanov2016-05-20-0/+11
* | | arm: cm-t54: add support for eeprom layout comandsNikita Kiryanov2016-05-20-0/+11
* | | arm: cm-t335: add support for eeprom layout comandsNikita Kiryanov2016-05-20-0/+11
* | | arm: cm-fx6: add support for eeprom layout comandsNikita Kiryanov2016-05-20-0/+11
* | | cmd: eeprom: add support for layout aware commandsNikita Kiryanov2016-05-20-0/+72
* | | arm: mvebu: theadorable: Enable CONFIG_ZERO_BOOTDELAY_CHECKStefan Roese2016-05-20-0/+1
|/ /
* | Merge git://git.denx.de/u-boot-dmTom Rini2016-05-17-90/+475
|\ \
| * | dm: sandbox: mmc: Enable building MMC code for sandboxSimon Glass2016-05-17-0/+2
| * | dm: mmc: Add support for driver-model block devicesSimon Glass2016-05-17-18/+4
| * | dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass2016-05-17-0/+22
| * | dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass2016-05-17-0/+3
| * | dm: blk: Add a comment as to why the bdev member is neededSimon Glass2016-05-17-0/+5
| * | dm: blk: Add functions to select a hardware partitionSimon Glass2016-05-17-0/+30
| * | dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-17-1/+0
| * | dm: mmc: Add a function to obtain the block deviceSimon Glass2016-05-17-0/+8
| * | dm: core: Allow device names to be freed automaticallySimon Glass2016-05-17-0/+16
| * | dm: sandbox: Enable systemaceSimon Glass2016-05-17-0/+4
| * | dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-17-0/+17
| * | dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass2016-05-17-1/+14
| * | dm: sandbox: Enable SATASimon Glass2016-05-17-0/+3
| * | dm: sandbox: Enable SCSISimon Glass2016-05-17-0/+6
| * | dm: sandbox: Enable IDESimon Glass2016-05-17-0/+10
| * | dm: ide: Add support for driver-model block devicesSimon Glass2016-05-17-0/+8
| * | dm: part: Drop the get_dev() methodSimon Glass2016-05-17-1/+0
| * | dm: sandbox: Drop the host_get_dev() functionSimon Glass2016-05-17-2/+0
| * | dm: blk: Drop the systemace.h headerSimon Glass2016-05-17-10/+0
| * | dm: systemace: Drop the get_dev() functionSimon Glass2016-05-17-9/+0
| * | dm: sata: Drop the get_dev() functionSimon Glass2016-05-17-2/+0
| * | dm: scsi: Drop the get_dev() functionSimon Glass2016-05-17-2/+0
| * | dm: mmc: Drop the get_dev() functionSimon Glass2016-05-17-2/+0
| * | dm: ide: Drop the get_dev() functionSimon Glass2016-05-17-2/+0
| * | dm: usb: Drop the get_dev() functionSimon Glass2016-05-17-3/+0
| * | dm: systemace: Add a legacy block interfaceSimon Glass2016-05-17-0/+1
| * | dm: blk: Add a legacy block interfaceSimon Glass2016-05-17-0/+195