Re: [PATCH 5/8] arm: mach-k3: introduce basic files to support the am62a

2022-12-09 Thread Tom Rini
On Thu, Nov 03, 2022 at 07:13:55PM -0500, Bryan Brattlof wrote: > Introduce the mach-k3 files needed to properly boot TI's am62a SoC > family of devices > > Signed-off-by: Bryan Brattlof Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 5/8] arm: mach-k3: introduce basic files to support the am62a

2022-11-03 Thread Bryan Brattlof
Introduce the mach-k3 files needed to properly boot TI's am62a SoC family of devices Signed-off-by: Bryan Brattlof --- arch/arm/mach-k3/Kconfig | 14 +- arch/arm/mach-k3/Makefile | 2 + arch/arm/mach-k3/am62a7_init.c| 250 ++