mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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>
32 lines
524 B
ReStructuredText
32 lines
524 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0+
|
|
|
|
.. index::
|
|
single: reset (command)
|
|
|
|
reset command
|
|
=============
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
::
|
|
|
|
reset [-w]
|
|
|
|
Description
|
|
-----------
|
|
|
|
Perform reset of the CPU. By default does COLD reset, which resets CPU,
|
|
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
|
|
------------
|
|
|
|
The return value $? is always set to 0 (true).
|