]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: SC589-EZKIT initial support
authorOliver Gaskell <Oliver.Gaskell@analog.com>
Thu, 12 Sep 2024 15:50:59 +0000 (16:50 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 3 Oct 2024 15:29:23 +0000 (09:29 -0600)
commit03ef0adcebcb548e5e4dc9a798227efaa1c16370
tree318c1ff017cb26e189d9939fe482ce6b05a74bf0
parent07735eee98aac467a8539eaa02c3c64c73dfe864
arm: SC589-EZKIT initial support

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

Signed-off-by: Oliver Gaskell <Oliver.Gaskell@analog.com>
Kconfig
arch/arm/mach-sc5xx/Kconfig
board/adi/sc589-ezkit/Kconfig [new file with mode: 0644]
board/adi/sc589-ezkit/sc589-ezkit.env [new file with mode: 0644]
include/configs/sc589.h [new file with mode: 0644]