mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	cp.b is used a lot as a way to load binaries to memory and execute them, however we may need to integrate this with the efi subsystem to set it up as a bootdev. So, introduce a loadm command that will be consistent with the other loadX commands and will call the efi API's. ex: loadm $kernel_addr $kernel_addr_r $kernel_size with this a kernel with CONFIG_EFI_STUB enabled will be loaded and then subsequently booted with bootefi command. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> Reviewed-by: Tom Rini <trini@konsulko.com>
		
			
				
	
	
		
			74 lines
		
	
	
		
			868 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			74 lines
		
	
	
		
			868 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
Use U-Boot
 | 
						|
==========
 | 
						|
 | 
						|
.. toctree::
 | 
						|
   :maxdepth: 1
 | 
						|
 | 
						|
   dfu
 | 
						|
   environment
 | 
						|
   fdt_overlays
 | 
						|
   fit
 | 
						|
   netconsole
 | 
						|
   partitions
 | 
						|
   cmdline
 | 
						|
   semihosting
 | 
						|
 | 
						|
Shell commands
 | 
						|
--------------
 | 
						|
 | 
						|
.. toctree::
 | 
						|
   :maxdepth: 1
 | 
						|
 | 
						|
   cmd/acpi
 | 
						|
   cmd/addrmap
 | 
						|
   cmd/askenv
 | 
						|
   cmd/base
 | 
						|
   cmd/bootdev
 | 
						|
   cmd/bootefi
 | 
						|
   cmd/bootflow
 | 
						|
   cmd/booti
 | 
						|
   cmd/bootmenu
 | 
						|
   cmd/bootmeth
 | 
						|
   cmd/button
 | 
						|
   cmd/bootz
 | 
						|
   cmd/cbsysinfo
 | 
						|
   cmd/conitrace
 | 
						|
   cmd/echo
 | 
						|
   cmd/env
 | 
						|
   cmd/event
 | 
						|
   cmd/exception
 | 
						|
   cmd/extension
 | 
						|
   cmd/exit
 | 
						|
   cmd/false
 | 
						|
   cmd/fatinfo
 | 
						|
   cmd/fatload
 | 
						|
   cmd/for
 | 
						|
   cmd/load
 | 
						|
   cmd/loadm
 | 
						|
   cmd/loady
 | 
						|
   cmd/mbr
 | 
						|
   cmd/md
 | 
						|
   cmd/mmc
 | 
						|
   cmd/pinmux
 | 
						|
   cmd/printenv
 | 
						|
   cmd/pstore
 | 
						|
   cmd/qfw
 | 
						|
   cmd/reset
 | 
						|
   cmd/sbi
 | 
						|
   cmd/sf
 | 
						|
   cmd/scp03
 | 
						|
   cmd/setexpr
 | 
						|
   cmd/size
 | 
						|
   cmd/true
 | 
						|
   cmd/ums
 | 
						|
   cmd/wdt
 | 
						|
 | 
						|
Booting OS
 | 
						|
----------
 | 
						|
 | 
						|
.. toctree::
 | 
						|
   :maxdepth: 1
 | 
						|
 | 
						|
   os/plan9
 | 
						|
   os/vxworks
 |