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

Adds support for Analog Devices' SC584-EZKIT board. Includes:
- SoC specific configs in mach-sc5xx/Kconfig
- Memory Map for SPL
- SPL config options in common/spl/Kconfig
- Necessary board-specific init functions
- Board-specific Kconfig and environment in board/adi/
- Memory configuration

Co-developed-by: Greg Malysa <greg.malysa@timesys.com>
Signed-off-by: Greg Malysa <greg.malysa@timesys.com>
Co-developed-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Co-developed-by: Nathan Barrett-Morrison <nathan.morrison@timesys.com>
Signed-off-by: Nathan Barrett-Morrison <nathan.morrison@timesys.com>
Signed-off-by: Oliver Gaskell <Oliver.Gaskell@analog.com>
Kconfig
arch/arm/mach-sc5xx/Kconfig
arch/arm/mach-sc5xx/Makefile
arch/arm/mach-sc5xx/sc58x-spl.c [new file with mode: 0644]
board/adi/sc584-ezkit/Kconfig [new file with mode: 0644]
board/adi/sc584-ezkit/sc584-ezkit.env [new file with mode: 0644]
common/spl/Kconfig
include/configs/sc584-ezkit.h [new file with mode: 0644]