Now that we can support a separate devicetree, enable this for the EFI-app builds. Drop the Makefile-warning exception since we don't need it anymore. Series-to: u-boot Cover-letter: efi: Minor tweaks to the EFI app This little series adjusts a few things related to the app: - Support OF_SEPARATE with 32-bit app - Use OF_SEPARATE now that it is actually functional - Fix a bad symbol name for the dtb With these the apps both seem to function OK, and OF_EMBED is not needed anymore. END Signed-off-by: Simon Glass <sjg@chromium.org>
42 lines
1023 B
Plaintext
42 lines
1023 B
Plaintext
CONFIG_X86=y
|
|
CONFIG_NR_DRAM_BANKS=8
|
|
CONFIG_ENV_SIZE=0x1000
|
|
CONFIG_DEFAULT_DEVICE_TREE="efi-x86_app"
|
|
CONFIG_DEBUG_UART_BASE=0x0
|
|
CONFIG_DEBUG_UART_CLOCK=0
|
|
CONFIG_VENDOR_EFI=y
|
|
CONFIG_TARGET_EFI_APP32=y
|
|
CONFIG_DEBUG_UART=y
|
|
CONFIG_EFI=y
|
|
CONFIG_FIT=y
|
|
# CONFIG_BOOTSTD is not set
|
|
CONFIG_SHOW_BOOT_PROGRESS=y
|
|
CONFIG_USE_BOOTARGS=y
|
|
CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro"
|
|
CONFIG_USE_BOOTCOMMAND=y
|
|
CONFIG_BOOTCOMMAND="ext2load scsi 0:3 01000000 /boot/vmlinuz; zboot 01000000"
|
|
CONFIG_SYS_PBSIZE=532
|
|
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
|
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_CMD_BOOTZ=y
|
|
CONFIG_CMD_PART=y
|
|
# CONFIG_CMD_SCSI is not set
|
|
CONFIG_CMD_TIME=y
|
|
CONFIG_CMD_EXT2=y
|
|
CONFIG_CMD_EXT4=y
|
|
CONFIG_CMD_EXT4_WRITE=y
|
|
CONFIG_CMD_FAT=y
|
|
CONFIG_CMD_FS_GENERIC=y
|
|
CONFIG_MAC_PARTITION=y
|
|
CONFIG_ISO_PARTITION=y
|
|
CONFIG_EFI_PARTITION=y
|
|
CONFIG_ENV_OVERWRITE=y
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_USE_BOOTFILE=y
|
|
CONFIG_BOOTFILE="bzImage"
|
|
CONFIG_NO_NET=y
|
|
CONFIG_REGMAP=y
|
|
CONFIG_SYSCON=y
|
|
# CONFIG_GZIP is not set
|