]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Merge patch series "arm: Initial support for Analog Devices SC5xx boards"
authorTom Rini <trini@konsulko.com>
Thu, 3 Oct 2024 15:30:37 +0000 (09:30 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 3 Oct 2024 15:30:37 +0000 (09:30 -0600)
Oliver Gaskell <Oliver.Gaskell@analog.com> says:

ADSP-SC5xx is a series of ARM-based DSPs.
This comprises the armv7 based SC57x, SC58x and SC594 series, and the
armv8 based SC598.

This patch series includes configurations, init code, and minimal DTs
to enable Analog Devices' evaluation boards for these SoCs to boot
through SPL and into U-Boot Proper, as well as devicetree schemas for
the added DTs.

This patch series depends on ("arm: Add Analog Devices SC5xx Machine
Type") (https://lists.denx.de/pipermail/u-boot/2024-April/552043.html)

1  2 
Kconfig
MAINTAINERS
arch/arm/Kconfig
arch/arm/dts/Makefile
common/spl/Kconfig

diff --cc Kconfig
index ab46b27999c723580ce9e644041df1eb39902a4a,709271ef0bc15c64505e15be06ee9ba0ce581fed..74e8ce5edfd2d1319678d2b30c07c4640901ba23
+++ b/Kconfig
@@@ -208,8 -208,7 +208,8 @@@ config ENV_VARS_UBOOT_CONFI
  
  config NR_DRAM_BANKS
        int "Number of DRAM banks"
-       default 1 if ARCH_SUNXI || ARCH_OWL
+       default 1 if ARCH_SC5XX || ARCH_SUNXI || ARCH_OWL
 +      default 2 if OMAP34XX
        default 4
        help
          This defines the number of DRAM banks.
diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge