commit | 956eff3c52a9f4d0df40ec7965f6b01956d222a8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Feb 19 20:48:49 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Feb 26 19:32:09 2020 +0100 |
tree | 62e1713fb51d8b3404d16bd8a2280820d02e41f7 | |
parent | 9408de901dec386550cfb382b6ee8068a3b06bca [diff] |
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>