diff options
author | Simon Glass <sjg@chromium.org> | 2024-07-17 09:30:57 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-07-19 13:56:04 +0200 |
commit | 56418511e9fd5ca34c38c896a364ea0249c53610 (patch) | |
tree | 7c7940b4476895b0f67bce02166929a0ae1a6f00 /doc/develop/bootstd/overview.rst | |
parent | 70a4982d4fd83d18cd1951b2be9f3e7538b8c499 (diff) |
doc: Add a description for bootmeth_cros
Add documentation for the cros bootmeth.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Diffstat (limited to 'doc/develop/bootstd/overview.rst')
-rw-r--r-- | doc/develop/bootstd/overview.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/develop/bootstd/overview.rst b/doc/develop/bootstd/overview.rst index ef878963c9e..de15fa41a1d 100644 --- a/doc/develop/bootstd/overview.rst +++ b/doc/develop/bootstd/overview.rst @@ -421,6 +421,7 @@ Bootmeth drivers are provided for booting from various media: - U-Boot scripts 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 |