efi/libstub: Drop explicit 32/64-bit protocol definitions
authorArd Biesheuvel <ardb@kernel.org>
Tue, 24 Dec 2019 15:10:10 +0000 (16:10 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 25 Dec 2019 09:49:18 +0000 (10:49 +0100)
commite8bd5ddf60eedd6d584fa1e98d0cfe45abe95043
tree2de51096a43ece2bf422c76202d634fead816af5
parentf958efe97596837f9504fc38d75ef8e284bc0ebd
efi/libstub: Drop explicit 32/64-bit protocol definitions

Now that we have incorporated the mixed mode protocol definitions
into the native ones using unions, we no longer need the separate
32/64 bit struct definitions, with the exception of the EFI system
table definition and the boot services, runtime services and
configuration table definitions. So drop the unused ones.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Cc: Arvind Sankar <nivedita@alum.mit.edu>
Cc: Borislav Petkov <bp@alien8.de>
Cc: James Morse <james.morse@arm.com>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-efi@vger.kernel.org
Link: https://lkml.kernel.org/r/20191224151025.32482-11-ardb@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/boot/compressed/eboot.h
drivers/firmware/efi/libstub/random.c
include/linux/efi.h