Commit 339170d8 authored by João Paulo Rechi Vita's avatar João Paulo Rechi Vita Committed by Jonathan Corbet

docs: efi-stub: Fix paths for x86 / arm stubs

This fixes the paths of x86 / arm efi-stub source files.
Signed-off-by: default avatarJoão Paulo Rechi Vita <jprvita@endlessos.org>
Reviewed-by: default avatarArd Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20220727140539.10021-1-jprvita@endlessos.orgSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 4116ff79
...@@ -7,10 +7,10 @@ as a PE/COFF image, thereby convincing EFI firmware loaders to load ...@@ -7,10 +7,10 @@ as a PE/COFF image, thereby convincing EFI firmware loaders to load
it as an EFI executable. The code that modifies the bzImage header, it as an EFI executable. The code that modifies the bzImage header,
along with the EFI-specific entry point that the firmware loader along with the EFI-specific entry point that the firmware loader
jumps to are collectively known as the "EFI boot stub", and live in jumps to are collectively known as the "EFI boot stub", and live in
arch/x86/boot/header.S and arch/x86/boot/compressed/eboot.c, arch/x86/boot/header.S and drivers/firmware/efi/libstub/x86-stub.c,
respectively. For ARM the EFI stub is implemented in respectively. For ARM the EFI stub is implemented in
arch/arm/boot/compressed/efi-header.S and arch/arm/boot/compressed/efi-header.S and
arch/arm/boot/compressed/efi-stub.c. EFI stub code that is shared drivers/firmware/efi/libstub/arm32-stub.c. EFI stub code that is shared
between architectures is in drivers/firmware/efi/libstub. between architectures is in drivers/firmware/efi/libstub.
For arm64, there is no compressed kernel support, so the Image itself For arm64, there is no compressed kernel support, so the Image itself
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment