All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] reset: add board reset type
@ 2026-05-27 23:13 dmukhin
  2026-05-27 23:13 ` [PATCH v2 1/6] reset: Allow per-board " dmukhin
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: dmukhin @ 2026-05-27 23:13 UTC (permalink / raw)
  To: u-boot; +Cc: sjg, trini, dmukhin

This series introduces convenience functionality for prototype boards
where reset is not fully working - for example, where only warm reset is
functional, but cold reset must still be enabled for the production
variant.

Patch 1 allows per-board default reset override.
Patch 2 adds `reset -c` support to explicitly trigger cold reset.
Patch 3 adds reset type printout on the console.
Patch 4 introduces a small fixup for the x86 reset driver.
Patch 5 updates documentation for reset command.
Patch 6 updates reset command tests.

Denis Mukhin (6):
  reset: Allow per-board reset type
  reset: Add explicit cold reset support
  reset: Print reset type on diagnostic console
  reset: x86: Use cpu_hlt() in pch_sysreset_power_off()
  docs: reset: document cold reset option
  tests: reset: add cold/warm reset types

 cmd/boot.c                         |  3 +-
 doc/usage/cmd/reset.rst            |  8 +++++
 drivers/sysreset/Kconfig           | 31 ++++++++++++++++++
 drivers/sysreset/sysreset-uclass.c | 50 +++++++++++++++++++++++++++---
 drivers/sysreset/sysreset_x86.c    |  5 +--
 test/py/tests/test_reset.py        |  8 ++---
 test/py/u_boot_boardenv_sandbox.py |  3 ++
 7 files changed, 97 insertions(+), 11 deletions(-)
 create mode 100644 test/py/u_boot_boardenv_sandbox.py

-- 
2.54.0


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

end of thread, other threads:[~2026-05-28  0:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-27 23:13 [PATCH v2 0/6] reset: add board reset type dmukhin
2026-05-27 23:13 ` [PATCH v2 1/6] reset: Allow per-board " dmukhin
2026-05-27 23:13 ` [PATCH v2 2/6] reset: Add explicit cold reset support dmukhin
2026-05-27 23:13 ` [PATCH v2 3/6] reset: Print reset type on diagnostic console dmukhin
2026-05-27 23:13 ` [PATCH v2 4/6] reset: x86: Use cpu_hlt() in pch_sysreset_power_off() dmukhin
2026-05-27 23:13 ` [PATCH v2 5/6] docs: reset: document cold reset option dmukhin
2026-05-27 23:13 ` [PATCH v2 6/6] tests: reset: add cold/warm reset types dmukhin
2026-05-27 23:47   ` Tom Rini
2026-05-28  0:02     ` dmukhin

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.