Re: [edk2-devel] [PATCH v3 4/6] OvmfPkg: add the 'initrd' dynamic shell command

2020-02-27 Thread Ard Biesheuvel
On Thu, 27 Feb 2020 at 12:07, Laszlo Ersek wrote: > > On 02/26/20 20:43, Ard Biesheuvel wrote: > > Add the 'initrd' dynamic shell command to the build so we can load > > Linux initrds straight from the shell using the new generic protocol, > > which does not rely on initrd= being passed on the com

Re: [edk2-devel] [PATCH v3 4/6] OvmfPkg: add the 'initrd' dynamic shell command

2020-02-27 Thread Laszlo Ersek
On 02/26/20 20:43, Ard Biesheuvel wrote: > Add the 'initrd' dynamic shell command to the build so we can load > Linux initrds straight from the shell using the new generic protocol, > which does not rely on initrd= being passed on the command line. > > Signed-off-by: Ard Biesheuvel > Reviewed-by:

[edk2-devel] [PATCH v3 4/6] OvmfPkg: add the 'initrd' dynamic shell command

2020-02-26 Thread Ard Biesheuvel
Add the 'initrd' dynamic shell command to the build so we can load Linux initrds straight from the shell using the new generic protocol, which does not rely on initrd= being passed on the command line. Signed-off-by: Ard Biesheuvel Reviewed-by: Laszlo Ersek --- OvmfPkg/OvmfPkgIa32.dsc| 4 ++