]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ti: Introduce the basic files to support AM62 SK board
authorSuman Anna <s-anna@ti.com>
Wed, 25 May 2022 08:08:47 +0000 (13:38 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 10 Jun 2022 17:37:33 +0000 (13:37 -0400)
commit900349b7ddb4dfa80378d4ab69d0c2e8cc136309
treeaec3d2fd07068fbd77a1b85e0fde9e6f68bb6193
parent1b2f4697c0d9afde132c3891b086e33e3f00fa66
board: ti: Introduce the basic files to support AM62 SK board

Add basic support for AM62 SK. This has 2GB DDR.
Note that stack for R5 SPL is in OCRAM @ 0x7000ffff so that is away from
BSS and does not step on BSS section

Add only the bare minimum required to support UART and SD.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-k3/Kconfig
board/ti/am62x/Kconfig [new file with mode: 0644]
board/ti/am62x/Makefile [new file with mode: 0644]
board/ti/am62x/evm.c [new file with mode: 0644]