]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd: boot: Add '-edl' option to reset command documentation
authorVaradarajan Narayanan <varadarajan.narayanan@oss.qualcomm.com>
Wed, 21 Jan 2026 06:39:19 +0000 (12:09 +0530)
committerCasey Connolly <casey.connolly@linaro.org>
Mon, 27 Apr 2026 10:38:44 +0000 (12:38 +0200)
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>
cmd/boot.c
doc/usage/cmd/reset.rst

index 23496cafdf5cbd4cd0e218d823491edbdb215375..d80f9d8c05ddbcc5c8d6774fc49815d8817f70d9 100644 (file)
@@ -60,6 +60,9 @@ U_BOOT_CMD(
        reset, 2, 0,    do_reset,
        "Perform RESET of the CPU",
        "- 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"
 );
 
index 126db21cdb816d4958f230b7edc6cb10d938b340..366b17eea166329b44cffba4033d20e1643ffb83 100644 (file)
@@ -22,6 +22,8 @@ DDR and peripherals, on some boards also resets external PMIC.
 -w
     Do warm WARM, reset CPU but keep peripheral/DDR/PMIC active.
 
+-edl
+    Boot to Emergency DownLoad mode on supported Qualcomm platforms.
 
 Return value
 ------------