]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: ti: introduce basic board files for the am62px family
authorBryan Brattlof <bb@ti.com>
Tue, 12 Mar 2024 20:20:25 +0000 (15:20 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 13 Mar 2024 14:10:05 +0000 (10:10 -0400)
commit5d747f35c17d27599b76bef8d16563175027e8d3
treeb6393aada366a5e54798716af59b1c219b19c024
parent7f88327e949b8b79e2c32bcf6249fa049e6fd6e8
board: ti: introduce basic board files for the am62px family

Introduce the basic files needed to support the am62px family of SoCs

Co-developed-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
board/ti/am62px/Kconfig [new file with mode: 0644]
board/ti/am62px/MAINTAINERS [new file with mode: 0644]
board/ti/am62px/Makefile [new file with mode: 0644]
board/ti/am62px/am62px.env [new file with mode: 0644]
board/ti/am62px/board-cfg.yaml [new file with mode: 0644]
board/ti/am62px/evm.c [new file with mode: 0644]
board/ti/am62px/pm-cfg.yaml [new file with mode: 0644]
board/ti/am62px/rm-cfg.yaml [new file with mode: 0644]
board/ti/am62px/sec-cfg.yaml [new file with mode: 0644]
board/ti/am62px/tifs-rm-cfg.yaml [new file with mode: 0644]