The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next for you to fetch changes up to b194a77fcc4001dc40aecdd15d249648e8a436d1: efi: cper: print AER info of PCIe fatal error (2019-08-12 12:06:23 +0300) ---------------------------------------------------------------- EFI changes for v5.4: - Some 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. ---------------------------------------------------------------- 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