From: Sin Hui Kho <sin.hui....@intel.com>

Add socdk board support for Intel AGILEX7 SoC

Signed-off-by: Sin Hui Kho <sin.hui....@intel.com>
---
 board/intel/agilex7-socdk/MAINTAINERS | 7 +++++++
 board/intel/agilex7-socdk/Makefile    | 7 +++++++
 board/intel/agilex7-socdk/socfpga.c   | 7 +++++++
 3 files changed, 21 insertions(+)
 create mode 100644 board/intel/agilex7-socdk/MAINTAINERS
 create mode 100644 board/intel/agilex7-socdk/Makefile
 create mode 100644 board/intel/agilex7-socdk/socfpga.c

diff --git a/board/intel/agilex7-socdk/MAINTAINERS 
b/board/intel/agilex7-socdk/MAINTAINERS
new file mode 100644
index 0000000000..8a9d178c3e
--- /dev/null
+++ b/board/intel/agilex7-socdk/MAINTAINERS
@@ -0,0 +1,7 @@
+SOCFPGA BOARD
+M:     Tien Fong Chee <tien.fong.c...@intel.com>
+M:     Sin Hui Kho <sin.hui....@intel.com>
+S:     Maintained
+F:     board/intel/agilex7-socdk/
+F:     include/configs/socfpga_agilex7_socdk.h
+F:     configs/socfpga_agilex7_defconfig
diff --git a/board/intel/agilex7-socdk/Makefile 
b/board/intel/agilex7-socdk/Makefile
new file mode 100644
index 0000000000..abbcbc6e2d
--- /dev/null
+++ b/board/intel/agilex7-socdk/Makefile
@@ -0,0 +1,7 @@
+#
+# Copyright (C) 2023 Intel Corporation <www.intel.com>
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
+
+obj-y  := socfpga.o
diff --git a/board/intel/agilex7-socdk/socfpga.c 
b/board/intel/agilex7-socdk/socfpga.c
new file mode 100644
index 0000000000..df6a34109d
--- /dev/null
+++ b/board/intel/agilex7-socdk/socfpga.c
@@ -0,0 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2023 Intel Corporation <www.intel.com>
+ *
+ */
+
+#include <common.h>
-- 
2.25.1

Reply via email to