]> git.baikalelectronics.ru Git - kernel.git/commit
efi: Drop handling of 'boot_info' configuration table
authorArd Biesheuvel <ardb@kernel.org>
Sun, 19 Jan 2020 14:29:21 +0000 (15:29 +0100)
committerArd Biesheuvel <ardb@kernel.org>
Sun, 23 Feb 2020 20:59:42 +0000 (21:59 +0100)
commit61c89e4628a7299bebc05977ac9c3f670fd8c1a1
tree4d04b59275787d3937c9e94f06ab59162e4da4cf
parent8e7b5eb6b104e0ffbac41620008fdc141a93ca74
efi: Drop handling of 'boot_info' configuration table

Some plumbing exists to handle a UEFI configuration table of type
BOOT_INFO but since we never match it to a GUID anywhere, we never
actually register such a table, or access it, for that matter. So
simply drop all mentions of it.

Tested-by: Tony Luck <tony.luck@intel.com> # arch/ia64
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/x86/platform/efi/efi.c
drivers/firmware/efi/efi.c
include/linux/efi.h