]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "This series introduces initial U-Boot support for mach-axiado...
authorTom Rini <trini@konsulko.com>
Wed, 10 Jun 2026 20:52:36 +0000 (14:52 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 11 Jun 2026 13:51:13 +0000 (07:51 -0600)
Siu Ming Tong <smtong@axiado.com> says:

Patch 1 adds the device tree files: an SoC-level DTSI describing
GIC-v3, Cadence/Zynq UART, a fixed reference clock, and spin-table
secondary CPU boot, plus a board-level DTS setting the console to
uart3 at 115200 baud with 2 GB DRAM at 0x80000000.

Patch 2 adds mach-axiado to support Axiado SoC-based boards, Kconfig
plumbing (AXIADO_AX3005 and TARGET_SCM3005), defconfig, board source
with ft_board_setup() and a MAINTAINERS entry.

Tested on SCM3005 EVK hardware

Link: https://lore.kernel.org/r/20260527-review-v2-0-10daefddf47d@axiado.com
1  2 
MAINTAINERS
arch/arm/Kconfig
arch/arm/dts/Makefile

diff --cc MAINTAINERS
index e42eacd8ae91911e3967e0f9340c0518ab45c063,0659d299fde7849c1ac16aa2809d6438f355d3ef..12d826172cb386d6862c6de75d71892b604daa89
@@@ -208,12 -196,34 +208,23 @@@ M:      Chia-Wei Wang <chiawei_wang@aspeedte
  R:    Aspeed BMC SW team <BMC-SW@aspeedtech.com>
  R:    Joel Stanley <joel@jms.id.au>
  S:    Maintained
 -F:    arch/arm/mach-aspeed/
 -F:    arch/arm/include/asm/arch-aspeed/
 -F:    board/aspeed/
 -F:    drivers/clk/aspeed/
 -F:    drivers/crypto/aspeed/
 -F:    drivers/gpio/gpio-aspeed.c
  F:    drivers/i2c/ast_i2c.[ch]
 -F:    drivers/mmc/aspeed_sdhci.c
 -F:    drivers/net/aspeed_mdio.c
  F:    drivers/net/ftgmac100.[ch]
 -F:    drivers/pinctrl/aspeed/
 -F:    drivers/pwm/pwm-aspeed.c
 -F:    drivers/ram/aspeed/
 -F:    drivers/reset/reset-ast2500.c
  F:    drivers/watchdog/ast_wdt.c
  N:    aspeed
 +N:    ast2500
  
+ ARM AXIADO AX3005 SCM3005
+ M:    Siu Ming Tong <smtong@axiado.com>
+ M:    Karthikeyan Mitran <kmitran@axiado.com>
+ M:    Prasad Bolisetty <pbolisetty@axiado.com>
+ S:    Maintained
+ F:    arch/arm/dts/ax3005*
+ F:    arch/arm/mach-axiado/
+ F:    board/axiado/scm3005/
+ F:    configs/ax3005_scm3005_defconfig
+ F:    include/configs/ax3005-scm3005.h
  ARM BROADCOM BCM283X / BCM27XX
  M:    Matthias Brugger <mbrugger@suse.com>
  M:    Peter Robinson <pbrobinson@gmail.com>
Simple merge
Simple merge