diff options
author | Simon Glass <sjg@chromium.org> | 2024-07-17 09:31:02 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-07-19 14:01:30 +0200 |
commit | 1c930686ca09f79f7bbf86389a96406588db7ae3 (patch) | |
tree | 57fbea5a9c1d5ddde429f1343583c3dba8c22ba7 /doc/develop | |
parent | 87d00856df35f7e269dfa1f343035cff33dfea58 (diff) | |
download | u-boot-1c930686ca09f79f7bbf86389a96406588db7ae3.tar.gz u-boot-1c930686ca09f79f7bbf86389a96406588db7ae3.tar.bz2 u-boot-1c930686ca09f79f7bbf86389a96406588db7ae3.zip |
doc: Add a link to VBE from the bootstd docs
Link to this page to make it easier to find the VBE docs.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Diffstat (limited to 'doc/develop')
-rw-r--r-- | doc/develop/bootstd/overview.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/develop/bootstd/overview.rst b/doc/develop/bootstd/overview.rst index bc7e4b3970..afc5e0e371 100644 --- a/doc/develop/bootstd/overview.rst +++ b/doc/develop/bootstd/overview.rst @@ -416,16 +416,16 @@ Available bootmeth drivers Bootmeth drivers are provided for booting from various media: + - Android bootflow (boot image v4) + - :doc:`ChromiumOS <cros>` ChromiumOS boot from a disk + - EFI boot using bootefi from disk + - EFI boot using boot manager - :doc:`extlinux / syslinux <extlinux>` boot from a storage device - :doc:`extlinux / syslinux <extlinux>` boot from a network (PXE) + - :doc:`sandbox <sandbox>` used only for testing - :doc:`U-Boot scripts <script>` from disk, network or SPI flash - - EFI boot using bootefi from disk - - VBE - - :doc:`ChromiumOS <cros>` ChromiumOS boot from a disk - - EFI boot using boot manager - - Android bootflow (boot image v4) - :doc:`QFW <qfw>`: QEMU firmware interface - - :doc:`sandbox <sandbox>` used only for testing + - :doc:`VBE </develop/vbe>`: Verified Boot for Embedded Each driver is controlled by a Kconfig option. If no bootmeth driver is selected by a compatible string in the devicetree, all available bootmeth |