]> www.infradead.org Git - users/dwmw2/linux.git/commit
x86/boot: Move the LA57 trampoline to separate source file
authorArd Biesheuvel <ardb@kernel.org>
Thu, 13 Mar 2025 12:03:25 +0000 (13:03 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 13 Mar 2025 17:12:38 +0000 (18:12 +0100)
commite27dffba1b1d6c047b48c325adcb1342d3e3fa69
tree79da9f52eb7dcd697c6b32198ca71aebf446c434
parent558fc8e1869ca6e1eb99a1e2b52f6c35424d4adf
x86/boot: Move the LA57 trampoline to separate source file

To permit the EFI stub to call this code even when building the kernel
without the legacy decompressor, move the trampoline out of the latter's
startup code.

This is part of an ongoing WIP effort on my part to make the existing,
generic EFI zboot format work on x86 as well.

No functional change intended.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20250313120324.1095968-2-ardb+git@google.com
arch/x86/boot/compressed/Makefile
arch/x86/boot/compressed/head_64.S
arch/x86/boot/compressed/la57toggle.S [new file with mode: 0644]