aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-vendor/conf/machine/zybo-zynq7.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-vendor/conf/machine/zybo-zynq7.conf')
-rw-r--r--meta-xilinx-vendor/conf/machine/zybo-zynq7.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-xilinx-vendor/conf/machine/zybo-zynq7.conf b/meta-xilinx-vendor/conf/machine/zybo-zynq7.conf
new file mode 100644
index 00000000..37c4b6cc
--- /dev/null
+++ b/meta-xilinx-vendor/conf/machine/zybo-zynq7.conf
@@ -0,0 +1,24 @@
+#@TYPE: Machine
+#@NAME: zybo-zynq7
+#@DESCRIPTION: Machine support for ZYBO.
+#
+# For details on the ZYBO board:
+# https://www.digilentinc.com/Products/Detail.cfm?Prod=ZYBO
+#
+
+require conf/machine/zynq-generic.conf
+
+SPL_BINARY ?= "spl/boot.bin"
+UBOOT_ELF = "u-boot"
+
+EXTRA_IMAGEDEPENDS += " \
+ u-boot-xlnx-uenv \
+ "
+
+KERNEL_DEVICETREE = "zynq-zybo.dtb"
+
+IMAGE_BOOT_FILES += " \
+ boot.bin \
+ uEnv.txt \
+ "
+