On Sat, 2020-01-04 at 23:07 +0300, Maxim Uvarov wrote:
> Linux kernel can be compiled as UEFI stub and loaded directly
> with UEFI firmware without grub or other UEFI shell.
>
> Tested with wic file:
> bootloader --ptable gpt --timeout=0 --append="rootwait"
> part /boot --source bootimg-efi --sourceparams="loader=kernel" \
> --ondisk sda --fstype=vfat --label bootfs \
> --active --align 1024 --use-uuid
> part / --source rootfs --fstype=ext4 --label rootfs \
> --align 1024 --exclude-path boot/ --use-label
> The same wic file for armv7, armv8 and x86_64.
>
> Signed-off-by: Maxim Uvarov <[email protected]>
> ---
> scripts/lib/wic/plugins/source/bootimg-efi.py | 27
> +++++++++++++++++++
> 1 file changed, 27 insertions(+)
wic has fairly complete tests, do we need to add a test for the new
functionality?
("oe-selftest -r wic")
Cheers,
Richard
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core