summaryrefslogtreecommitdiff
path: root/configs/j721s2_evm_r5_defconfig
AgeCommit message (Collapse)Author
2023-02-09configs: j721s2_evm: Merge the GP and HS-FS defconfigsSinthu Raja
J721S2 supports both secure and non-secure devices, including HS-FS and GP devices. Update the default defconfig to include configuration for both GP and HS-FS. Because of runtime device type detection, both GP and HS-FS devices will continue to boot. Additionally, if TI_SECURE_DEV_PKG is not set the build emits warnings, the same shall be ignored for GP devices. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com> Acked-by: Manorit Chawdhry <m-chawdhry@ti.com>
2023-01-17configs: j721s2_evm: Enable configs to store env in MMC FAT partitionSinthu Raja
J721S2 EVM used to store env on eMMC, since EVM and SK uses same defconfig and there is no eMMC on SK, we need to keep env in an interface which available on both EVM and SK. So, save env in FAT partition of MMC SD Card. Enable defconfigs relevant for storing env on FAT partion of MMC. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
2023-01-17configs: j721s2_evm_r5: Enable support for building multiple dtbs into FITSinthu Raja
Enable configs for building multiple dtbs into a single fit image and load the right dtb for next stage. This will help to use same defconfig for both EVM and SK. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
2021-12-15configs: j721s2_evm_r5_defconfig: Add R5 SPL specific defconfigDavid Huang
Enable R5 SPL specific configs for J721S2. Signed-off-by: David Huang <d-huang@ti.com> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Hari Nagalla <hnagalla@ti.com>