Linus, Please pull the latest efi-core-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-core-for-linus # HEAD: d3dc0168e93233ba4d4ed9a2c506c9d2b8d8cd33 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core The changes in this cycle were: - Refactoring of the EFI config table handling across architectures. - Add support for the Dell EMC OEM config table. - Include AER diagnostic output to CPER handling of fatal PCIe errors. Thanks, Ingo ------------------> Ard Biesheuvel (3): efi: x86: move efi_is_table_address() into arch/x86 efi/x86: move UV_SYSTAB handling into arch/x86 efi: ia64: move SAL systab handling out of generic EFI code Narendra K (1): efi: Export Runtime Configuration Interface table to sysfs Xiaofei Tan (1): efi: cper: print AER info of PCIe fatal error Documentation/ABI/testing/sysfs-firmware-efi | 8 ++ arch/ia64/include/asm/sal.h | 1 + arch/ia64/include/asm/sn/sn_sal.h | 2 +- arch/ia64/kernel/efi.c | 3 + arch/ia64/kernel/setup.c | 2 +- arch/x86/include/asm/efi.h | 5 + arch/x86/include/asm/uv/uv.h | 4 +- arch/x86/mm/ioremap.c | 1 + arch/x86/platform/efi/efi.c | 39 ++++++- arch/x86/platform/uv/bios_uv.c | 10 +- drivers/firmware/efi/Kconfig | 13 +++ drivers/firmware/efi/Makefile | 1 + drivers/firmware/efi/cper.c | 15 +++ drivers/firmware/efi/efi.c | 39 +------ drivers/firmware/efi/rci2-table.c | 147 +++++++++++++++++++++++++++ include/linux/efi.h | 14 +-- 16 files changed, 251 insertions(+), 53 deletions(-) create mode 100644 drivers/firmware/efi/rci2-table.c