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)
commit50d53c58dd77d3b0b6a5afe391eaac3722fc3153
tree4d04b59275787d3937c9e94f06ab59162e4da4cf
parent79d3219d4e56b3c47fc5184aa962dac886a73729
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