Pull request for UEFI sub-system for efi-2020-04-rc4

The following changes since commit 548ce227d3d852455c6395c0cec30af0cda77b09:
Prepare v2020.04-rc3 (2020-02-26 07:53:20 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-04-rc4
for you to fetch changes up to 76be687288dc618eabd1ef643488cd5bd93f84ff:
efi_loader: implement EFI_RT_PROPERTIES_TABLE (2020-02-26 19:32:09 +0100)
---------------------------------------------------------------- Pull request for UEFI sub-system for efi-2020-04-rc4
UEFI spec 2.8 errata A replaces the RuntimeServicesSupported variable defined in UEFI spec 2.8 by the configuration table EFI_RT_PROPERTIES_TABLE. So let's follow suit.
---------------------------------------------------------------- Heinrich Schuchardt (1): efi_loader: implement EFI_RT_PROPERTIES_TABLE
cmd/efidebug.c | 4 ++++ include/efi_api.h | 12 ++++++++++++ lib/efi_loader/efi_runtime.c | 36 ++++++++++++++++++++++++++++-------- lib/efi_loader/efi_setup.c | 8 ++++---- 4 files changed, 48 insertions(+), 12 deletions(-)

On Wed, Feb 26, 2020 at 07:40:52PM +0100, Heinrich Schuchardt wrote:
The following changes since commit 548ce227d3d852455c6395c0cec30af0cda77b09:
Prepare v2020.04-rc3 (2020-02-26 07:53:20 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-04-rc4
for you to fetch changes up to 76be687288dc618eabd1ef643488cd5bd93f84ff:
efi_loader: implement EFI_RT_PROPERTIES_TABLE (2020-02-26 19:32:09 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini