aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-vendor/conf/machine/picozed-zynq7.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-vendor/conf/machine/picozed-zynq7.conf')
-rw-r--r--meta-xilinx-vendor/conf/machine/picozed-zynq7.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-xilinx-vendor/conf/machine/picozed-zynq7.conf b/meta-xilinx-vendor/conf/machine/picozed-zynq7.conf
new file mode 100644
index 00000000..3ce023a6
--- /dev/null
+++ b/meta-xilinx-vendor/conf/machine/picozed-zynq7.conf
@@ -0,0 +1,22 @@
+#@TYPE: Machine
+#@NAME: picozed-zynq7
+#@DESCRIPTION: Machine support for picoZed. (http://www.picozed.org/)
+#
+# Note: This machine configuration is intended as a generic config for
+# the picozed SOM. It also covers the multiple SKUs for the picoZed
+# including 7010, 7020, 7015 and 7030.
+
+require conf/machine/zynq-generic.conf
+
+SPL_BINARY ?= "spl/boot.bin"
+UBOOT_ELF = "u-boot"
+
+EXTRA_IMAGEDEPENDS += " \
+ u-boot-xlnx-uenv \
+ "
+
+IMAGE_BOOT_FILES += " \
+ boot.bin \
+ uEnv.txt \
+ "
+