| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | efi_loader: bootmgr: make BootNext non-volatile | AKASHI Takahiro | 2019-06-04 | 1 | -1/+2 | |
| | * | | | | | efi_loader: variable: support non-volatile attribute | AKASHI Takahiro | 2019-06-04 | 1 | -3/+9 | |
| | * | | | | | efi_loader: notify memory map changes | Heinrich Schuchardt | 2019-06-04 | 1 | -0/+11 | |
| | * | | | | | cmd: env: print a message when setting UEFI variable failed | AKASHI Takahiro | 2019-06-04 | 1 | -1/+9 | |
| | * | | | | | efi_loader: bootmgr: print a message when loading from BootNext failed | AKASHI Takahiro | 2019-06-04 | 1 | -1/+5 | |
| | * | | | | | efi_loader: close protocols in UnloadImage() | Heinrich Schuchardt | 2019-06-04 | 1 | -2/+36 | |
| | * | | | | | efi_loader: fix EnableCursor() | Heinrich Schuchardt | 2019-06-04 | 1 | -0/+1 | |
| | * | | | | | efi_loader: check timer events in Stall() | Heinrich Schuchardt | 2019-06-04 | 1 | -1/+7 | |
| | * | | | | | lib: time: export usec_to_tick() | Heinrich Schuchardt | 2019-06-04 | 3 | -8/+10 | |
| | * | | | | | efi_loader: DisconnectController() with no driver | Heinrich Schuchardt | 2019-06-04 | 1 | -2/+7 | |
| * | | | | | | Merge branch '2019-06-05-master-imports' | Tom Rini | 2019-06-05 | 21 | -1094/+299 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | cmd/led: check subcommand "list" instead "l" | Heiko Schocher | 2019-06-05 | 1 | -2/+2 | |
| | * | | | | | board: am335x/mux: configure the pins for 8-bit data transfer on MMC1 | Jean-Jacques Hiblot | 2019-06-05 | 1 | -0/+4 | |
| | * | | | | | board/km: update maintainer e-mail | Holger Brunck | 2019-06-05 | 3 | -3/+3 | |
| | * | | | | | arm: davinci: remove leftover assembly | Bartosz Golaszewski | 2019-06-05 | 2 | -696/+0 | |
| | * | | | | | configs/legoev3: define CONFIG_SKIP_LOWLEVEL_INIT | David Lechner | 2019-06-05 | 1 | -0/+1 | |
| | * | | | | | ARM: da850evm: Fix reading MAC from SPI | Adam Ford | 2019-06-05 | 1 | -1/+1 | |
| | * | | | | | arm: omap3: Manually initialize GPIO if OF_CONTROL doesn't | Adam Ford | 2019-06-05 | 1 | -1/+3 | |
| | * | | | | | ARM: DTS: imx6q-logicpd: Resync with Linux 5.1 | Adam Ford | 2019-06-05 | 3 | -384/+279 | |
| | * | | | | | ARM: davinci: Remove ipam390 linker script from Kconfig | Adam Ford | 2019-06-05 | 1 | -1/+0 | |
| | * | | | | | ARM: davinci: SPL: fix BSS initialization | Sekhar Nori | 2019-06-05 | 5 | -5/+4 | |
| | * | | | | | ARM: davinci: omal138_lcdk: fix MMC boot breakage due to driver model conversion | Sekhar Nori | 2019-06-05 | 1 | -1/+1 | |
| | * | | | | | board/BuR/common: fix detection for PSC/STM resetcontroller | Hannes Schmelzer | 2019-06-05 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge git://git.denx.de/u-boot-riscv | Tom Rini | 2019-06-05 | 9 | -1/+152 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | riscv: Add Microchip MPFS Icicle board support | Padmarao Begari | 2019-06-05 | 7 | -0/+145 | |
| | * | | | | | riscv: qemu: Enable e1000 and nvme support | Bin Meng | 2019-06-05 | 1 | -0/+2 | |
| | * | | | | | riscv: qemu: Enable PCI host ECAM generic driver | Bin Meng | 2019-06-05 | 1 | -0/+4 | |
| | * | | | | | riscv: increase the environment size for the qemu-riscv platform to 128kB | Karsten Merker | 2019-06-05 | 1 | -1/+1 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge git://git.denx.de/u-boot-marvell | Tom Rini | 2019-06-04 | 1 | -0/+4 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | arm: mvebu: helios4: add MMC to SPL DT | Dennis Gilmore | 2019-06-04 | 1 | -0/+4 | |
| * | | | | | Merge tag 'efi-2019-07-rc4' of git://git.denx.de/u-boot-efi | Tom Rini | 2019-06-02 | 12 | -84/+459 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | efi_selftest: unit test for OpenProtocolInformation() | Heinrich Schuchardt | 2019-06-01 | 2 | -0/+206 | |
| | * | | | | efi_loader: CloseProtocol() fix open protocol information | Heinrich Schuchardt | 2019-06-01 | 1 | -1/+0 | |
| | * | | | | efi_loader: open protocol information | Heinrich Schuchardt | 2019-06-01 | 1 | -1/+2 | |
| | * | | | | efi_loader: correct HandleProtocol() | Heinrich Schuchardt | 2019-06-01 | 1 | -1/+1 | |
| | * | | | | efi_loader: Kconfig entries for GetTime(), SetTime() | Heinrich Schuchardt | 2019-06-01 | 4 | -15/+26 | |
| | * | | | | efi_loader: handling of daylight saving time | Heinrich Schuchardt | 2019-05-31 | 1 | -4/+5 | |
| | * | | | | efi_loader: export efi_set_time() | Heinrich Schuchardt | 2019-05-31 | 1 | -0/+2 | |
| | * | | | | efi_loader: check time in SetTime() | Heinrich Schuchardt | 2019-05-31 | 1 | -1/+25 | |
| | * | | | | rtc: export rtc_month_days() | Heinrich Schuchardt | 2019-05-31 | 2 | -1/+9 | |
| | * | | | | efi_loader: correct UninstallProtocolInterface() | Heinrich Schuchardt | 2019-05-31 | 1 | -4/+0 | |
| | * | | | | efi_loader: avoid crash in OpenProtocol() | Heinrich Schuchardt | 2019-05-31 | 1 | -9/+17 | |
| | * | | | | efi_loader: correct OpenProtocol() | Heinrich Schuchardt | 2019-05-31 | 1 | -3/+11 | |
| | * | | | | efi_loader: registration key in LocateProtocol() | Heinrich Schuchardt | 2019-05-31 | 1 | -10/+39 | |
| | * | | | | efi_loader: factor out efi_check_register_notify_event() | Heinrich Schuchardt | 2019-05-31 | 1 | -8/+23 | |
| | * | | | | efi_loader: bootmgr: print a message when loading from BootNext failed | AKASHI Takahiro | 2019-05-31 | 1 | -1/+5 | |
| | * | | | | cmd: env: print a message when setting UEFI variable failed | AKASHI Takahiro | 2019-05-31 | 1 | -1/+9 | |
| | * | | | | efi_loader: correct notification of protocol installation | Heinrich Schuchardt | 2019-05-31 | 3 | -25/+80 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2019-06-02 | 8 | -6/+228 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | cmd: mdio: Fix access to arbitrary PHY addresses | Vladimir Oltean | 2019-06-01 | 1 | -2/+7 | |
