]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: Move beagleplay under beagle vendor folder
authorNishanth Menon <nm@ti.com>
Sat, 4 Nov 2023 08:01:35 +0000 (03:01 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Nov 2023 18:22:01 +0000 (13:22 -0500)
commit73e88a901061cf4deb17fc7e9e18a1e02475a190
tree7bb3c9c0086e5fbf97e1987e6aed3aba107f3fd4
parent2969ed31b893a117de7ec98fe7337e6e71cbaa55
board: Move beagleplay under beagle vendor folder

Move beagleplay support away from ti/am62x to it's own beagle vendor
folder.

This forms the starting point for new beagle platforms added under it's
own board vendor folder.

As part of this create all the associated files with a bare minimum
beagleplay.c file.

Suggested-by: Andrew Davis <afd@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
[trini: Update k3-binman.dtsi to use full path to scheme.yaml now]
Signed-off-by: Tom Rini <trini@konsulko.com>
14 files changed:
arch/arm/dts/k3-binman.dtsi
arch/arm/mach-k3/am62x/Kconfig
board/beagle/beagleplay/Kconfig [new file with mode: 0644]
board/beagle/beagleplay/MAINTAINERS [new file with mode: 0644]
board/beagle/beagleplay/Makefile [new file with mode: 0644]
board/beagle/beagleplay/beagleplay.c [new file with mode: 0644]
board/beagle/beagleplay/beagleplay.env [moved from board/ti/am62x/beagleplay.env with 100% similarity]
board/beagle/beagleplay/board-cfg.yaml [new file with mode: 0644]
board/beagle/beagleplay/pm-cfg.yaml [new file with mode: 0644]
board/beagle/beagleplay/rm-cfg.yaml [new file with mode: 0644]
board/beagle/beagleplay/sec-cfg.yaml [new file with mode: 0644]
board/ti/am62x/MAINTAINERS
configs/am62x_beagleplay_a53_defconfig
configs/am62x_beagleplay_r5_defconfig