Re: [edk2-devel] [PATCH 1/1] EmbeddedPkg: Add LoadFile2 for linux initrd

2021-09-01 Thread Marvin Häuser
Good day Jeff, On 01/09/2021 00:48, Jeff Brasen via groups.io wrote: Add support under a pcd feature for using the new interface to pass initrd to the linux kernel. Signed-off-by: Jeff Brasen --- EmbeddedPkg/EmbeddedPkg.dec | 1 + .../AndroidBootImgLib/AndroidBootImgLib.

Re: [edk2-devel] [PATCH 1/1] EmbeddedPkg: Add LoadFile2 for linux initrd

2021-09-01 Thread Ard Biesheuvel
Hi Jeff, On Wed, 1 Sept 2021 at 00:48, Jeff Brasen wrote: > > Add support under a pcd feature for using the new interface to pass > initrd to the linux kernel. > > Signed-off-by: Jeff Brasen > --- > EmbeddedPkg/EmbeddedPkg.dec | 1 + > .../AndroidBootImgLib/AndroidBootImgLib

[edk2-devel] [PATCH 1/1] EmbeddedPkg: Add LoadFile2 for linux initrd

2021-08-31 Thread Jeff Brasen via groups.io
Add support under a pcd feature for using the new interface to pass initrd to the linux kernel. Signed-off-by: Jeff Brasen --- EmbeddedPkg/EmbeddedPkg.dec | 1 + .../AndroidBootImgLib/AndroidBootImgLib.inf | 3 + .../AndroidBootImgLib/AndroidBootImgLib.c | 147 +++