From: Simon Glass Date: Wed, 17 Jul 2024 08:31:02 +0000 (+0100) Subject: doc: Add a link to VBE from the bootstd docs X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=1c930686ca09f79f7bbf86389a96406588db7ae3;p=u-boot.git 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 Reviewed-by: Heinrich Schuchardt Reviewed-by: Quentin Schulz Reviewed-by: Mattijs Korpershoek --- 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 ` ChromiumOS boot from a disk + - EFI boot using bootefi from disk + - EFI boot using boot manager - :doc:`extlinux / syslinux ` boot from a storage device - :doc:`extlinux / syslinux ` boot from a network (PXE) + - :doc:`sandbox ` used only for testing - :doc:`U-Boot scripts