summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spl: Setup default value for OF_LISTMichal Simek2016-05-231-0/+1
* spl: fit: Print error message when FDT is not presentMichal Simek2016-05-231-1/+6
* mkimage: Add a quiet modeSimon Glass2016-05-233-2/+7
* image-fit: Don't display an error in fit_set_timestamp()Simon Glass2016-05-231-3/+3
* malloc: improve memalign fragmentation fixStephen Warren2016-05-231-2/+21
* pico-imx6ul: Select CONFIG_HUSH_PARSER optionFabio Estevam2016-05-201-0/+1
* eeprom: merge cmdline parsing of eeprom commandsNikita Kiryanov2016-05-201-64/+53
* eeprom: use eeprom_execute_command for all eeprom functionsNikita Kiryanov2016-05-201-21/+40
* eeprom: refactor i2c bus and devaddr parsingNikita Kiryanov2016-05-201-26/+53
* arm: cm-t43: add support for eeprom layout comandsNikita Kiryanov2016-05-201-0/+11
* arm: cm-t35: add support for eeprom layout comandsNikita Kiryanov2016-05-201-0/+11
* arm: cm-t3517: add support for eeprom layout comandsNikita Kiryanov2016-05-201-0/+11
* arm: cm-t54: add support for eeprom layout comandsNikita Kiryanov2016-05-201-0/+11
* arm: cm-t335: add support for eeprom layout comandsNikita Kiryanov2016-05-201-0/+11
* arm: cm-fx6: add support for eeprom layout comandsNikita Kiryanov2016-05-201-0/+11
* compulab: add support for layout aware eeprom commandsNikita Kiryanov2016-05-201-0/+344
* cmd: eeprom: add support for layout aware commandsNikita Kiryanov2016-05-207-1/+598
* cmd: eeprom: add bus switching support for all i2c driversNikita Kiryanov2016-05-201-1/+1
* arm: mvebu: theadorable: Enable CONFIG_ZERO_BOOTDELAY_CHECKStefan Roese2016-05-201-0/+1
* arm: mvebu: a38x: Weed out floating point useMarek Vasut2016-05-201-19/+10
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-17136-2749/+5419
|\
| * dm: mmc: test: Add tests for MMCSimon Glass2016-05-172-3/+20
| * dm: sandbox: mmc: Enable building MMC code for sandboxSimon Glass2016-05-173-2/+6
| * dm: mmc: sandbox: Add an SD-card emulationSimon Glass2016-05-172-2/+143
| * dm: mmc: Add support for driver-model block devicesSimon Glass2016-05-175-30/+58
| * dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass2016-05-172-0/+70
| * dm: mmc: Implement the MMC functions for block devicesSimon Glass2016-05-172-1/+109
| * dm: sandbox: Only enable the sandbox MMC driver when validSimon Glass2016-05-172-1/+7
| * dm: mmc: Adjust mmc_switch_part() to use a struct mmcSimon Glass2016-05-171-8/+4
| * dm: blk: Use the correct error code for blk_get_device_by_str()Simon Glass2016-05-171-3/+3
| * dm: mmc: Move the device list into a separate fileSimon Glass2016-05-176-121/+176
| * dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass2016-05-177-1/+14
| * dm: blk: Add a comment as to why the bdev member is neededSimon Glass2016-05-171-0/+5
| * dm: part: Drop the block_drvr tableSimon Glass2016-05-172-64/+30
| * dm: part: Use the legacy block driver for hardware partition supportSimon Glass2016-05-171-11/+1
| * dm: blk: Add functions to select a hardware partitionSimon Glass2016-05-172-0/+59
| * dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-177-15/+22
| * dm: mmc: spl: Use the legacy block interface in SPLSimon Glass2016-05-171-0/+1
| * dm: mmc: Add a function to obtain the block deviceSimon Glass2016-05-172-0/+13
| * dm: mmc: Implement the select_hwpart() methodSimon Glass2016-05-171-0/+22
| * dm: mmc: Move mmc_switch_part() above its callersSimon Glass2016-05-171-24/+21
| * dm: blk: Free the block device name when unboundSimon Glass2016-05-171-2/+10
| * dm: core: Allow device names to be freed automaticallySimon Glass2016-05-173-0/+24
| * dm: blk: Fix allocation of block-device numberingSimon Glass2016-05-171-9/+9
| * dm: sandbox: Enable systemaceSimon Glass2016-05-171-0/+4
| * dm: systemace: Add driver-mode block-device supportSimon Glass2016-05-171-0/+44
| * dm: systemace: Reorder function to avoid forward declarataionsSimon Glass2016-05-171-31/+26
| * dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-173-8/+37
| * dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass2016-05-172-1/+43
| * dm: sandbox: Enable SATASimon Glass2016-05-171-0/+3
OpenPOWER on IntegriCloud