mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
cmd: boot: Add '-edl' option to reset command documentation
Add help text about '-edl' option to reset command definition and related documentation. Reviewed-by: Casey Connolly <casey.connolly@linaro.org> Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com> Signed-off-by: Varadarajan Narayanan <varadarajan.narayanan@oss.qualcomm.com> Link: https://patch.msgid.link/20260121063920.1500293-5-varadarajan.narayanan@oss.qualcomm.com Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
This commit is contained in:
committed by
Casey Connolly
parent
32825eaddc
commit
ef06c5d76f
@@ -60,6 +60,9 @@ U_BOOT_CMD(
|
|||||||
reset, 2, 0, do_reset,
|
reset, 2, 0, do_reset,
|
||||||
"Perform RESET of the CPU",
|
"Perform RESET of the CPU",
|
||||||
"- cold boot without level specifier\n"
|
"- cold boot without level specifier\n"
|
||||||
|
#ifdef CONFIG_SYSRESET_QCOM_PSCI
|
||||||
|
"reset -edl - Boot to Emergency DownLoad mode\n"
|
||||||
|
#endif
|
||||||
"reset -w - warm reset if implemented"
|
"reset -w - warm reset if implemented"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ DDR and peripherals, on some boards also resets external PMIC.
|
|||||||
-w
|
-w
|
||||||
Do warm WARM, reset CPU but keep peripheral/DDR/PMIC active.
|
Do warm WARM, reset CPU but keep peripheral/DDR/PMIC active.
|
||||||
|
|
||||||
|
-edl
|
||||||
|
Boot to Emergency DownLoad mode on supported Qualcomm platforms.
|
||||||
|
|
||||||
Return value
|
Return value
|
||||||
------------
|
------------
|
||||||
|
|||||||
Reference in New Issue
Block a user