All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] reset: add board reset type
@ 2026-05-22  1:23 dmukhin
  2026-05-22  1:23 ` [PATCH v1 1/4] reset: Allow per-board " dmukhin
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: dmukhin @ 2026-05-22  1:23 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.

Denis Mukhin (4):
  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()

 drivers/sysreset/sysreset-uclass.c | 32 ++++++++++++++++++++++++++----
 drivers/sysreset/sysreset_x86.c    |  6 ++++--
 include/sysreset.h                 |  7 +++++++
 3 files changed, 39 insertions(+), 6 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-05-27 19:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-22  1:23 [PATCH v1 0/4] reset: add board reset type dmukhin
2026-05-22  1:23 ` [PATCH v1 1/4] reset: Allow per-board " dmukhin
2026-05-25 15:28   ` Simon Glass
2026-05-27 19:56     ` dmukhin
2026-05-22  1:23 ` [PATCH v1 2/4] reset: Add explicit cold reset support dmukhin
2026-05-25 15:19   ` Simon Glass
2026-05-22  1:23 ` [PATCH v1 3/4] reset: Print reset type on diagnostic console dmukhin
2026-05-25 15:20   ` Simon Glass
2026-05-22  1:23 ` [PATCH v1 4/4] reset: x86: Use cpu_hlt() in pch_sysreset_power_off() dmukhin
2026-05-25 15:23   ` Simon Glass
2026-05-25 15:25 ` [v1,0/4] reset: add board reset type Simon Glass
2026-05-27 19:59   ` 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.