From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Simon Glass <sjg@chromium.org>,
U-Boot Mailing List <u-boot@lists.denx.de>
Cc: Tom Rini <trini@konsulko.com>, Simon Glass <sjg@chromium.org>
Subject: Re: [PATCH v2 09/16] doc: Mention fastboot dependency on CMDLINE
Date: Fri, 15 Dec 2023 13:07:19 +0100 [thread overview]
Message-ID: <87cyv7u0so.fsf@baylibre.com> (raw)
In-Reply-To: <20231215041919.2197788-9-sjg@chromium.org>
Hi Simon,
Thank you for the patch.
On jeu., déc. 14, 2023 at 21:19, Simon Glass <sjg@chromium.org> wrote:
> The fastboot 'boot' command only supports running a U-Boot command if
> CONFIG_CMDLINE is enabled. Mention this in the documentation.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Suggested-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> ---
>
> (no changes since v1)
>
> doc/android/fastboot.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/doc/android/fastboot.rst b/doc/android/fastboot.rst
> index 1ad8a897c853..933a652538c7 100644
> --- a/doc/android/fastboot.rst
> +++ b/doc/android/fastboot.rst
> @@ -127,6 +127,7 @@ Boot command
>
> When executing the fastboot ``boot`` command, if ``fastboot_bootcmd`` is set
> then that will be executed in place of ``bootm <CONFIG_FASTBOOT_BUF_ADDR>``.
> +This is supported if CONFIG_CMDLINE is enabled, which it normally is.
>
> Partition Names
> ---------------
> --
> 2.43.0.472.g3155946c3a-goog
next prev parent reply other threads:[~2023-12-15 12:07 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-15 4:18 [PATCH v2 00/16] pxe: Allow extlinux booting without CMDLINE enabled Simon Glass
2023-12-15 4:18 ` [PATCH v2 01/16] boot: Reorder FIT and BOOTSTD to be first Simon Glass
2023-12-15 4:19 ` [PATCH v2 02/16] bootm: Add a Kconfig option for bootm functionality Simon Glass
2023-12-15 4:19 ` [PATCH v2 03/16] bootm: Make OS booting dependent on BOOTM Simon Glass
2023-12-15 4:19 ` [PATCH v2 04/16] treewide: Make arch-specific bootm code depend " Simon Glass
2023-12-23 7:28 ` Angelo Dureghello
2023-12-15 4:19 ` [PATCH v2 05/16] boot: Update SYS_BOOTM_LEN to " Simon Glass
2023-12-15 4:19 ` [PATCH v2 06/16] fastboot: Change fastboot_buf_addr to an address Simon Glass
2023-12-15 4:19 ` [PATCH v2 07/16] bootm: Make cmdline optional with bootm_boot_start() Simon Glass
2023-12-15 4:19 ` [PATCH v2 08/16] fastboot: Remove dependencies on CMDLINE Simon Glass
2023-12-15 12:06 ` Mattijs Korpershoek
2023-12-15 13:49 ` Tom Rini
2023-12-15 4:19 ` [PATCH v2 09/16] doc: Mention fastboot dependency " Simon Glass
2023-12-15 12:07 ` Mattijs Korpershoek [this message]
2023-12-15 13:14 ` Sam Protsenko
2023-12-15 4:19 ` [PATCH v2 10/16] pxe: Use strlcpy() instead of strcpy() in label_boot() Simon Glass
2023-12-15 4:19 ` [PATCH v2 11/16] pxe: Refactor to reduce the size of label_boot() Simon Glass
2023-12-15 4:19 ` [PATCH v2 12/16] pxe: Refactor to avoid over-using bootm_argv Simon Glass
2023-12-15 4:19 ` [PATCH v2 13/16] pxe: Move calculation of FDT file into a function Simon Glass
2023-12-15 4:19 ` [PATCH v2 14/16] pxe: Allow booting without CMDLINE for bootm methods Simon Glass
2023-12-15 4:19 ` [PATCH v2 15/16] pxe: Allow booting without CMDLINE for the zboot method Simon Glass
2023-12-15 4:19 ` [PATCH v2 16/16] x86: Drop message about features being missing with 64-bit Simon Glass
2024-04-11 1:45 ` [PATCH v2 00/16] pxe: Allow extlinux booting without CMDLINE enabled Tom Rini
2024-04-14 16:58 ` Jonas Karlman
2024-04-18 18:13 ` Tom Rini
2024-04-20 8:11 ` Jonas Karlman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87cyv7u0so.fsf@baylibre.com \
--to=mkorpershoek@baylibre.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.