mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-16 00:03:24 +00:00
bfef72e4dd
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> |
||
---|---|---|
.. | ||
acpi.rst | ||
addrmap.rst | ||
askenv.rst | ||
base.rst | ||
bootdev.rst | ||
bootefi.rst | ||
bootflow.rst | ||
booti.rst | ||
bootmenu.rst | ||
bootmeth.rst | ||
bootz.rst | ||
button.rst | ||
cbsysinfo.rst | ||
conitrace.rst | ||
echo.rst | ||
env.rst | ||
event.rst | ||
exception.rst | ||
exit.rst | ||
extension.rst | ||
false.rst | ||
fatinfo.rst | ||
fatload.rst | ||
for.rst | ||
load.rst | ||
loadm.rst | ||
loady.rst | ||
mbr.rst | ||
md.rst | ||
mmc.rst | ||
pinmux.rst | ||
printenv.rst | ||
pstore.rst | ||
qfw.rst | ||
reset.rst | ||
sbi.rst | ||
scp03.rst | ||
setexpr.rst | ||
sf.rst | ||
size.rst | ||
true.rst | ||
ums.rst | ||
wdt.rst |