configs: Add configs for AM62x SK
authorVignesh Raghavendra <vigneshr@ti.com>
Wed, 25 May 2022 08:08:49 +0000 (13:38 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 10 Jun 2022 17:37:33 +0000 (13:37 -0400)
commit2d257d9279e3489d53464f3dbf55a02fda8911ce
tree9e32a7ab229d54f47a3dcdb0f50914554d6030a0
parent3e48d37f4862079b2e92707151960ff5f2d094aa
configs: Add configs for AM62x SK

Add am62x_evm_r5_defconfig for R5 SPL and am62x_evm_a53_defconfig for
A53 SPL and U-Boot support.

To keep the changes to minimum. Only UART And SD boot related configs
are included. This should serve as good starting point for new board
bringup with AM62x.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
[trini: Migrate a number of CONFIG symbols, have re-tested]
Tested-by: Georgi Vlaev <g-vlaev@ti.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
board/ti/am62x/MAINTAINERS [new file with mode: 0644]
configs/am62x_evm_a53_defconfig [new file with mode: 0644]
configs/am62x_evm_r5_defconfig [new file with mode: 0644]
include/configs/am62x_evm.h [new file with mode: 0644]