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

2022-06-24 Thread AKASHI Takahiro
On Wed, May 11, 2022 at 10:55:40AM +0100, 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. I'm not sure what your use case looks like, but even the current

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

2022-06-23 Thread Tom Rini
On Wed, May 11, 2022 at 10:55:40AM +0100, 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

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

2022-05-11 Thread Tom Rini
On Wed, May 11, 2022 at 10:55:40AM +0100, 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

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

2022-05-11 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