Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull EFI updates from Ingo Molnar: "The main changes in this cycle were: - move BGRT handling to drivers/acpi so it can be shared between x86 and ARM - bring the EFI stub's initrd and FDT allocation logic in line with the latest changes to the arm64 boot protocol - improvements and fixes to the EFI stub's command line parsing routines - randomize the virtual mapping of the UEFI runtime services on ARM/arm64 - ... and other misc enhancements, cleanups and fixes" * 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: efi/libstub/arm: Don't use TASK_SIZE when randomizing the RT space ef/libstub/arm/arm64: Randomize the base of the UEFI rt services region efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline arg efi/libstub: Unify command line param parsing efi/libstub: Fix harmless command line parsing bug efi/arm32-stub: Allow boot-time allocations in the vmlinux region x86/efi: Clean up a minor mistake in comment efi/pstore: Return error code (if any) from efi_pstore_write() efi/bgrt: Enable ACPI BGRT handling on arm64 x86/efi/bgrt: Move efi-bgrt handling out of arch/x86 efi/arm-stub: Round up FDT allocation to mapping size efi/arm-stub: Correct FDT and initrd allocation rules for arm64
No related branches found
No related tags found
Showing
- arch/arm/include/asm/efi.h 13 additions, 1 deletionarch/arm/include/asm/efi.h
- arch/arm64/include/asm/efi.h 23 additions, 1 deletionarch/arm64/include/asm/efi.h
- arch/arm64/kernel/acpi.c 3 additions, 0 deletionsarch/arm64/kernel/acpi.c
- arch/x86/kernel/acpi/boot.c 0 additions, 6 deletionsarch/x86/kernel/acpi/boot.c
- arch/x86/platform/efi/Makefile 0 additions, 1 deletionarch/x86/platform/efi/Makefile
- arch/x86/platform/efi/efi_64.c 1 addition, 1 deletionarch/x86/platform/efi/efi_64.c
- drivers/acpi/Kconfig 1 addition, 1 deletiondrivers/acpi/Kconfig
- drivers/acpi/bgrt.c 6 additions, 0 deletionsdrivers/acpi/bgrt.c
- drivers/firmware/efi/Makefile 1 addition, 0 deletionsdrivers/firmware/efi/Makefile
- drivers/firmware/efi/efi-bgrt.c 0 additions, 0 deletionsdrivers/firmware/efi/efi-bgrt.c
- drivers/firmware/efi/efi-pstore.c 3 additions, 3 deletionsdrivers/firmware/efi/efi-pstore.c
- drivers/firmware/efi/libstub/arm-stub.c 54 additions, 33 deletionsdrivers/firmware/efi/libstub/arm-stub.c
- drivers/firmware/efi/libstub/arm32-stub.c 130 additions, 20 deletionsdrivers/firmware/efi/libstub/arm32-stub.c
- drivers/firmware/efi/libstub/arm64-stub.c 1 addition, 3 deletionsdrivers/firmware/efi/libstub/arm64-stub.c
- drivers/firmware/efi/libstub/efi-stub-helper.c 22 additions, 10 deletionsdrivers/firmware/efi/libstub/efi-stub-helper.c
- drivers/firmware/efi/libstub/efistub.h 9 additions, 0 deletionsdrivers/firmware/efi/libstub/efistub.h
- drivers/firmware/efi/libstub/fdt.c 24 additions, 33 deletionsdrivers/firmware/efi/libstub/fdt.c
- drivers/firmware/efi/libstub/secureboot.c 2 additions, 0 deletionsdrivers/firmware/efi/libstub/secureboot.c
- include/linux/efi-bgrt.h 5 additions, 0 deletionsinclude/linux/efi-bgrt.h
- include/linux/efi.h 1 addition, 4 deletionsinclude/linux/efi.h
Please register or sign in to comment