efi/arm: libstub: move ARM specific code out of generic routines
authorArd Biesheuvel <ardb@kernel.org>
Fri, 16 Sep 2022 08:04:57 +0000 (10:04 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 27 Sep 2022 11:26:16 +0000 (13:26 +0200)
commit69e377b289376147c84cfd09bab1ad0328a0ecc6
tree6b11f9f5eba435c03490ae4f7e04970c6b3e371d
parent71c7adc9fffd4e38ebc197314f6909c9fd6051ef
efi/arm: libstub: move ARM specific code out of generic routines

Move some code that is only reachable when IS_ENABLED(CONFIG_ARM) into
the ARM EFI arch code.

Cc: Russell King <linux@armlinux.org.uk>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/arm/include/asm/efi.h
arch/arm/kernel/efi.c
arch/arm/kernel/setup.c
drivers/firmware/efi/efi-init.c