summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | efi_loader: export efi_set_time()Heinrich Schuchardt2019-05-311-0/+2
| * | | | efi_loader: check time in SetTime()Heinrich Schuchardt2019-05-311-1/+25
| * | | | rtc: export rtc_month_days()Heinrich Schuchardt2019-05-312-1/+9
| * | | | efi_loader: correct UninstallProtocolInterface()Heinrich Schuchardt2019-05-311-4/+0
| * | | | efi_loader: avoid crash in OpenProtocol()Heinrich Schuchardt2019-05-311-9/+17
| * | | | efi_loader: correct OpenProtocol()Heinrich Schuchardt2019-05-311-3/+11
| * | | | efi_loader: registration key in LocateProtocol()Heinrich Schuchardt2019-05-311-10/+39
| * | | | efi_loader: factor out efi_check_register_notify_event()Heinrich Schuchardt2019-05-311-8/+23
| * | | | efi_loader: bootmgr: print a message when loading from BootNext failedAKASHI Takahiro2019-05-311-1/+5
| * | | | cmd: env: print a message when setting UEFI variable failedAKASHI Takahiro2019-05-311-1/+9
| * | | | efi_loader: correct notification of protocol installationHeinrich Schuchardt2019-05-313-25/+80
| |/ / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2019-06-028-6/+228
|\ \ \ \ | |/ / / |/| | |
| * | | cmd: mdio: Fix access to arbitrary PHY addressesVladimir Oltean2019-06-011-2/+7