doc: Move UEFI under develop/
Much of the content here is useful only for development. Move it under that section. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
cad7b6b251
commit
d1ceeeff6c
@ -709,8 +709,8 @@ to load a 'u-boot-payload.efi', see below test logs on QEMU.
|
||||
No controllers found
|
||||
Hit any key to stop autoboot: 0
|
||||
|
||||
See :doc:`../uefi/u-boot_on_efi` and :doc:`../uefi/uefi` for details of
|
||||
EFI support in U-Boot.
|
||||
See :doc:`../develop/uefi/u-boot_on_efi` and :doc:`../develop/uefi/uefi` for
|
||||
details of EFI support in U-Boot.
|
||||
|
||||
Chain-loading
|
||||
-------------
|
||||
|
@ -13,6 +13,7 @@ Implementation
|
||||
global_data
|
||||
logging
|
||||
menus
|
||||
uefi/index
|
||||
version
|
||||
|
||||
Debugging
|
||||
|
@ -3,6 +3,10 @@
|
||||
Unified Extensible Firmware (UEFI)
|
||||
==================================
|
||||
|
||||
U-Boot provides an implementation of the UEFI API allowing to run UEFI
|
||||
compliant software like Linux, GRUB, and iPXE. Furthermore U-Boot itself
|
||||
can be run an UEFI payload.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
@ -38,18 +38,6 @@ want to contribute to U-Boot.
|
||||
|
||||
develop/index
|
||||
|
||||
Unified Extensible Firmware (UEFI)
|
||||
----------------------------------
|
||||
|
||||
U-Boot provides an implementation of the UEFI API allowing to run UEFI
|
||||
compliant software like Linux, GRUB, and iPXE. Furthermore U-Boot itself
|
||||
can be run an UEFI payload.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
uefi/index
|
||||
|
||||
Driver-Model documentation
|
||||
--------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user