summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChin Liang See <chin.liang.see@intel.com>2017-09-15 21:59:17 +0800
committerChin Liang See <chin.liang.see@intel.com>2017-09-18 16:10:32 +0800
commit4fc069ad6f25c69fcd64f9eb28f6eea5da02407c (patch)
tree6c060e6f6ac1af23080a7080e23ac5580b6cd466
parentb1d7432f5c1482d1ddf093920bd2f4f9dc839d4f (diff)
downloadu-boot-socfpga-4fc069ad6f25c69fcd64f9eb28f6eea5da02407c.tar.gz
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>
-rwxr-xr-xboard/altera/stratix10-socdk/MAINTAINERS7
-rwxr-xr-xboard/altera/stratix10-socdk/Makefile7
-rwxr-xr-xboard/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 100755
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 100755
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 100755
index 0000000000..092a5a9897
--- /dev/null
+++ b/board/altera/stratix10-socdk/socfpga.c
@@ -0,0 +1,7 @@
+/*
+ * Copyright (C) 2016-2017 Intel Corporation <www.intel.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#include <common.h> \ No newline at end of file