@@ -133,3 +133,15 @@ described above.
This option is only available if CONFIG_EFI_ARMSTUB_DTB_LOADER=y and secure
boot is disabled.
+
+Handoff to main Linux kernel
+----------------------------
+
+Currently the EFI stub enters the main Linux kernel via the same entry points
+that are used when booting without UEFI. This might change in future versions.
+For a description of these entry points see:
+
+* for arm :doc:`/arm/booting`
+* for arm64 :doc:`/arm64/booting`
+* for riscv :doc:`/riscv/index`
+* for x86 :doc:`/x86/boot`
Describe the handoff from the EFI stub to the main Linux kernel. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> --- v2: new patch --- Documentation/admin-guide/efi-stub.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) -- 2.28.0