U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] cmd: reset: fixes related to Qualcomm's edl
@ 2026-05-07 15:04 Quentin Schulz
  2026-05-07 15:04 ` [PATCH v2 1/3] cmd: boot: fix edl being shown when not supported Quentin Schulz
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Quentin Schulz @ 2026-05-07 15:04 UTC (permalink / raw)
  To: Casey Connolly, Sumit Garg, Varadarajan Narayanan, u-boot,
	Heinrich Schuchardt, Bin Meng
  Cc: Tom Rini, Quentin Schulz

Fix a missed dependency on the edl reset command option for deciding
when to show the option in the help text.

Fix typo in reset command usage documentation.

Fix missing edl reset option in reset command usage documentation.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
Changes in v2:
- added patch 1, fixing edl option being shown even when not usable,
- added patch 2, fixing "Do warm WARM" typo,
- added -edl to the synopsis,
- added requirement on CONFIG_SYSRESET_CMD_RESET_ARGS=y to docs,
- added info that an error message will be printed on unsupported
  platforms but that the command will still succeed,
- Link to v1: https://patch.msgid.link/20260428-doc-sysreset-qcom-v1-1-964df4ee79f9@cherry.de

---
Quentin Schulz (3):
      cmd: boot: fix edl being shown when not supported
      doc: usage: cmd: reset: fix typo
      doc: usage: cmd: reset: specify when the -edl option is available

 cmd/boot.c              |  3 +++
 doc/usage/cmd/reset.rst | 12 +++++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)
---
base-commit: 3cdd19089f1b1b7cd08530f33ff4708abcfd426c
change-id: 20260428-doc-sysreset-qcom-f5d21aa84142

Best regards,
--  
Quentin Schulz <quentin.schulz@cherry.de>


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

end of thread, other threads:[~2026-05-11 17:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-07 15:04 [PATCH v2 0/3] cmd: reset: fixes related to Qualcomm's edl Quentin Schulz
2026-05-07 15:04 ` [PATCH v2 1/3] cmd: boot: fix edl being shown when not supported Quentin Schulz
2026-05-08 16:33   ` Simon Glass
2026-05-08 16:48     ` Quentin Schulz
2026-05-07 15:04 ` [PATCH v2 2/3] doc: usage: cmd: reset: fix typo Quentin Schulz
2026-05-08 16:33   ` Simon Glass
2026-05-07 15:04 ` [PATCH v2 3/3] doc: usage: cmd: reset: specify when the -edl option is available Quentin Schulz
2026-05-11 17:01   ` Simon Glass

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