Early Boot of remotecores happens at the SPL stage of the bootloader. This feature involves loading a firmware from the boot media to the remotecore and requires the remoteproc, fs_loader and reset drivers at the SPL stage. Enable the configs for the same.
Signed-off-by: Beleswar Padhi <b-pa...@ti.com> --- configs/am57xx_hs_evm_defconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configs/am57xx_hs_evm_defconfig b/configs/am57xx_hs_evm_defconfig index 8d94b3ebf3d..6ad8f9bb23e 100644 --- a/configs/am57xx_hs_evm_defconfig +++ b/configs/am57xx_hs_evm_defconfig @@ -11,6 +11,8 @@ CONFIG_TI_SECURE_EMIF_REGION_START=0xbdb00000 CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE=0x02000000 CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE=0x01c00000 CONFIG_TARGET_AM57XX_EVM=y +CONFIG_DM_RESET=y +CONFIG_SPL_DRIVERS_MISC=y CONFIG_SYS_BOOTM_LEN=0x4000000 CONFIG_SPL=y CONFIG_SPL_SPI_FLASH_SUPPORT=y @@ -36,6 +38,8 @@ CONFIG_SPL_DMA=y CONFIG_SPL_FS_LOAD_PAYLOAD_NAME="u-boot.img" # CONFIG_SPL_NAND_SUPPORT is not set CONFIG_SPL_DM_SPI_FLASH=y +CONFIG_SPL_DM_RESET=y +CONFIG_SPL_REMOTEPROC=y CONFIG_SPL_SPI_LOAD=y CONFIG_SYS_SPI_U_BOOT_OFFS=0x40000 CONFIG_SPL_YMODEM_SUPPORT=y @@ -77,6 +81,7 @@ CONFIG_FASTBOOT_CMD_OEM_FORMAT=y CONFIG_DM_I2C=y CONFIG_MISC=y CONFIG_SYS_I2C_EEPROM_ADDR=0x50 +CONFIG_SPL_FS_LOADER=y CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_MMC_OMAP_HS=y CONFIG_HSMMC2_8BIT=y @@ -95,6 +100,8 @@ CONFIG_PMIC_PALMAS=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_PALMAS=y CONFIG_PALMAS_POWER=y +CONFIG_REMOTEPROC_TI_IPU=y +CONFIG_RESET_DRA7=y CONFIG_DM_SERIAL=y CONFIG_SPI=y CONFIG_DM_SPI=y -- 2.34.1