OF_HOSTFILE is used on sandbox configs only. Although it's pretty unique and not causing any confusions, we are better of having simpler config options for the DTB. So let's replace that with the existing OF_BOARD. U-Boot would then have only three config options for the DTB origin. - OF_SEPARATE, build separately from U-Boot - OF_BOARD, board specific way of providing the DTB - OF_EMBED embedded in the u-boot binary(should not be used in production Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
39 lines
984 B
Plaintext
39 lines
984 B
Plaintext
CONFIG_SYS_TEXT_BASE=0
|
|
CONFIG_ENV_SIZE=0x2000
|
|
CONFIG_SYS_MALLOC_LEN=0x2000000
|
|
CONFIG_DEFAULT_DEVICE_TREE="sandbox"
|
|
CONFIG_SYS_LOAD_ADDR=0x0
|
|
CONFIG_ANDROID_BOOT_IMAGE=y
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_SIGNATURE=y
|
|
CONFIG_MISC_INIT_F=y
|
|
CONFIG_AVB_BUF_ADDR=0x0
|
|
CONFIG_AVB_BUF_SIZE=0x8192
|
|
# CONFIG_CMD_BOOTD is not set
|
|
# CONFIG_CMD_BOOTM is not set
|
|
# CONFIG_CMD_ELF is not set
|
|
# CONFIG_CMD_EXTENSION is not set
|
|
CONFIG_BOOTP_DNS2=y
|
|
# CONFIG_CMD_DATE is not set
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_BOOTP_SEND_HOSTNAME=y
|
|
CONFIG_IP_DEFRAG=y
|
|
# CONFIG_ACPIGEN is not set
|
|
CONFIG_AXI=y
|
|
CONFIG_AXI_SANDBOX=y
|
|
# CONFIG_UDP_FUNCTION_FASTBOOT is not set
|
|
CONFIG_SANDBOX_GPIO=y
|
|
CONFIG_PCI=y
|
|
CONFIG_PCI_SANDBOX=y
|
|
CONFIG_DM_RTC=y
|
|
CONFIG_SOUND=y
|
|
CONFIG_SYSRESET=y
|
|
# CONFIG_VIRTIO_MMIO is not set
|
|
# CONFIG_VIRTIO_PCI is not set
|
|
# CONFIG_VIRTIO_SANDBOX is not set
|
|
CONFIG_EFI_CAPSULE_ON_DISK=y
|
|
CONFIG_EFI_CAPSULE_FIRMWARE_FIT=y
|
|
CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
|
|
CONFIG_EFI_CAPSULE_AUTHENTICATE=y
|