mbox series

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

Message ID 68191ee6-5dae-4acd-5c88-31c1254d1b47@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for UEFI sub-system for efi-2020-04-rc4 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git

Message

Heinrich Schuchardt Feb. 26, 2020, 6:40 p.m. UTC
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(-)

Comments

Tom Rini Feb. 27, 2020, 4:05 p.m. UTC | #1
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!