]> git.sur5r.net Git - u-boot/commitdiff
board: altera: stratix10: Add socdk board support for Stratix10 SoC
authorLey Foon Tan <ley.foon.tan@intel.com>
Wed, 23 May 2018 16:17:31 +0000 (00:17 +0800)
committerMarek Vasut <marex@denx.de>
Thu, 12 Jul 2018 07:22:12 +0000 (09:22 +0200)
Add socdk board support for Stratix SoC

Signed-off-by: Chin Liang See <chin.liang.see@intel.com>
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
board/altera/stratix10-socdk/MAINTAINERS [new file with mode: 0644]
board/altera/stratix10-socdk/Makefile [new file with mode: 0644]
board/altera/stratix10-socdk/socfpga.c [new file with mode: 0644]

diff --git a/board/altera/stratix10-socdk/MAINTAINERS b/board/altera/stratix10-socdk/MAINTAINERS
new file mode 100644 (file)
index 0000000..6192bc9
--- /dev/null
@@ -0,0 +1,7 @@
+SOCFPGA BOARD
+M:     Chin-Liang See <chin.liang.see@intel.com>
+M:     Dinh Nguyen <dinh.nguyen@intel.com>
+S:     Maintained
+F:     board/altera/stratix10-socdk/
+F:     include/configs/socfpga_stratix10_socdk.h
+F:     configs/socfpga_stratix10_defconfig
diff --git a/board/altera/stratix10-socdk/Makefile b/board/altera/stratix10-socdk/Makefile
new file mode 100644 (file)
index 0000000..02a9cad
--- /dev/null
@@ -0,0 +1,7 @@
+#
+# Copyright (C) 2016-2017 Intel Corporation <www.intel.com>
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
+
+obj-y  := socfpga.o
diff --git a/board/altera/stratix10-socdk/socfpga.c b/board/altera/stratix10-socdk/socfpga.c
new file mode 100644 (file)
index 0000000..043fc54
--- /dev/null
@@ -0,0 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2016-2018 Intel Corporation <www.intel.com>
+ *
+ */
+
+#include <common.h>