]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit6346dfd543ba15411d1fb528575eb8574fe99230
tree9e32a7ab229d54f47a3dcdb0f50914554d6030a0
parent0e4765909454127d3de815111b2544107abe5ac5
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]