diff options
Diffstat (limited to 'roms/u-boot/doc/develop/uefi/index.rst')
-rw-r--r-- | roms/u-boot/doc/develop/uefi/index.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/u-boot/doc/develop/uefi/index.rst b/roms/u-boot/doc/develop/uefi/index.rst new file mode 100644 index 000000000..7e65dbc5d --- /dev/null +++ b/roms/u-boot/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 |