mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	Add the description of CLI commands to the generated index. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
		
			
				
	
	
		
			27 lines
		
	
	
		
			463 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			463 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. SPDX-License-Identifier: GPL-2.0+
 | |
| 
 | |
| .. index::
 | |
|    single: base (command)
 | |
| 
 | |
| base command
 | |
| ============
 | |
| 
 | |
| Synopsis
 | |
| --------
 | |
| 
 | |
| ::
 | |
| 
 | |
|     base [address]
 | |
| 
 | |
| Description
 | |
| -----------
 | |
| 
 | |
| The *base* command sets or displays the address offset used by the memory
 | |
| commands *cmp, cp, md, mdc, mm, ms, mw, mwc*.
 | |
| 
 | |
| All other commands ignore the address defined by *base*.
 | |
| 
 | |
| address
 | |
|     new base address as hexadecimal number. If no value is provided, the current
 | |
|     value is displayed.
 |