-
- Downloads
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull EFI updates from Ingo Molnar: "Main changes: - Move efivarfs from the misc filesystem section to pseudo filesystem - Expose firmware platform size in sysfs - Improve robustness of get_memory_map() by removing assumptions on the size of efi_memory_desc_t. - various cleanups and fixes The biggest risk is the get_memory_map() change, which changes the way that both the arm64 and x86 EFI boot stub build the early memory map. There are no known regressions with it at the moment, BYMMV" * 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: efi: Don't look for chosen@0 node on DT platforms firmware: efi: Remove unneeded guid unparse efi/libstub: Call get_memory_map() to obtain map and desc sizes efi: Small leak on error in runtime map code efi: rtc-efi: Mark UIE as unsupported arm64/efi: efistub: Apply __init annotation efi: Expose underlying UEFI firmware platform size to userland efi: Rename efi_guid_unparse to efi_guid_to_str efi: Update the URLs for efibootmgr fs: Make efivarfs a pseudo filesystem, built by default with EFI
No related branches found
No related tags found
Showing
- arch/arm64/kernel/efi-stub.c 7 additions, 7 deletionsarch/arm64/kernel/efi-stub.c
- block/partitions/efi.c 1 addition, 1 deletionblock/partitions/efi.c
- drivers/firmware/efi/Kconfig 2 additions, 2 deletionsdrivers/firmware/efi/Kconfig
- drivers/firmware/efi/efi.c 10 additions, 7 deletionsdrivers/firmware/efi/efi.c
- drivers/firmware/efi/efivars.c 3 additions, 3 deletionsdrivers/firmware/efi/efivars.c
- drivers/firmware/efi/libstub/Makefile 14 additions, 0 deletionsdrivers/firmware/efi/libstub/Makefile
- drivers/firmware/efi/libstub/arm-stub.c 4 additions, 4 deletionsdrivers/firmware/efi/libstub/arm-stub.c
- drivers/firmware/efi/libstub/efi-stub-helper.c 11 additions, 7 deletionsdrivers/firmware/efi/libstub/efi-stub-helper.c
- drivers/firmware/efi/runtime-map.c 1 addition, 1 deletiondrivers/firmware/efi/runtime-map.c
- drivers/rtc/rtc-efi.c 1 addition, 0 deletionsdrivers/rtc/rtc-efi.c
- fs/Kconfig 1 addition, 1 deletionfs/Kconfig
- fs/efivarfs/Kconfig 1 addition, 0 deletionsfs/efivarfs/Kconfig
- fs/efivarfs/super.c 1 addition, 1 deletionfs/efivarfs/super.c
- include/linux/efi.h 1 addition, 1 deletioninclude/linux/efi.h
Loading
Please register or sign in to comment