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

@@ -22,6 +22,9 @@ DDR and peripherals, on some boards also resets external PMIC.
-w
Do warm WARM, reset CPU but keep peripheral/DDR/PMIC active.
-h
Do a hot reset, if supported, which returns back to the program which
started U-Boot.
Return value
------------