summaryrefslogtreecommitdiffstats
path: root/doc/usage/reset.rst
blob: 384d5d60f81fdf0eeca1d56ae1af9e14e46ea02e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.. SPDX-License-Identifier: GPL-2.0+

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.


Return value
------------

The return value $? is always set to 0 (true).