summaryrefslogtreecommitdiff
path: root/configs/j7200_evm_a72_defconfig
AgeCommit message (Collapse)AuthorFilesLines
2020-09-15configs: j7200_evm_a72: Enhance bootcmd to start remoteprocsSuman Anna1-1/+1
The A72 U-boot can support early booting of any of the Main or MCU R5F remote processors from U-boot prompt to achieve various system usecases before booting the Linux kernel. Update the default BOOTCOMMAND to provide an automatic and easier way to start various remote processors through added environment variables. Signed-off-by: Suman Anna <s-anna@ti.com>
2020-09-15configs: j7200_evm_a72: Enable R5F remoteproc driverSuman Anna1-0/+2
The J7200 SoCs has two R5F sub-systems. Enable the TI K3 R5F remoteproc driver and the remoteproc command options to allow these R5F processors to be booted from A72 U-Boot. The Kconfigs are added using savedefconfig. Signed-off-by: Suman Anna <s-anna@ti.com>
2020-09-15configs: j7200_evm_*_defconfig: Enable HyperFlash boot related configsVignesh Raghavendra1-0/+3
Enable configs required to support HyperFlash boot and detection of onboard mux switch for HyperFlash selection Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
2020-08-27configs: Resync with savedefconfigTom Rini1-1/+1
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
2020-08-11configs: j7200_evm_a72: Add Initial supportLokesh Vutla1-0/+173
Add initial A72 defconfig support. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>