efi_loader: implement EFI_RT_PROPERTIES_TABLE
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 19 Feb 2020 19:48:49 +0000 (20:48 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 26 Feb 2020 18:32:09 +0000 (19:32 +0100)
commit76be687288dc618eabd1ef643488cd5bd93f84ff
tree62e1713fb51d8b3404d16bd8a2280820d02e41f7
parent548ce227d3d852455c6395c0cec30af0cda77b09
efi_loader: implement EFI_RT_PROPERTIES_TABLE

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.

Cc: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Tested-by: Ard Biesheuvel <ardb@kernel.org>
cmd/efidebug.c
include/efi_api.h
lib/efi_loader/efi_runtime.c
lib/efi_loader/efi_setup.c