Re: [PATCH 1/2] cmd: load: add load command for memory mapped

2022-03-23 Thread Tom Rini
On Tue, Mar 22, 2022 at 10:41:17AM +, Rui Miguel Silva wrote: > 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 t

[PATCH 1/2] cmd: load: add load command for memory mapped

2022-03-22 Thread Rui Miguel Silva
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