From: Brian Sune <briansune@gmail.com>
To: u-boot@lists.denx.de, Tom Rini <trini@konsulko.com>
Cc: Tien Fong Chee <tien.fong.chee@altera.com>,
Dinh Nguyen <dinguyen@kernel.org>,
Brian Sune <briansune@gmail.com>
Subject: [PATCH v3 0/2] Add-CoreCourse-socfpga-Boards
Date: Tue, 6 Jan 2026 09:13:23 +0800 [thread overview]
Message-ID: <20260106011325.4634-1-briansune@gmail.com> (raw)
Introduce CoreCourse boards to mainstream.
Altera SoCFPGA GEN5 boards:
AC501 - small formfactor
AC550 - complex development board
Brian Sune (2):
Add CoreCourse socfpga Board AC501
Add CoreCourse socfpga Board AC550
arch/arm/dts/Makefile | 2 +
arch/arm/dts/socfpga_cyclone5_ac501soc.dts | 86 +++
arch/arm/dts/socfpga_cyclone5_ac550soc.dts | 132 ++++
.../dts/socfpga_cyclone_ac501soc-u-boot.dtsi | 44 ++
.../dts/socfpga_cyclone_ac550soc-u-boot.dtsi | 44 ++
arch/arm/mach-socfpga/Kconfig | 14 +
board/corecourse/ac501soc/MAINTAINERS | 6 +
board/corecourse/ac501soc/qts/iocsr_config.h | 664 ++++++++++++++++++
board/corecourse/ac501soc/qts/pinmux_config.h | 222 ++++++
board/corecourse/ac501soc/qts/pll_config.h | 86 +++
board/corecourse/ac501soc/qts/sdram_config.h | 349 +++++++++
board/corecourse/ac550soc/MAINTAINERS | 6 +
board/corecourse/ac550soc/qts/iocsr_config.h | 664 ++++++++++++++++++
board/corecourse/ac550soc/qts/pinmux_config.h | 222 ++++++
board/corecourse/ac550soc/qts/pll_config.h | 86 +++
board/corecourse/ac550soc/qts/sdram_config.h | 349 +++++++++
configs/socfpga_ac501soc_defconfig | 85 +++
configs/socfpga_ac550soc_defconfig | 85 +++
include/configs/socfpga_ac501soc.h | 16 +
include/configs/socfpga_ac550soc.h | 16 +
20 files changed, 3178 insertions(+)
create mode 100644 arch/arm/dts/socfpga_cyclone5_ac501soc.dts
create mode 100644 arch/arm/dts/socfpga_cyclone5_ac550soc.dts
create mode 100644 arch/arm/dts/socfpga_cyclone_ac501soc-u-boot.dtsi
create mode 100644 arch/arm/dts/socfpga_cyclone_ac550soc-u-boot.dtsi
create mode 100644 board/corecourse/ac501soc/MAINTAINERS
create mode 100644 board/corecourse/ac501soc/qts/iocsr_config.h
create mode 100644 board/corecourse/ac501soc/qts/pinmux_config.h
create mode 100644 board/corecourse/ac501soc/qts/pll_config.h
create mode 100644 board/corecourse/ac501soc/qts/sdram_config.h
create mode 100644 board/corecourse/ac550soc/MAINTAINERS
create mode 100644 board/corecourse/ac550soc/qts/iocsr_config.h
create mode 100644 board/corecourse/ac550soc/qts/pinmux_config.h
create mode 100644 board/corecourse/ac550soc/qts/pll_config.h
create mode 100644 board/corecourse/ac550soc/qts/sdram_config.h
create mode 100644 configs/socfpga_ac501soc_defconfig
create mode 100644 configs/socfpga_ac550soc_defconfig
create mode 100644 include/configs/socfpga_ac501soc.h
create mode 100644 include/configs/socfpga_ac550soc.h
--
2.34.1
next reply other threads:[~2026-01-06 1:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-06 1:13 Brian Sune [this message]
2026-01-06 1:13 ` [PATCH v3 1/2] Add CoreCourse socfpga Board AC501 Brian Sune
2026-01-27 10:30 ` Chee, Tien Fong
2026-01-06 1:13 ` [PATCH v3 2/2] Add CoreCourse socfpga Board AC550 Brian Sune
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260106011325.4634-1-briansune@gmail.com \
--to=briansune@gmail.com \
--cc=dinguyen@kernel.org \
--cc=tien.fong.chee@altera.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox