1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-06 19:22:11 +02:00
Files
u-boot-megous/lib/efi_loader
Rui Miguel Silva bfef72e4dd cmd: load: add load command for memory mapped
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>
2022-06-22 11:35:47 -04:00
..
2022-01-19 18:11:34 +01:00
2022-02-03 12:16:01 -05:00
2022-02-03 12:16:01 -05:00
2022-02-03 12:16:01 -05:00
2022-02-03 12:16:01 -05:00
2022-05-07 23:17:26 +02:00