mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
22353fa6b5
We need to support a basic set of filesystems for booting to work in most cases. Add these in via a new option, letting the board disable them individually (for space reasons) if desired. This enables the filesystem commands as well as the actual functionality, even though bootstd is quite happy to use ext4 without the ext4 command. Further work would be needed to disintangle this and reduce code size. Add several other options as well, providing sensible defaults. We cannot enable this by default, since it expands the size of many boards quite a lot. Signed-off-by: Simon Glass <sjg@chromium.org>
39 lines
1,018 B
Text
39 lines
1,018 B
Text
CONFIG_TEXT_BASE=0
|
|
CONFIG_SYS_MALLOC_LEN=0x2000000
|
|
CONFIG_ENV_SIZE=0x2000
|
|
CONFIG_DEFAULT_DEVICE_TREE="sandbox"
|
|
CONFIG_SYS_LOAD_ADDR=0x0
|
|
# CONFIG_SANDBOX_SDL is not set
|
|
CONFIG_ANDROID_BOOT_IMAGE=y
|
|
CONFIG_FIT=y
|
|
CONFIG_TIMESTAMP=y
|
|
CONFIG_FIT_SIGNATURE=y
|
|
# CONFIG_BOOTSTD_FULL is not set
|
|
# CONFIG_BOOTMETH_VBE is not set
|
|
CONFIG_USE_BOOTCOMMAND=y
|
|
CONFIG_BOOTCOMMAND="run distro_bootcmd"
|
|
# CONFIG_AVB_VERIFY is not set
|
|
# 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_CMD_DATE is not set
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
# CONFIG_NET is not set
|
|
# CONFIG_ACPIGEN is not set
|
|
CONFIG_AXI=y
|
|
CONFIG_AXI_SANDBOX=y
|
|
CONFIG_SANDBOX_GPIO=y
|
|
CONFIG_PCI=y
|
|
CONFIG_PCI_SANDBOX=y
|
|
CONFIG_DM_RTC=y
|
|
CONFIG_SOUND=y
|
|
CONFIG_SYSRESET=y
|
|
CONFIG_TIMER=y
|
|
# CONFIG_VIRTIO_MMIO is not set
|
|
# CONFIG_VIRTIO_PCI is not set
|
|
# CONFIG_VIRTIO_SANDBOX is not set
|
|
# CONFIG_GENERATE_ACPI_TABLE is not set
|
|
# CONFIG_EFI_LOADER is not set
|
|
CONFIG_TOOLS_MKEFICAPSULE=y
|