]> git.baikalelectronics.ru Git - uboot.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)
commit4bff8b6f0b695fce3a7d190dca1217cdc5a607f9
treeaec3d2fd07068fbd77a1b85e0fde9e6f68bb6193
parenta7153178fd58f1d4c0ce03450458cc0c5fac1c1d
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]