summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: SignalEvent for event in signaled stateHeinrich Schuchardt2019-06-101-0/+2
* efi_loader: RegisterProtocolNotify event signalingHeinrich Schuchardt2019-06-101-0/+1
* spl: Correct SPL_SIZE_LIMIT Kconfig optionTom Rini2019-06-081-1/+1
* Merge branch '2019-06-07-master-imports'Tom Rini2019-06-076-26/+95
|\
| * spl: add overall SPL size checkSimon Goldschmidt2019-06-075-9/+72
| * configs: rk3288: Tinker Board SPL file must fit into 32 KiBHeinrich Schuchardt2019-06-071-0/+1
| * configs: define CONFIG_SPL_SIZE_LIMITHeinrich Schuchardt2019-06-072-0/+16
| * imx: move BOARD_SIZE_CHECK to main MakefileHeinrich Schuchardt2019-06-072-16/+1
| * Makefile: reusable function for BOARD_SIZE_CHECKHeinrich Schuchardt2019-06-071-10/+14
* | lib/vsprintf: allow printing upper case GUIDsHeinrich Schuchardt2019-06-074-16/+49
|/
* Merge tag 'efi-2019-07-rc4-2' of git://git.denx.de/u-boot-efiTom Rini2019-06-0511-21/+100
|\
| * cmd: env: add -nv option for UEFI non-volatile variableAKASHI Takahiro2019-06-042-4/+14
| * cmd: efidebug: make some boot variables non-volatileAKASHI Takahiro2019-06-041-0/+3
| * efi_loader: bootmgr: make BootNext non-volatileAKASHI Takahiro2019-06-041-1/+2
| * efi_loader: variable: support non-volatile attributeAKASHI Takahiro2019-06-041-3/+9
| * efi_loader: notify memory map changesHeinrich Schuchardt2019-06-041-0/+11
| * cmd: env: print a message when setting UEFI variable failedAKASHI Takahiro2019-06-041-1/+9
| * efi_loader: bootmgr: print a message when loading from BootNext failedAKASHI Takahiro2019-06-041-1/+5
| * efi_loader: close protocols in UnloadImage()Heinrich Schuchardt2019-06-041-2/+36
| * efi_loader: fix EnableCursor()Heinrich Schuchardt2019-06-041-0/+1
| * efi_loader: check timer events in Stall()Heinrich Schuchardt2019-06-041-1/+7
| * lib: time: export usec_to_tick()Heinrich Schuchardt2019-06-043-8/+10
| * efi_loader: DisconnectController() with no driverHeinrich Schuchardt2019-06-041-2/+7
* | Merge branch '2019-06-05-master-imports'Tom Rini2019-06-0521-1094/+299
|\ \
| * | cmd/led: check subcommand "list" instead "l"Heiko Schocher2019-06-051-2/+2
| * | board: am335x/mux: configure the pins for 8-bit data transfer on MMC1Jean-Jacques Hiblot2019-06-051-0/+4
| * | board/km: update maintainer e-mailHolger Brunck2019-06-053-3/+3
| * | arm: davinci: remove leftover assemblyBartosz Golaszewski2019-06-052-696/+0
| * | configs/legoev3: define CONFIG_SKIP_LOWLEVEL_INITDavid Lechner2019-06-051-0/+1
| * | ARM: da850evm: Fix reading MAC from SPIAdam Ford2019-06-051-1/+1
| * | arm: omap3: Manually initialize GPIO if OF_CONTROL doesn'tAdam Ford2019-06-051-1/+3
| * | ARM: DTS: imx6q-logicpd: Resync with Linux 5.1Adam Ford2019-06-053-384/+279
| * | ARM: davinci: Remove ipam390 linker script from KconfigAdam Ford2019-06-051-1/+0
| * | ARM: davinci: SPL: fix BSS initializationSekhar Nori2019-06-055-5/+4
| * | ARM: davinci: omal138_lcdk: fix MMC boot breakage due to driver model conversionSekhar Nori2019-06-051-1/+1
| * | board/BuR/common: fix detection for PSC/STM resetcontrollerHannes Schmelzer2019-06-051-0/+1
|/ /
* | Merge git://git.denx.de/u-boot-riscvTom Rini2019-06-059-1/+152
|\ \
| * | riscv: Add Microchip MPFS Icicle board supportPadmarao Begari2019-06-057-0/+145
| * | riscv: qemu: Enable e1000 and nvme supportBin Meng2019-06-051-0/+2
| * | riscv: qemu: Enable PCI host ECAM generic driverBin Meng2019-06-051-0/+4
| * | riscv: increase the environment size for the qemu-riscv platform to 128kBKarsten Merker2019-06-051-1/+1
* | | Merge git://git.denx.de/u-boot-marvellTom Rini2019-06-041-0/+4
|\ \ \ | |/ / |/| |
| * | arm: mvebu: helios4: add MMC to SPL DTDennis Gilmore2019-06-041-0/+4
* | | Merge tag 'efi-2019-07-rc4' of git://git.denx.de/u-boot-efiTom Rini2019-06-0212-84/+459
|\ \ \ | |/ / |/| |
| * | efi_selftest: unit test for OpenProtocolInformation()Heinrich Schuchardt2019-06-012-0/+206
| * | efi_loader: CloseProtocol() fix open protocol informationHeinrich Schuchardt2019-06-011-1/+0
| * | efi_loader: open protocol informationHeinrich Schuchardt2019-06-011-1/+2
| * | efi_loader: correct HandleProtocol()Heinrich Schuchardt2019-06-011-1/+1
| * | efi_loader: Kconfig entries for GetTime(), SetTime()Heinrich Schuchardt2019-06-014-15/+26
| * | efi_loader: handling of daylight saving timeHeinrich Schuchardt2019-05-311-4/+5