diff options
author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2023-09-04 13:32:14 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-09-22 13:29:19 +0200 |
commit | e4c0138ab396c727e6d5ca83cfe2e3d5b00be97c (patch) | |
tree | bdaf82ba21a4fd13a915096d27bdc3d10dc679ed /Documentation/admin-guide/efi-stub.rst | |
parent | docs: move leds under section Human interfaces (diff) | |
download | linux-e4c0138ab396c727e6d5ca83cfe2e3d5b00be97c.tar.xz linux-e4c0138ab396c727e6d5ca83cfe2e3d5b00be97c.zip |
Documentation efi-stub.rst: fix arm64 EFI source location
arch/arm64/kernel/efi-entry.S has been moved to
drivers/firmware/efi/libstub/arm64-entry.S by commit
v6.1-rc4-6-g4ef806096bdb and to
drivers/firmware/efi/libstub/arm64.c by commit
v6.2-rc3-6-g617861703830
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20230904113214.4147021-1-mikko.rapeli@linaro.org>
Diffstat (limited to 'Documentation/admin-guide/efi-stub.rst')
-rw-r--r-- | Documentation/admin-guide/efi-stub.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/efi-stub.rst b/Documentation/admin-guide/efi-stub.rst index b24e7c40d832..090f3a185e18 100644 --- a/Documentation/admin-guide/efi-stub.rst +++ b/Documentation/admin-guide/efi-stub.rst @@ -15,7 +15,7 @@ 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 +kernel. The arm64 EFI stub lives in drivers/firmware/efi/libstub/arm64.c and drivers/firmware/efi/libstub/arm64-stub.c. By using the EFI boot stub it's possible to boot a Linux kernel |