Other Parts Discussed in Thread: PCF8575
Hi!
I about am572x.
AM572x Industrial Development Kit (IDK)
SDK ti-processor-sdk-linux-rt-am57xx-evm-06.03.00.106
In sdk 6.03 there are u-boot version 2019.01.
Acording to the:
processors.wiki.ti.com/.../Early_Boot_and_Late_Attach_in_Linux
I have to download and install patch from:
processors.wiki.ti.com/.../File:0001-u-boot-configs-Enable-configs-for-Early-boot-support.zip
But acording to the content patch, theere are patch for dra7xx_evm:
From 5417b56cda4fc9f2e30a7b012670ac8dc695ecb6 Mon Sep 17 00:00:00 2001
From: Ramprasad N <x0038811@ti.com>
Date: Wed, 23 Oct 2019 12:10:03 +0530
Subject: [PATCH] u-boot: configs: Enable configs for Early boot support
Enable configurations for Early boot for IPU1, IPU2,
DSP1 and DSP2 remoteproc cores.
SPL loads the remoteproc firmwares with this support
Signed-off-by: Ramprasad N <x0038811@ti.com>
---
configs/dra7xx_evm_defconfig | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index 1c1f4fd..57cb82c 100644
--- a/configs/dra7xx_evm_defconfig
+++ b/configs/dra7xx_evm_defconfig
@@ -28,7 +28,9 @@ CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_SEPARATE_BSS=y
CONFIG_SPL_DMA=y
CONFIG_SPL_OS_BOOT=y
+CONFIG_SPL_DM_RESET=y
CONFIG_SPL_RAM_SUPPORT=y
+CONFIG_SPL_REMOTEPROC=y
CONFIG_SPL_SPI_LOAD=y
CONFIG_SPL_USB_GADGET=y
CONFIG_SPL_DFU=y
@@ -70,6 +72,8 @@ CONFIG_DM_GPIO=y
CONFIG_PCF8575_GPIO=y
CONFIG_DM_I2C=y
CONFIG_MISC=y
+CONFIG_FS_LOADER=y
+CONFIG_LZO=y
CONFIG_DM_MMC=y
CONFIG_MMC_IO_VOLTAGE=y
CONFIG_MMC_UHS_SUPPORT=y
@@ -95,6 +99,10 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_DM_REGULATOR_PALMAS=y
CONFIG_DM_REGULATOR_LP873X=y
+CONFIG_REMOTEPROC_TI_IPU=y
+CONFIG_REMOTEPROC_TI_DSP=y
+CONFIG_DM_RESET=y
+CONFIG_RESET_DRA7=y
CONFIG_DM_SCSI=y
CONFIG_DM_SERIAL=y
CONFIG_SPI=y
--
1.9.1
But I need patch for am572x.
Please help.
