[PATCH v1 19/22] board: intel: dm: Add socdk board support for Diamond Mesa
Siew Chin Lim
elly.siew.chin.lim at intel.com
Tue Sep 22 11:49:27 CEST 2020
Signed-off-by: Siew Chin Lim <elly.siew.chin.lim at intel.com>
---
board/intel/dm-socdk/MAINTAINERS | 7 +++++++
board/intel/dm-socdk/Makefile | 7 +++++++
board/intel/dm-socdk/socfpga.c | 7 +++++++
3 files changed, 21 insertions(+)
create mode 100644 board/intel/dm-socdk/MAINTAINERS
create mode 100644 board/intel/dm-socdk/Makefile
create mode 100644 board/intel/dm-socdk/socfpga.c
diff --git a/board/intel/dm-socdk/MAINTAINERS b/board/intel/dm-socdk/MAINTAINERS
new file mode 100644
index 0000000000..f41bbcf2d5
--- /dev/null
+++ b/board/intel/dm-socdk/MAINTAINERS
@@ -0,0 +1,7 @@
+SOCFPGA BOARD
+M: Chee Tien Fong <tien.fong.chee at intel.com>
+M: Lim Siew Chin <elly.siew.chin.lim at intel.com>
+S: Maintained
+F: board/intel/dm-socdk/
+F: include/configs/socfpga_dm_socdk.h
+F: configs/socfpga_dm_atf_defconfig
diff --git a/board/intel/dm-socdk/Makefile b/board/intel/dm-socdk/Makefile
new file mode 100644
index 0000000000..09f07b8b2f
--- /dev/null
+++ b/board/intel/dm-socdk/Makefile
@@ -0,0 +1,7 @@
+#
+# Copyright (C) 2020 Intel Corporation <www.intel.com>
+#
+# SPDX-License-Identifier: GPL-2.0
+#
+
+obj-y := socfpga.o
diff --git a/board/intel/dm-socdk/socfpga.c b/board/intel/dm-socdk/socfpga.c
new file mode 100644
index 0000000000..ce87e2307d
--- /dev/null
+++ b/board/intel/dm-socdk/socfpga.c
@@ -0,0 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2020 Intel Corporation <www.intel.com>
+ *
+ */
+
+#include <common.h>
--
2.13.0
More information about the U-Boot
mailing list