sysreset: Support a hot reset

In some cases we may wish to return back to the program which started
U-Boot. Add the concept of a 'hot' reset, to support this.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-29 14:08:24 -06:00
parent a5f843f0f2
commit 9fdab58b86
6 changed files with 23 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ U_BOOT_CMD(
reset, 2, 0, do_reset,
"Perform RESET of the CPU",
"- cold boot without level specifier\n"
"reset -h - hotreset if implemented\n"
"reset -w - warm reset if implemented"
);