]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ti: j784s4: Add board support for J784S4 EVM
authorApurva Nandan <a-nandan@ti.com>
Fri, 23 Feb 2024 20:21:46 +0000 (01:51 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 4 Mar 2024 18:41:03 +0000 (13:41 -0500)
commitde5ef5d3b7d1bf5b678593da93def9ccf617cc83
tree4fad1a6ee5d785dc2c08333db6675307f597c41f
parent691dfbed07fae3ce41559bb12c112f65bb15a70b
board: ti: j784s4: Add board support for J784S4 EVM

Add board files for J784S4 EVM.

SYS_DISABLE_DCACHE_OPS is selected in the Kconfig because
J784S4/AM69 are a coherent architecture at A72 level by
MSMC support.

Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Dasnavis Sabiya <sabiya.d@ti.com>
Signed-off-by: Apurva Nandan <a-nandan@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> # AM69-SK
arch/arm/mach-k3/Kconfig
arch/arm/mach-k3/j784s4/Kconfig [new file with mode: 0644]
board/ti/j784s4/Kconfig [new file with mode: 0644]
board/ti/j784s4/MAINTAINERS [new file with mode: 0644]
board/ti/j784s4/Makefile [new file with mode: 0644]
board/ti/j784s4/evm.c [new file with mode: 0644]
include/configs/j784s4_evm.h [new file with mode: 0644]