board: intel: agilex: Add socdk board support for Intel Agilex SoC
authorLey Foon Tan <ley.foon.tan@intel.com>
Wed, 27 Nov 2019 07:55:28 +0000 (15:55 +0800)
committerMarek Vasut <marex@denx.de>
Tue, 7 Jan 2020 13:38:33 +0000 (14:38 +0100)
Add socdk board support for Intel Agilex SoC

Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
board/intel/agilex-socdk/MAINTAINERS [new file with mode: 0644]
board/intel/agilex-socdk/Makefile [new file with mode: 0644]
board/intel/agilex-socdk/socfpga.c [new file with mode: 0644]

diff --git a/board/intel/agilex-socdk/MAINTAINERS b/board/intel/agilex-socdk/MAINTAINERS
new file mode 100644 (file)
index 0000000..b8e28f0
--- /dev/null
@@ -0,0 +1,7 @@
+SOCFPGA BOARD
+M:     Ley Foon Tan <ley.foon.tan@intel.com>
+M:     Chee Hong Ang <chee.hong.ang@intel.com>
+S:     Maintained
+F:     board/intel/agilex-socdk/
+F:     include/configs/socfpga_agilex_socdk.h
+F:     configs/socfpga_agilex_defconfig
diff --git a/board/intel/agilex-socdk/Makefile b/board/intel/agilex-socdk/Makefile
new file mode 100644 (file)
index 0000000..b86223a
--- /dev/null
@@ -0,0 +1,7 @@
+#
+# Copyright (C) 2019 Intel Corporation <www.intel.com>
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
+
+obj-y  := socfpga.o
diff --git a/board/intel/agilex-socdk/socfpga.c b/board/intel/agilex-socdk/socfpga.c
new file mode 100644 (file)
index 0000000..72a3e08
--- /dev/null
@@ -0,0 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2019 Intel Corporation <www.intel.com>
+ *
+ */
+
+#include <common.h>