Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 EFI updates from Ingo Molnar: "EFI changes: - Use idiomatic negative error values in efivar_create_sysfs_entry() instead of returning '1' to indicate error (Dan Carpenter) - Implement new support to expose the EFI System Resource Tables in sysfs, which provides information for performing firmware updates (Peter Jones) - Documentation cleanup in the EFI handover protocol section which falsely claimed that 'cmdline_size' needed to be filled out by the boot loader (Alex Smith) - Align the order of SMBIOS tables in /sys/firmware/efi/systab to match the way that we do things for ACPI and add documentation to Documentation/ABI (Jean Delvare)" * 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: efi: Work around ia64 build problem with ESRT driver efi: Add 'systab' information to Documentation/ABI efi: dmi: List SMBIOS3 table before SMBIOS table efi/esrt: Fix some compiler warnings x86, doc: Remove cmdline_size from list of fields to be filled in for EFI handover efi: Add esrt support efi: efivar_create_sysfs_entry() should return negative error codes
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-firmware-efi 10 additions, 0 deletionsDocumentation/ABI/testing/sysfs-firmware-efi
- Documentation/ABI/testing/sysfs-firmware-efi-esrt 81 additions, 0 deletionsDocumentation/ABI/testing/sysfs-firmware-efi-esrt
- Documentation/x86/boot.txt 0 additions, 1 deletionDocumentation/x86/boot.txt
- arch/x86/platform/efi/efi.c 2 additions, 0 deletionsarch/x86/platform/efi/efi.c
- drivers/firmware/efi/Kconfig 5 additions, 0 deletionsdrivers/firmware/efi/Kconfig
- drivers/firmware/efi/Makefile 1 addition, 0 deletionsdrivers/firmware/efi/Makefile
- drivers/firmware/efi/efi.c 88 additions, 3 deletionsdrivers/firmware/efi/efi.c
- drivers/firmware/efi/efivars.c 6 additions, 5 deletionsdrivers/firmware/efi/efivars.c
- drivers/firmware/efi/esrt.c 471 additions, 0 deletionsdrivers/firmware/efi/esrt.c
- include/linux/efi.h 12 additions, 0 deletionsinclude/linux/efi.h
drivers/firmware/efi/esrt.c
0 → 100644
Please register or sign in to comment