mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	Add the description of CLI commands to the generated index. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
		
			
				
	
	
		
			30 lines
		
	
	
		
			450 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			450 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.
 | |
| 
 | |
| 
 | |
| Return value
 | |
| ------------
 | |
| 
 | |
| The return value $? is always set to 0 (true).
 |