summaryrefslogtreecommitdiff
path: root/configs/j721s2_evm_a72_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_a72: 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. Add k3-am68-sk-base-board dtb along with evm dtb inside DTB FIT image. This helps to use same defconfig for both EVM and SK Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
2022-06-02configs: j721s2_evm_a72_defconfig: fix the bootcmdJayesh Choudhary
Remove the main_cpsw0_qsgmii_phyinit variable from the boot command as there is no ethernet firmware in j721s2. Fixes: 637845e3c76 ('configs: j721s2_evm_a72_defconfig: Add A72 specific defconfig') Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
2022-02-10configs: j721s2_evm_a72_defconfig: Fix the Product ID used by USBAswath Govindraju
Fix the Product ID used by the USB driver. Fixes: 33008be54b8d ("configs: j721s2_evm_a72_defconfig: Add A72 specific defconfig") Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
2021-12-15configs: j721s2_evm_a72_defconfig: Add A72 specific defconfigDavid Huang
Enable A72 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>