efi-x86_app64: Enable environment in FAT filesystem

Enable CONFIG_ENV_IS_IN_FAT to automatically load the environment from
the uboot.env file on the FAT filesystem. This makes the build-efi
script's --bootcmd option work correctly.

Series-to: concept
Cover-letter:
efi: Minor improvements to QEMU and build scripts
This series introduces a few improvements:
- passing a boot command to the EFI app
- FPDT support for EFI app
END

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-10-25 08:58:35 +01:00
parent 46b43a1658
commit f1e908f4a3

View File

@@ -30,6 +30,9 @@ CONFIG_CMD_TIME=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_MAC_PARTITION=y
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_FAT=y
CONFIG_ENV_FAT_INTERFACE="efi"
CONFIG_ENV_FAT_DEVICE_AND_PART="0:0"
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_USE_BOOTFILE=y
CONFIG_BOOTFILE="bzImage"