[meta-xilinx] [meta-xilinx-community][PATCH 5/7] zc706-pcie-trd-zynq7: Create a machine conf to represent this BSP
Nathan Rossi
nathan.rossi at xilinx.com
Mon Nov 10 04:48:35 PST 2014
* This BSP is for the ZC706 PCIe TRD
* Re-use the zc706-zynq7 config via include
* Rename the device-tree to match the machine name convention
Signed-off-by: Nathan Rossi <nathan.rossi at xilinx.com>
---
...pcie-trd-qspi.dts => zc706-pcie-trd-zynq7-qspi.dts} | 0
conf/machine/zc706-pcie-trd-zynq7.conf | 18 ++++++++++++++++++
2 files changed, 18 insertions(+)
rename conf/machine/boards/zc706/{zc706-zynq7-pcie-trd-qspi.dts => zc706-pcie-trd-zynq7-qspi.dts} (100%)
create mode 100644 conf/machine/zc706-pcie-trd-zynq7.conf
diff --git a/conf/machine/boards/zc706/zc706-zynq7-pcie-trd-qspi.dts b/conf/machine/boards/zc706/zc706-pcie-trd-zynq7-qspi.dts
similarity index 100%
rename from conf/machine/boards/zc706/zc706-zynq7-pcie-trd-qspi.dts
rename to conf/machine/boards/zc706/zc706-pcie-trd-zynq7-qspi.dts
diff --git a/conf/machine/zc706-pcie-trd-zynq7.conf b/conf/machine/zc706-pcie-trd-zynq7.conf
new file mode 100644
index 0000000..9855598
--- /dev/null
+++ b/conf/machine/zc706-pcie-trd-zynq7.conf
@@ -0,0 +1,18 @@
+#@TYPE: Machine
+#@NAME: zc706-pcie-trd-zynq7
+#@DESCRIPTION: Machine support for ZC706 PCIe TRD.
+#
+# For details on the Evaluation board:
+# http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC706-G.htm
+# For documentation and design files for the ZC702 Base TRD:
+# http://www.wiki.xilinx.com/ZYNQ_PCIe_TRD_14.7
+
+PREFERRED_VERSION_linux-xlnx ?= "3.10%"
+
+# include the zc706, as this design builds upon it.
+include conf/machine/zc706-zynq7.conf
+
+MACHINE_DEVICETREE_append += " \
+ zc706/zc706-pcie-trd-zynq7-qspi.dts \
+ "
+
--
2.1.1
More information about the meta-xilinx
mailing list