* [GIT PULL] EFI changes for v5.4
@ 2019-09-16 11:35 Ingo Molnar
2019-09-17 1:00 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2019-09-16 11:35 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-kernel, Ard Biesheuvel, James Morse, linux-efi,
Thomas Gleixner, Borislav Petkov
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-17 1:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-16 11:35 [GIT PULL] EFI changes for v5.4 Ingo Molnar
2019-09-17 1:00 ` pr-tracker-bot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.