diff options
author | Simon Glass <sjg@chromium.org> | 2021-03-18 20:25:11 +1300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-03-26 17:03:10 +1300 |
commit | d1ceeeff6c2ee1e55b7140654c8d6de44b60dab6 (patch) | |
tree | 7abee7a0ca0e6c1b7e8d12ff9b20340b8888baf7 /doc/develop/uefi/index.rst | |
parent | cad7b6b2519a275d79085bbdff0227492cd8ee48 (diff) |
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>
Diffstat (limited to 'doc/develop/uefi/index.rst')
-rw-r--r-- | doc/develop/uefi/index.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/develop/uefi/index.rst b/doc/develop/uefi/index.rst new file mode 100644 index 00000000000..7e65dbc5d5e --- /dev/null +++ b/doc/develop/uefi/index.rst @@ -0,0 +1,15 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +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.rst + u-boot_on_efi.rst + iscsi.rst |