]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/efi/mixed: Move mixed mode startup code into libstub
authorArd Biesheuvel <ardb@kernel.org>
Tue, 7 Jan 2025 17:16:59 +0000 (18:16 +0100)
committerArd Biesheuvel <ardb@kernel.org>
Fri, 21 Feb 2025 15:54:39 +0000 (16:54 +0100)
commitfb84cefd4ce77c3d63cd3d23adaa7faaef3737cc
tree3f985c80272408df353e3ee30af0f8c9afff6f4d
parentb891e4209c9f96e25a4e90b86e460f515e902c37
x86/efi/mixed: Move mixed mode startup code into libstub

The EFI mixed mode code has been decoupled from the legacy decompressor,
in order to be able to reuse it with generic EFI zboot images for x86.

Move the source file into the libstub source directory to facilitate
this.

Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/x86/boot/compressed/Makefile
drivers/firmware/efi/libstub/Makefile
drivers/firmware/efi/libstub/x86-mixed.S [moved from arch/x86/boot/compressed/efi_mixed.S with 100% similarity]