aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-24ARM: rmobile: Convert CONFIG_R8A77xx to KconfigMarek Vasut20-15/+35
2018-01-24ARM: dts: rmobile: Factor out U-Boot extrasMarek Vasut21-25/+139
2018-01-24ARM: dts: rmobile: Update DTS to match Linux 4.14Marek Vasut12-51/+786
2018-01-23Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini44-47/+835
2018-01-23armv8: ls1088a: Add IFC and eMMC as qixis boot sourcesAshish Kumar2-0/+6
2018-01-23fsl: common: qixis: Add ifc and emmc switching via qixisAshish Kumar1-0/+22
2018-01-23crypto/fsl: Fix HW accelerated hash commandsBreno Lima2-2/+25
2018-01-23ARM: dts: Freescale: re-license device tree files under GPLv2+/X11Pankaj Bansal25-39/+25
2018-01-23armv8: ls1088a: vid: Compiling VID specific functions for SPLRajesh Bhagat1-0/+4
2018-01-23ls1088a: Add VID support for QDS and RDB platformsRajesh Bhagat3-0/+150
2018-01-23common: board_f: vid: Add VID specific API to adjust core voltageRajesh Bhagat4-1/+17
2018-01-23ls1088a: ddr: configure DDR for 0.9v for VID supportRajesh Bhagat1-0/+21
2018-01-23ddr: fsl: set cdr1 first in case 0.9v VDD is enabled for some SoCsRajesh Bhagat1-1/+3
2018-01-23board: common: vid: Add support for LTC3882 voltage regulator chipRajesh Bhagat4-2/+115
2018-01-23Kconfig: Add LTC3882 voltage regulator configRajesh Bhagat1-0/+16
2018-01-23board: common: vid: Move IR chip specific code in flagRajesh Bhagat1-1/+18
2018-01-23board: common: vid: Add board specific vdd adjust APIRajesh Bhagat1-0/+13
2018-01-23board: common:vid: Add LS1088A VID Supported voltage valuesRajesh Bhagat1-0/+38
2018-01-23armv8: lsch3: Add serdes and DDR voltage setupRajesh Bhagat5-1/+362
2018-01-23Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini44-345/+3508
2018-01-22Revert "travis-ci: Add qemu-x86_64 target"Tom Rini1-7/+0
2018-01-22Convert CONFIG_SOC_DA8XX et al to KconfigAdam Ford10-31/+28
2018-01-22efi_selftest: reduce noise in test output for device treesHeinrich Schuchardt1-10/+13
2018-01-22efi_loader: allow creation of more device part nodesHeinrich Schuchardt1-5/+49
2018-01-22efi_selftest: provide a test for block ioHeinrich Schuchardt3-0/+467
2018-01-22efi_driver: EFI block driverHeinrich Schuchardt11-1/+595
2018-01-22efi_selftest: add missing LF in test outputHeinrich Schuchardt2-2/+2
2018-01-22efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memoryHeinrich Schuchardt1-2/+2
2018-01-22efi_selftest: test start imageHeinrich Schuchardt7-0/+406
2018-01-22efi_loader: fix ExitBootServicesHeinrich Schuchardt2-8/+32
2018-01-22efi_loader: add check_tpl parameter to efi_signal_eventHeinrich Schuchardt3-11/+20
2018-01-22efi_loader: provide function to get last node of a device pathHeinrich Schuchardt2-0/+23
2018-01-22efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitionsHeinrich Schuchardt2-6/+14
2018-01-22efi_loader: make efi_disk_create_partitions a global symbolHeinrich Schuchardt2-24/+64
2018-01-22efi_loader: provide a function to create a partition nodeHeinrich Schuchardt2-36/+72
2018-01-22efi_loader: make efi_block_io_guid a global symbolHeinrich Schuchardt2-1/+3
2018-01-22efi_loader: efi_disk_register: correctly determine if_type_nameHeinrich Schuchardt1-1/+1
2018-01-22efi_loader: fix StartImage bootserviceHeinrich Schuchardt1-1/+2
2018-01-22efi_loader: check tables in helloworld.efiHeinrich Schuchardt1-0/+26
2018-01-22efi_loader: allocate correct memory type for EFI imageHeinrich Schuchardt1-24/+40
2018-01-22efi_loader: print device path when entering efi_load_imageHeinrich Schuchardt1-1/+1
2018-01-22efi_loader: correct find simple file system protocolHeinrich Schuchardt1-10/+29
2018-01-22efi_loader: address of the simple file system protocolHeinrich Schuchardt1-1/+1
2018-01-22efi_loader: return NULL from device path functionsHeinrich Schuchardt2-9/+39
2018-01-22efi_loader: consistently use efi_handle_t for handlesHeinrich Schuchardt5-46/+53
2018-01-22efi_selftest: test for (Dis)ConnectControllerHeinrich Schuchardt2-0/+386
2018-01-22efi_selftest: remove todo in device path testHeinrich Schuchardt1-15/+25
2018-01-22efi_selftest: remove todo in manage protocolsHeinrich Schuchardt1-11/+11
2018-01-22efi_loader: disconnect controllers in UninstallProtocolHeinrich Schuchardt1-6/+23
2018-01-22efi_loader: implement DisconnectControllerHeinrich Schuchardt1-22/+262