From 97b17ecae8161bbe259d22fb50b39e549971e22a Mon Sep 17 00:00:00 2001 From: Brian Sune Date: Wed, 28 Jan 2026 22:18:15 +0800 Subject: Add CoreCourse socfpga Board - AC501 CoreCourse Altera GEN5 Cyclone V board do support different size and formfactor. Now introducing AC501 C5 to mainstream u-boot This is a UBGA-484 based board with basic feature. More info on [1] [1] https://corecourse.cn/forum.php?mod=viewthread&tid=27704&highlight=AC501 Signed-off-by: Brian Sune Reviewed-by: Tien Fong Chee --- include/configs/socfpga_ac501soc.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/configs/socfpga_ac501soc.h (limited to 'include') diff --git a/include/configs/socfpga_ac501soc.h b/include/configs/socfpga_ac501soc.h new file mode 100644 index 00000000000..703520e7cb8 --- /dev/null +++ b/include/configs/socfpga_ac501soc.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2025 Brian Sune + */ +#ifndef __CONFIG_CORESOURCE_AC501SOC_H__ +#define __CONFIG_CORESOURCE_AC501SOC_H__ + +#include + +/* The rest of the configuration is shared */ +#include + +#endif /* __CONFIG_CORESOURCE_AC501SOC_H__ */ -- cgit v1.2.3