summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Sune <[email protected]>2026-01-28 22:18:16 +0800
committerTom Rini <[email protected]>2026-02-14 11:06:46 -0600
commit3d1dc5b79fe80b16eae2738e7f753752befa5881 (patch)
treef98a779080366427da6d643fe37bfa0642f423f1 /include
parent97b17ecae8161bbe259d22fb50b39e549971e22a (diff)
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 <[email protected]> Reviewed-by: Tien Fong Chee <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/socfpga_ac550soc.h13
1 files changed, 13 insertions, 0 deletions
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 <[email protected]>
+ */
+#ifndef __CONFIG_CORESOURCE_AC550SOC_H__
+#define __CONFIG_CORESOURCE_AC550SOC_H__
+
+#include <asm/arch/base_addr_ac5.h>
+
+/* The rest of the configuration is shared */
+#include <configs/socfpga_common.h>
+
+#endif /* __CONFIG_CORESOURCE_AC550SOC_H__ */