projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16736c2
)
doc: distro: Update list of all support boot types
author
Pali Rohár
<pali@kernel.org>
Wed, 6 Apr 2022 09:35:46 +0000
(11:35 +0200)
committer
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Sat, 9 Apr 2022 19:06:31 +0000
(21:06 +0200)
Add HOST, UBIFS.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/develop/distro.rst
patch
|
blob
|
history
diff --git
a/doc/develop/distro.rst
b/doc/develop/distro.rst
index c522be693498a0a821b510d98c87d1e65405cff7..0113a3d4ec4ade4e5725721f27279bf15c285f6f 100644
(file)
--- a/
doc/develop/distro.rst
+++ b/
doc/develop/distro.rst
@@
-295,7
+295,8
@@
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, VIRTIO).
+- Upper-case disk type (DHCP, HOST, IDE, MMC, NVME, PXE, SATA, SCSI, UBIFS, USB,
+ VIRTIO).
- Lower-case disk type (same options as above).
- ID of the specific disk (MMC only) or ignored for other types.