diff options
author | Lukas Auer <lukas.auer@aisec.fraunhofer.de> | 2018-11-22 11:26:33 +0100 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2018-11-26 13:57:32 +0800 |
commit | a8da9ff46623acee32b7fe9a5b08a0e88e71166e (patch) | |
tree | 15f8a46d0da14c7337630194d99b65d2e406589a /doc | |
parent | c3b1a99040278ebcfab63c9a971e14d66d192825 (diff) | |
download | u-boot-a8da9ff46623acee32b7fe9a5b08a0e88e71166e.tar.gz |
distro_bootcmd: add VirtIO distro boot command
Add a boot command to distro boot to support disks connected over the
VirtIO bus. The boot command uses the shared block environment.
Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.distro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README.distro b/doc/README.distro index f8e9752a0f..ab6e6f4e74 100644 --- a/doc/README.distro +++ b/doc/README.distro @@ -292,7 +292,7 @@ Each entry in the macro defines a single boot device (e.g. a specific eMMC device or SD card) or type of boot device (e.g. USB disk). The parameters to the func macro (passed in by the internal implementation of the header) are: -- Upper-case disk type (MMC, SATA, SCSI, IDE, USB, DHCP, PXE). +- Upper-case disk type (MMC, SATA, SCSI, IDE, USB, DHCP, PXE, VIRTIO). - Lower-case disk type (same options as above). - ID of the specific disk (MMC only) or ignored for other types. @@ -398,6 +398,7 @@ The list of possible targets consists of: * scsi * ide * usb + * virtio Other *boot* variables than the ones defined above are only for internal use of the boot environment and are not guaranteed to exist or work in the same |