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

Reply via email to