arm: SC589-MINI initial support

Adds support for Analog Devices' SC589-MINI board. Includes:
- Board specific configs in mach-sc5xx/Kconfig
- Board-specific Kconfig and environment in board/adi/

Signed-off-by: Oliver Gaskell <Oliver.Gaskell@analog.com>
This commit is contained in:
Oliver Gaskell
2024-09-12 16:51:00 +01:00
committed by Tom Rini
parent 03ef0adceb
commit 0370f30619
4 changed files with 135 additions and 1 deletions

View File

@@ -648,7 +648,7 @@ config TEXT_BASE
default 0x96000000 if ARCH_SC5XX && SC59X_64
default 0xB2200000 if ARCH_SC5XX && SC59X
default 0x89200000 if ARCH_SC5XX && TARGET_SC584_EZKIT
default 0xC2200000 if ARCH_SC5XX && TARGET_SC589_EZKIT
default 0xC2200000 if ARCH_SC5XX && (TARGET_SC589_EZKIT || TARGET_SC589_MINI)
hex "Text Base"
help
The address in memory that U-Boot will be copied and executed from