summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* arm: socfpga: allow configs without network supportSimon Goldschmidt2018-01-2513-4/+19
* Merge git://git.denx.de/u-boot-mmcTom Rini2018-01-2414-33/+836
|\
| * mmc: Poll for broken card detection caseJun Nie2018-01-242-0/+9
| * mmc: fix to assign to correct clock value when clock is enablingJaehoon Chung2018-01-241-1/+1
| * configs: odroid-xu3: enable the configs relevant to regulatorJaehoon Chung2018-01-241-0/+2
| * power: pmic: s2mps11: probe the regulator driverJaehoon Chung2018-01-241-0/+28
| * power: regulator: s2mps11: add a regulator driver for s2mps11Jaehoon Chung2018-01-244-0/+661
| * mmc: fsl_esdhc: Fix i.MX53 eSDHCv3 clockBenoît Thébaudeau2018-01-221-1/+6
| * mmc: fix the wrong disabling clockJaehoon Chung2018-01-221-5/+7
| * mmc: sdhci: change data transfer failure into debug messageMasahiro Yamada2018-01-221-2/+2
| * mmc: sdhci-cadence: add HS200 supportMasahiro Yamada2018-01-221-9/+81
| * mmc: sdhci-cadence: call mmc_of_parse()Masahiro Yamada2018-01-221-0/+4
| * mmc: sdhci-cadence: use bitfield access macros for cleanupMasahiro Yamada2018-01-221-10/+10
| * mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()Masahiro Yamada2018-01-221-1/+1
| * mmc: let mmc_of_parse() fail for insane bus-width valueMasahiro Yamada2018-01-221-4/+2
| * mmc: do not overwrite cfg->f_max if "max-frequency" if missingMasahiro Yamada2018-01-221-1/+2
| * dm: add dev_read_u32()Masahiro Yamada2018-01-222-0/+21
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-01-2344-47/+835
|\ \
| * | armv8: ls1088a: Add IFC and eMMC as qixis boot sourcesAshish Kumar2018-01-232-0/+6
| * | fsl: common: qixis: Add ifc and emmc switching via qixisAshish Kumar2018-01-231-0/+22
| * | crypto/fsl: Fix HW accelerated hash commandsBreno Lima2018-01-232-2/+25
| * | ARM: dts: Freescale: re-license device tree files under GPLv2+/X11Pankaj Bansal2018-01-2325-39/+25
| * | armv8: ls1088a: vid: Compiling VID specific functions for SPLRajesh Bhagat2018-01-231-0/+4
| * | ls1088a: Add VID support for QDS and RDB platformsRajesh Bhagat2018-01-233-0/+150
| * | common: board_f: vid: Add VID specific API to adjust core voltageRajesh Bhagat2018-01-234-1/+17
| * | ls1088a: ddr: configure DDR for 0.9v for VID supportRajesh Bhagat2018-01-231-0/+21
| * | ddr: fsl: set cdr1 first in case 0.9v VDD is enabled for some SoCsRajesh Bhagat2018-01-231-1/+3
| * | board: common: vid: Add support for LTC3882 voltage regulator chipRajesh Bhagat2018-01-234-2/+115
| * | Kconfig: Add LTC3882 voltage regulator configRajesh Bhagat2018-01-231-0/+16
| * | board: common: vid: Move IR chip specific code in flagRajesh Bhagat2018-01-231-1/+18
| * | board: common: vid: Add board specific vdd adjust APIRajesh Bhagat2018-01-231-0/+13
| * | board: common:vid: Add LS1088A VID Supported voltage valuesRajesh Bhagat2018-01-231-0/+38
| * | armv8: lsch3: Add serdes and DDR voltage setupRajesh Bhagat2018-01-235-1/+362
* | | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-01-2344-345/+3508
|\ \ \
| * | | efi_selftest: reduce noise in test output for device treesHeinrich Schuchardt2018-01-221-10/+13
| * | | efi_loader: allow creation of more device part nodesHeinrich Schuchardt2018-01-221-5/+49
| * | | efi_selftest: provide a test for block ioHeinrich Schuchardt2018-01-223-0/+467
| * | | efi_driver: EFI block driverHeinrich Schuchardt2018-01-2211-1/+595
| * | | efi_selftest: add missing LF in test outputHeinrich Schuchardt2018-01-222-2/+2
| * | | efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memoryHeinrich Schuchardt2018-01-221-2/+2
| * | | efi_selftest: test start imageHeinrich Schuchardt2018-01-227-0/+406
| * | | efi_loader: fix ExitBootServicesHeinrich Schuchardt2018-01-222-8/+32
| * | | efi_loader: add check_tpl parameter to efi_signal_eventHeinrich Schuchardt2018-01-223-11/+20
| * | | efi_loader: provide function to get last node of a device pathHeinrich Schuchardt2018-01-222-0/+23
| * | | efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitionsHeinrich Schuchardt2018-01-222-6/+14
| * | | efi_loader: make efi_disk_create_partitions a global symbolHeinrich Schuchardt2018-01-222-24/+64
| * | | efi_loader: provide a function to create a partition nodeHeinrich Schuchardt2018-01-222-36/+72
| * | | efi_loader: make efi_block_io_guid a global symbolHeinrich Schuchardt2018-01-222-1/+3
| * | | efi_loader: efi_disk_register: correctly determine if_type_nameHeinrich Schuchardt2018-01-221-1/+1
| * | | efi_loader: fix StartImage bootserviceHeinrich Schuchardt2018-01-221-1/+2