]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: intel: Add socdk board support for Intel N5X device
authorSiew Chin Lim <elly.siew.chin.lim@intel.com>
Tue, 10 Aug 2021 03:26:39 +0000 (11:26 +0800)
committerTien Fong Chee <tien.fong.chee@intel.com>
Wed, 25 Aug 2021 06:50:50 +0000 (14:50 +0800)
Add N5X SoC devkit board.

Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
board/intel/n5x-socdk/MAINTAINERS [new file with mode: 0644]
board/intel/n5x-socdk/Makefile [new file with mode: 0644]
board/intel/n5x-socdk/socfpga.c [new file with mode: 0644]

diff --git a/board/intel/n5x-socdk/MAINTAINERS b/board/intel/n5x-socdk/MAINTAINERS
new file mode 100644 (file)
index 0000000..c1059f0
--- /dev/null
@@ -0,0 +1,7 @@
+SOCFPGA BOARD
+M:     Chee Tien Fong <tien.fong.chee@intel.com>
+M:     Lim Siew Chin <elly.siew.chin.lim@intel.com>
+S:     Maintained
+F:     board/intel/n5x-socdk/
+F:     include/configs/socfpga_n5x_socdk.h
+F:     configs/socfpga_n5x_atf_defconfig
diff --git a/board/intel/n5x-socdk/Makefile b/board/intel/n5x-socdk/Makefile
new file mode 100644 (file)
index 0000000..accfdcd
--- /dev/null
@@ -0,0 +1,7 @@
+#
+# Copyright (C) 2020-2021 Intel Corporation <www.intel.com>
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
+
+obj-y  := socfpga.o
diff --git a/board/intel/n5x-socdk/socfpga.c b/board/intel/n5x-socdk/socfpga.c
new file mode 100644 (file)
index 0000000..985ba19
--- /dev/null
@@ -0,0 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2020-2021 Intel Corporation <www.intel.com>
+ *
+ */
+
+#include <common.h>