]> Git Repo - u-boot.git/commit
arm: SC594-SOM-EZKIT initial support
authorOliver Gaskell <[email protected]>
Thu, 12 Sep 2024 15:50:56 +0000 (16:50 +0100)
committerTom Rini <[email protected]>
Thu, 3 Oct 2024 15:29:23 +0000 (09:29 -0600)
commite91d85e8fb9446ca9a0f396832637c0f586a0c39
treed2c969154c95ca4588420528cc88d411f1df73d7
parentdd9baf0bbdfd128b10d5396f9ca39c54b7758f6e
arm: SC594-SOM-EZKIT initial support

Adds support for Analog Devices' SC594-SOM-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 <[email protected]>
Signed-off-by: Greg Malysa <[email protected]>
Co-developed-by: Trevor Woerner <[email protected]>
Signed-off-by: Trevor Woerner <[email protected]>
Co-developed-by: Nathan Barrett-Morrison <[email protected]>
Signed-off-by: Nathan Barrett-Morrison <[email protected]>
Co-developed-by: Ian Roberts <[email protected]>
Signed-off-by: Ian Roberts <[email protected]>
Signed-off-by: Oliver Gaskell <[email protected]>
Kconfig
arch/arm/mach-sc5xx/Kconfig
arch/arm/mach-sc5xx/Makefile
arch/arm/mach-sc5xx/sc59x-spl.c [new file with mode: 0644]
board/adi/sc594-som-ezkit/Kconfig [new file with mode: 0644]
board/adi/sc594-som-ezkit/sc594-som-ezkit.env [new file with mode: 0644]
common/spl/Kconfig
include/configs/sc594-som.h [new file with mode: 0644]
This page took 0.042449 seconds and 4 git commands to generate.