[PATCH v4 3/4] doc: usage: convert autoboot README to rST

Simon Glass sjg at chromium.org
Thu Apr 16 20:36:47 CEST 2026


Hi Ferass,

On 2026-04-16T14:57:40, Ferass El Hafidi <funderscore at postmarketos.org> wrote:
> doc: usage: convert autoboot README to rST
>
> Convert the plain text autoboot documentation into rST, so it is visible
> in the public docs. Also decouple CONFIG_AUTOBOOT_PROMPT from
> CONFIG_AUTOBOOT_KEYED in the documentation to reflect previous commits.
>
> Signed-off-by: Ferass El Hafidi <funderscore at postmarketos.org>
>
> doc/README.autoboot    | 162 -------------------------------------------------
>  doc/usage/autoboot.rst | 149 +++++++++++++++++++++++++++++++++++++++++++++
>  doc/usage/index.rst    |   1 +
>  3 files changed, 150 insertions(+), 162 deletions(-)

> diff --git a/doc/usage/autoboot.rst b/doc/usage/autoboot.rst
> @@ -0,0 +1,149 @@
> +    so it may contain '%' format specifications, provided that it
> +    also includes, sepearated by commas exactly like in a printf

Please can you fix the typo sepearated -> separated

> diff --git a/doc/README.autoboot b/doc/README.autoboot
> deleted file mode 100644

After deleting doc/README.autoboot, boot/Kconfig still references it,
as does doc/usage/environment.rst - please can you update these to
point to doc/usage/autoboot.rst

Regards,
Simon


More information about the U-Boot mailing list