arm64: efi: Move efi-entry.S into the libstub source directory
authorArd Biesheuvel <ardb@kernel.org>
Mon, 17 Oct 2022 15:14:41 +0000 (17:14 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Wed, 9 Nov 2022 11:42:01 +0000 (12:42 +0100)
commit4ef806096bdbbe9e77c29c17c3ed636d00d6d6f3
treecc3c704b00858fbab3ba8a67c399194b22c2d686
parent7a35cb0a6ec0c4fbb3ea23526d56c59c8cdf779b
arm64: efi: Move efi-entry.S into the libstub source directory

We will be sharing efi-entry.S with the zboot decompressor build, which
does not link against vmlinux directly. So move it into the libstub
source directory so we can include in the libstub static library.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/Makefile
arch/arm64/kernel/efi-entry.S [deleted file]
drivers/firmware/efi/libstub/Makefile
drivers/firmware/efi/libstub/arm64-entry.S [new file with mode: 0644]