Pull request for UEFI sub-system for efi-2020-10-rc6
Heinrich Schuchardt
xypron.glpk at gmx.de
Mon Sep 28 12:30:46 CEST 2020
Hello Tom,
The following changes since commit 1da91d9bcd6e5ef046c1df0d373d0df87b1e8a72:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
(2020-09-24 08:34:54 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-10-rc6
for you to fetch changes up to c48e9f310b950e39a91cea74b6708dd4fe2eb39c:
riscv: restore global data pointer in trap handler (2020-09-28
12:20:19 +0200)
----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-10-rc6
The following UEFI related issues are fixed:
* restore the global data pointer in the RISC-V trap handler
* install EFI_RNG_PROTOCOL only if we have a random number generator
* display human readable string for EFI_RNG_PROTOCOL in efidebug command
----------------------------------------------------------------
Heinrich Schuchardt (3):
efi_loader: efidebug display RNG protocol
efi_loader: installation of EFI_RNG_PROTOCOL
riscv: restore global data pointer in trap handler
arch/riscv/lib/interrupts.c | 3 +++
cmd/efidebug.c | 5 +++++
include/efi_loader.h | 3 ++-
lib/efi_loader/efi_rng.c | 30 +++++++++++++++++++++++++++++-
lib/efi_loader/efi_root_node.c | 4 ----
lib/efi_loader/efi_setup.c | 5 +++++
6 files changed, 44 insertions(+), 6 deletions(-)
More information about the U-Boot
mailing list