]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ti: Introduce basic board files for the J722S family
authorJayesh Choudhary <j-choudhary@ti.com>
Wed, 12 Jun 2024 09:11:19 +0000 (14:41 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 19 Jun 2024 18:07:44 +0000 (12:07 -0600)
commitf40e679963bcd3be54e769d7d78808906131fa5b
tree3bf4319d19673750a194b76644fd034a7dbfbc47
parent5e291ee34fd4dd1c17233c49455cd6adae8918c0
board: ti: Introduce basic board files for the J722S family

Introduce the basic files needed to support the TI J722S family of SoCs.

Co-developed-by: Vaishnav Achath <vaishnav.a@ti.com>
Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
board/ti/j722s/Kconfig [new file with mode: 0644]
board/ti/j722s/MAINTAINERS [new file with mode: 0644]
board/ti/j722s/Makefile [new file with mode: 0644]
board/ti/j722s/board-cfg.yaml [new file with mode: 0644]
board/ti/j722s/evm.c [new file with mode: 0644]
board/ti/j722s/j722s.env [new file with mode: 0644]
board/ti/j722s/pm-cfg.yaml [new file with mode: 0644]
board/ti/j722s/rm-cfg.yaml [new file with mode: 0644]
board/ti/j722s/sec-cfg.yaml [new file with mode: 0644]
board/ti/j722s/tifs-rm-cfg.yaml [new file with mode: 0644]