Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into core/efi
Pull EFI updates from Matt Fleming:
- Fixes and cleanups for SMBIOS 3.0 DMI code. (Ivan Khoronzhuk)
- A new efi=debug command line option that enables debug output in the
EFI boot stub and results in less verbose EFI memory map output by
default. (Borislav Petkov)
- Disable interrupts around EFI calls and use a more standard page
table saving and restoring idiom when making EFI calls. (Ingo Molnar)
- Reduce the number of memory allocations performed when allocating the
FDT in EFI boot stub by retrieving size from the FDT header in the
EFI config table. (Ard Biesheuvel)
Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- Documentation/kernel-parameters.txt 2 additions, 1 deletionDocumentation/kernel-parameters.txt
- arch/x86/include/asm/efi.h 4 additions, 2 deletionsarch/x86/include/asm/efi.h
- arch/x86/platform/efi/efi.c 14 additions, 3 deletionsarch/x86/platform/efi/efi.c
- arch/x86/platform/efi/efi_32.c 11 additions, 11 deletionsarch/x86/platform/efi/efi_32.c
- arch/x86/platform/efi/efi_64.c 16 additions, 13 deletionsarch/x86/platform/efi/efi_64.c
- drivers/firmware/dmi_scan.c 21 additions, 16 deletionsdrivers/firmware/dmi_scan.c
- drivers/firmware/efi/libstub/arm-stub.c 3 additions, 4 deletionsdrivers/firmware/efi/libstub/arm-stub.c
- drivers/firmware/efi/libstub/efistub.h 1 addition, 1 deletiondrivers/firmware/efi/libstub/efistub.h
- drivers/firmware/efi/libstub/fdt.c 6 additions, 1 deletiondrivers/firmware/efi/libstub/fdt.c
- include/linux/efi.h 1 addition, 0 deletionsinclude/linux/efi.h
Loading
Please register or sign in to comment