Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: efi-stub.txt: Fix arm64 paths

Update documented paths for arm64 files to match current tree.

Signed-off-by: Alan Ott <alan@softiron.co.uk>
Cc: Roy Franz <roy.franz@linaro.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>

authored by

Alan Ott and committed by
Matt Fleming
3bb9eee6 7f83773c

+2 -2
+2 -2
Documentation/efi-stub.txt
··· 10 10 respectively. For ARM the EFI stub is implemented in 11 11 arch/arm/boot/compressed/efi-header.S and 12 12 arch/arm/boot/compressed/efi-stub.c. EFI stub code that is shared 13 - between architectures is in drivers/firmware/efi/efi-stub-helper.c. 13 + between architectures is in drivers/firmware/efi/libstub. 14 14 15 15 For arm64, there is no compressed kernel support, so the Image itself 16 16 masquerades as a PE/COFF image and the EFI stub is linked into the 17 17 kernel. The arm64 EFI stub lives in arch/arm64/kernel/efi-entry.S 18 - and arch/arm64/kernel/efi-stub.c. 18 + and drivers/firmware/efi/libstub/arm64-stub.c. 19 19 20 20 By using the EFI boot stub it's possible to boot a Linux kernel 21 21 without the use of a conventional EFI boot loader, such as grub or