x86/boot/compressed: Rename efi_thunk_64.S to efi-mixed.S
authorArd Biesheuvel <ardb@kernel.org>
Tue, 22 Nov 2022 16:10:01 +0000 (17:10 +0100)
committerBorislav Petkov <bp@suse.de>
Tue, 22 Nov 2022 17:54:44 +0000 (18:54 +0100)
commitcb8bda8ad4438b4bcfcf89697fc84803fb210017
tree99009aaf89a7af91784691c331fb619ece734b4d
parenteb7081409f94a9a8608593d0fb63a1aa3d6f95d8
x86/boot/compressed: Rename efi_thunk_64.S to efi-mixed.S

In preparation for moving the mixed mode specific code out of head_64.S,
rename the existing file to clarify that it contains more than just the
mixed mode thunk.

While at it, clean up the Makefile rules that add it to the build.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20221122161017.2426828-2-ardb@kernel.org
arch/x86/boot/compressed/Makefile
arch/x86/boot/compressed/efi_mixed.S [moved from arch/x86/boot/compressed/efi_thunk_64.S with 100% similarity]