mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
x86: efi-payload64: Add bootstd support
Enable bootstd support for U-Boot at VirtualBox described at https://source.denx.de/u-boot/u-boot/-/blob/master/doc/develop/bootstd.rst This is used to boot system images at Virtualbox via - distroboot (extlinux.conf) - boot script Signed-off-by: Thomas Mittelstaedt <thomas.mittelstaedt@bosch.com> Reviewed-by: Simon Glass <sjg@chromium.org> [Added 'efi-payload64' tag] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
c323921ba9
commit
fde0df92b5
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ CONFIG_VENDOR_EFI=y
|
|||
CONFIG_TARGET_EFI_PAYLOAD=y
|
||||
CONFIG_FIT=y
|
||||
CONFIG_FIT_SIGNATURE=y
|
||||
CONFIG_BOOTSTD_FULL=y
|
||||
CONFIG_LEGACY_IMAGE_FORMAT=y
|
||||
CONFIG_SHOW_BOOT_PROGRESS=y
|
||||
CONFIG_USE_BOOTARGS=y
|
||||
|
|
Loading…
Reference in a new issue