summaryrefslogtreecommitdiff
path: root/configs/j784s4_evm_a72_defconfig
AgeCommit message (Collapse)Author
2023-06-01configs: j784s4_evm_*_defconfig: Drop mtdparts and mtdidsVaishnav Achath
MTD subsystem has support for parsing partitions from device tree, thus drop the MTDPARTS configs, also for cadence QSPI, the REF_CLK is fetched from device tree thus remove that also from the configs Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
2023-05-31configs: Boot remote procs in boot cmdHari Nagalla
Run boot_procs in boot command to early boot all the remote processors. Signed-off-by: Hari Nagalla <hnagalla@ti.com>
2023-05-09configs: enable configs for J784S4 High Security EVMManorit Chawdhry
Add J784S4 High Security EVM defconfig. These configs are same as for the non-secure part, except for: CONFIG_TI_SECURE_DEVICE option set to 'y' CONFIG_FIT_SIGNATURE option set to 'y' CONFIG_BOOTCOMMAND option is changed to use fitImage '# CONFIG_CMD_SETEXPR is not set' is removed to allow fit booting Non-HS devices will continue to boot due to runtime device type detection. If TI_SECURE_DEV_PKG is not set the build will emit warnings, for non-HS devices these can be ignored. Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
2023-04-13board: ti: j784s4: Add board support for J784S4 SoCHari Nagalla
Add board support for J784S4 SoC. Signed-off-by: Hari Nagalla <hnagalla@ti.com>