]> git.baikalelectronics.ru Git - uboot.git/commit
board: ti: am654: a53: Add initial support for am654
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 27 Aug 2018 10:29:06 +0000 (15:59 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 11 Sep 2018 12:32:55 +0000 (08:32 -0400)
commit79c7c23cb293140f3cd26bc7f8d2ddd393268feb
tree7ce192d48b230b5a9fac6717a1fc989b9e46d3cc
parent4d2bf7ff1be8554800a2982538316500018cd207
board: ti: am654: a53: Add initial support for am654

Add initial support for AM654 based EVM running on A53. Enable
4GB of DDR available on the EVM so that kernel DTB file
can be updated accordingly.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
[Andreas: Added 4GB ddr support]
Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
arch/arm/mach-k3/Kconfig
board/ti/am65x/Kconfig [new file with mode: 0644]
board/ti/am65x/MAINTAINERS [new file with mode: 0644]
board/ti/am65x/Makefile [new file with mode: 0644]
board/ti/am65x/README [new file with mode: 0644]
board/ti/am65x/evm.c [new file with mode: 0644]
include/configs/am65x_evm.h [new file with mode: 0644]