blob: 384d5d60f81fdf0eeca1d56ae1af9e14e46ea02e [file] [log] [blame]
Igor Opaniuk1aa2a742021-04-01 02:01:56 +03001.. SPDX-License-Identifier: GPL-2.0+
2
3reset command
4=============
5
6Synopsis
7--------
8
9::
10
11 reset [-w]
12
13Description
14-----------
15
16Perform reset of the CPU. By default does COLD reset, which resets CPU,
17DDR and peripherals, on some boards also resets external PMIC.
18
19-w
20 Do warm WARM, reset CPU but keep peripheral/DDR/PMIC active.
21
22
23Return value
24------------
25
26The return value $? is always set to 0 (true).