summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/efi-stub-entry.c
AgeCommit message (Collapse)Author
2022-11-09efi: libstub: Factor out EFI stub entrypoint into separate fileArd Biesheuvel
In preparation for allowing the EFI zboot decompressor to reuse most of the EFI stub machinery, factor out the actual EFI PE/COFF entrypoint into a separate file. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>