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>,
Brian Sune <briansune@gmail.com>
Subject: [PATCH v1 0/3] Add CoreCourse socfpga Board
Date: Mon, 29 Dec 2025 06:38:18 +0800 [thread overview]
Message-ID: <20251228223821.22260-1-briansune@gmail.com> (raw)
This is a patch series for CoreCourse Board support.
New boards are:
AC501
AC550
Both boards used Altera GEN5 SoCFPGA Cyclone V
Brian Sune (3):
Add CoreCourse socfpga Board
Add CoreCourse socfpga Board
Add CoreCourse socfpga Board
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:[~2025-12-28 22:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-28 22:38 Brian Sune [this message]
2025-12-28 22:38 ` [PATCH v1 1/3] Add CoreCourse socfpga Board Brian Sune
2025-12-29 14:42 ` Tom Rini
2025-12-28 22:38 ` [PATCH v1 2/3] " Brian Sune
2025-12-28 22:38 ` [PATCH v1 3/3] " Brian Sune
2025-12-29 14:42 ` Tom Rini
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=20251228223821.22260-1-briansune@gmail.com \
--to=briansune@gmail.com \
--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