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 ++--- 6 files changed, 94 insertions(+), 11 deletions(-) -- 2.54.0

