public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] doc: distro: Update list of all support boot types
@ 2022-04-06  9:35 Pali Rohár
  2022-04-06 14:52 ` Heinrich Schuchardt
  0 siblings, 1 reply; 2+ messages in thread
From: Pali Rohár @ 2022-04-06  9:35 UTC (permalink / raw)
  To: Simon Glass, Heinrich Schuchardt; +Cc: u-boot

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 doc/develop/distro.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/develop/distro.rst b/doc/develop/distro.rst
index c522be693498..5ac07912f7d1 100644
--- a/doc/develop/distro.rst
+++ b/doc/develop/distro.rst
@@ -295,7 +295,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, VIRTIO).
+- Upper-case disk type (MMC, NVME, SATA, SCSI, IDE, UBIFS, USB, DHCP, PXE, VIRTIO).
 - Lower-case disk type (same options as above).
 - ID of the specific disk (MMC only) or ignored for other types.
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: distro: Update list of all support boot types
  2022-04-06  9:35 [PATCH] doc: distro: Update list of all support boot types Pali Rohár
@ 2022-04-06 14:52 ` Heinrich Schuchardt
  0 siblings, 0 replies; 2+ messages in thread
From: Heinrich Schuchardt @ 2022-04-06 14:52 UTC (permalink / raw)
  To: Pali Rohár; +Cc: u-boot, Simon Glass

On 4/6/22 11:35, Pali Rohár wrote:
> Signed-off-by: Pali Rohár <pali@kernel.org>
> ---
>   doc/develop/distro.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/develop/distro.rst b/doc/develop/distro.rst
> index c522be693498..5ac07912f7d1 100644
> --- a/doc/develop/distro.rst
> +++ b/doc/develop/distro.rst
> @@ -295,7 +295,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, VIRTIO).
> +- Upper-case disk type (MMC, NVME, SATA, SCSI, IDE, UBIFS, USB, DHCP, PXE, VIRTIO).

I would prefer to have this list alphabetically sorted. I am missing
"HOST". See
include/config_distro_bootcmd.h:52:#define BOOTENV_DEV_HOST

Currently there seems to be no usage by the sandbox. So I guess this is
the complete sorted list:

(DHCP, HOST, IDE, MMC, NVME, PXE, SATA, SCSI, UBIFS, USB, VIRTIO).

Best regards

Heinrich

>   - Lower-case disk type (same options as above).
>   - ID of the specific disk (MMC only) or ignored for other types.
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-06 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-06  9:35 [PATCH] doc: distro: Update list of all support boot types Pali Rohár
2022-04-06 14:52 ` Heinrich Schuchardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox