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