summaryrefslogtreecommitdiff
path: root/Documentation/efi-stub.txt
diff options
context:
space:
mode:
authorAlan Ott <alan@softiron.co.uk>2015-11-30 09:36:54 -0500
committerMatt Fleming <matt@codeblueprint.co.uk>2015-12-14 15:24:03 +0000
commit3bb9eee61c64d8cd64814e582cf5d72095554473 (patch)
treec9aceccb3c7286c5f03e42d8792a236b7c9621e7 /Documentation/efi-stub.txt
parent7f83773ced2f9f41dec5e6eb3eb4a7ef23ca1d75 (diff)
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>
Diffstat (limited to 'Documentation/efi-stub.txt')
-rw-r--r--Documentation/efi-stub.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/efi-stub.txt b/Documentation/efi-stub.txt
index 7747024d3bb7..e15746988261 100644
--- a/Documentation/efi-stub.txt
+++ b/Documentation/efi-stub.txt
@@ -10,12 +10,12 @@ arch/x86/boot/header.S and arch/x86/boot/compressed/eboot.c,
respectively. For ARM the EFI stub is implemented in
arch/arm/boot/compressed/efi-header.S and
arch/arm/boot/compressed/efi-stub.c. EFI stub code that is shared
-between architectures is in drivers/firmware/efi/efi-stub-helper.c.
+between architectures is in drivers/firmware/efi/libstub.
For arm64, there is no compressed kernel support, so the Image itself
masquerades as a PE/COFF image and the EFI stub is linked into the
kernel. The arm64 EFI stub lives in arch/arm64/kernel/efi-entry.S
-and arch/arm64/kernel/efi-stub.c.
+and drivers/firmware/efi/libstub/arm64-stub.c.
By using the EFI boot stub it's possible to boot a Linux kernel
without the use of a conventional EFI boot loader, such as grub or