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 v2 0/2] Add-CoreCourse-socfpga-Board
Date: Mon, 29 Dec 2025 23:33:52 +0800 [thread overview]
Message-ID: <20251229153354.5558-1-briansune@gmail.com> (raw)
Introduce CoreCourse board 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:[~2025-12-29 15:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-29 15:33 Brian Sune [this message]
2025-12-29 15:33 ` [PATCH v2 1/2] Add CoreCourse socfpga Board - AC501 Brian Sune
2026-01-05 12:19 ` Dinh Nguyen
2026-01-13 6:35 ` Sune Brian
2026-01-13 8:43 ` Chee, Tien Fong
2025-12-29 15:33 ` [PATCH v2 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=20251229153354.5558-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