mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	Commit ad7061ed742e ("doc: Move device tree bindings documentation to
 doc/device-tree-bindings") moved all device tree binding documentation
to doc/device-tree-bindings directory.
The current U-Boot project still have two documentation directories:
- doc/
- Documentation/
Move all documentation and sphinx files to doc directory so all content
can be in a common place.
Signed-off-by: Breno Lima <breno.lima@nxp.com>
		
	
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			351 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			351 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. SPDX-License-Identifier: GPL-2.0+
 | |
| 
 | |
| EFI subsystem
 | |
| =============
 | |
| 
 | |
| Boot services
 | |
| -------------
 | |
| 
 | |
| .. kernel-doc:: lib/efi_loader/efi_boottime.c
 | |
|    :internal:
 | |
| 
 | |
| Image relocation
 | |
| ~~~~~~~~~~~~~~~~
 | |
| 
 | |
| .. kernel-doc:: lib/efi_loader/efi_image_loader.c
 | |
|    :internal:
 | |
| 
 | |
| Runtime services
 | |
| ----------------
 | |
| 
 | |
| .. kernel-doc:: lib/efi_loader/efi_runtime.c
 | |
|    :internal:
 |