summaryrefslogtreecommitdiff
path: root/board/altera
diff options
context:
space:
mode:
authorLey Foon Tan <ley.foon.tan@intel.com>2018-05-24 00:17:31 +0800
committerMarek Vasut <marex@denx.de>2018-07-12 09:22:12 +0200
commitf6b8345571d307f4d6d6ae7888e0860257ccc301 (patch)
tree7218ca30695fda73d953dbf9d390bd79de041baa /board/altera
parent0bc28b7cb833d6b16ad614d7e25d448a7b0297df (diff)
board: altera: stratix10: Add socdk board support for Stratix10 SoC
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>
Diffstat (limited to 'board/altera')
-rw-r--r--board/altera/stratix10-socdk/MAINTAINERS7
-rw-r--r--board/altera/stratix10-socdk/Makefile7
-rw-r--r--board/altera/stratix10-socdk/socfpga.c7
3 files changed, 21 insertions, 0 deletions
diff --git a/board/altera/stratix10-socdk/MAINTAINERS b/board/altera/stratix10-socdk/MAINTAINERS
new file mode 100644
index 0000000000..6192bc9174
--- /dev/null
+++ b/board/altera/stratix10-socdk/MAINTAINERS
@@ -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
index 0000000000..02a9cadf76
--- /dev/null
+++ b/board/altera/stratix10-socdk/Makefile
@@ -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
index 0000000000..043fc543f1
--- /dev/null
+++ b/board/altera/stratix10-socdk/socfpga.c
@@ -0,0 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2016-2018 Intel Corporation <www.intel.com>
+ *
+ */
+
+#include <common.h>