Skip to content

Commit 339170d

Browse files
jprvitaJonathan Corbet
authored andcommitted
docs: efi-stub: Fix paths for x86 / arm stubs
This fixes the paths of x86 / arm efi-stub source files. Signed-off-by: João Paulo Rechi Vita <jprvita@endlessos.org> Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Link: https://lore.kernel.org/r/20220727140539.10021-1-jprvita@endlessos.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 4116ff7 commit 339170d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/admin-guide/efi-stub.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ as a PE/COFF image, thereby convincing EFI firmware loaders to load
77
it as an EFI executable. The code that modifies the bzImage header,
88
along with the EFI-specific entry point that the firmware loader
99
jumps to are collectively known as the "EFI boot stub", and live in
10-
arch/x86/boot/header.S and arch/x86/boot/compressed/eboot.c,
10+
arch/x86/boot/header.S and drivers/firmware/efi/libstub/x86-stub.c,
1111
respectively. For ARM the EFI stub is implemented in
1212
arch/arm/boot/compressed/efi-header.S and
13-
arch/arm/boot/compressed/efi-stub.c. EFI stub code that is shared
13+
drivers/firmware/efi/libstub/arm32-stub.c. EFI stub code that is shared
1414
between architectures is in drivers/firmware/efi/libstub.
1515

1616
For arm64, there is no compressed kernel support, so the Image itself

0 commit comments

Comments
 (0)