From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- roms/u-boot/configs/bcm7445_defconfig | 39 +++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 roms/u-boot/configs/bcm7445_defconfig (limited to 'roms/u-boot/configs/bcm7445_defconfig') diff --git a/roms/u-boot/configs/bcm7445_defconfig b/roms/u-boot/configs/bcm7445_defconfig new file mode 100644 index 000000000..96e8da074 --- /dev/null +++ b/roms/u-boot/configs/bcm7445_defconfig @@ -0,0 +1,39 @@ +CONFIG_ARM=y +CONFIG_ARCH_BCMSTB=y +CONFIG_SYS_TEXT_BASE=0x80100000 +CONFIG_TARGET_BCM7445=y +CONFIG_NR_DRAM_BANKS=3 +CONFIG_ENV_SIZE=0x10000 +CONFIG_ENV_OFFSET=0x1E0000 +CONFIG_ENV_SECT_SIZE=0x10000 +CONFIG_ENV_OFFSET_REDUND=0x1F0000 +CONFIG_FIT=y +CONFIG_FIT_SIGNATURE=y +CONFIG_BOOTDELAY=1 +CONFIG_USE_PREBOOT=y +CONFIG_PREBOOT="fdt addr ${fdtcontroladdr};fdt move ${fdtcontroladdr} ${fdtsaveaddr};fdt addr ${fdtsaveaddr};" +CONFIG_BOARD_LATE_INIT=y +CONFIG_HUSH_PARSER=y +CONFIG_SYS_PROMPT="U-Boot>" +CONFIG_CMD_ASKENV=y +CONFIG_CMD_MMC=y +CONFIG_CMD_SF_TEST=y +CONFIG_CMD_SPI=y +CONFIG_CMD_CACHE=y +CONFIG_CMD_EXT2=y +CONFIG_CMD_EXT4=y +CONFIG_CMD_FS_GENERIC=y +CONFIG_OF_PRIOR_STAGE=y +CONFIG_ENV_OVERWRITE=y +CONFIG_ENV_IS_IN_SPI_FLASH=y +CONFIG_SYS_REDUNDAND_ENVIRONMENT=y +CONFIG_SYS_RELOC_GD_ENV_ADDR=y +# CONFIG_NET is not set +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_BCMSTB=y +CONFIG_MTD=y +CONFIG_DM_SPI_FLASH=y +CONFIG_SPI=y +CONFIG_DM_SPI=y +CONFIG_BCMSTB_SPI=y +# CONFIG_EFI_LOADER is not set -- cgit 1.2.3-korg