]> Git Repo - u-boot.git/commit
board: ti: introduce basic board files for the am62px family
authorBryan Brattlof <[email protected]>
Tue, 12 Mar 2024 20:20:25 +0000 (15:20 -0500)
committerTom Rini <[email protected]>
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 <[email protected]>
Signed-off-by: Hari Nagalla <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Signed-off-by: Bryan Brattlof <[email protected]>
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]
This page took 0.035465 seconds and 4 git commands to generate.