]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit969434461a5a916798310f00b0531fb8f02f677b
tree6b11f9f5eba435c03490ae4f7e04970c6b3e371d
parent2fa478f8e9b8c7ad3b8f337f6b020c0dd49f8b20
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