From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Wed, 26 Feb 2020 19:40:52 +0100 Subject: Pull request for UEFI sub-system for efi-2020-04-rc4 Message-ID: <68191ee6-5dae-4acd-5c88-31c1254d1b47@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-)