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