summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-05-15 21:27:31 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-05-15 21:27:31 +1000
commitc0fd0eeab2f8640b99cbbe66814d5821cd28a3b9 (patch)
treef28b02de2273b61d158ae6e796b9f90ec1a53a75 /conf
parentd9ae5c6ecbd77b96bea5d6820c719d0d489c3260 (diff)
downloadmeta-xilinx-c0fd0eeab2f8640b99cbbe66814d5821cd28a3b9.tar.gz
zcu102-zynqmp: Pin to pre-v2017.1 versions of kernel, u-boot and atf
Pin the versions of linux-xlnx, u-boot-xlnx and arm-trusted-firmware to the version prior to xilinx-v2017.1. This is due to the added requirement of pmu-firmware for xilinx-v2017.1. Currently it is not possible to boot the zcu102-zynqmp machine in QEMU with the newer versions due to missing the pmu rom as well as the pmu firmware itself. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/zcu102-zynqmp.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf
index 108a4ad8..72758d42 100644
--- a/conf/machine/zcu102-zynqmp.conf
+++ b/conf/machine/zcu102-zynqmp.conf
@@ -18,6 +18,12 @@ KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb"
18PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" 18PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx"
19PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" 19PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx"
20 20
21# pin zcu102 to the older versions of kernel, u-boot, arm-trusted-firmware due
22# to the pmu-firmware dependency with newer versions.
23PREFERRED_VERSION_linux-xlnx ?= "4.6-xilinx-v2016.4%"
24PREFERRED_VERSION_u-boot-xlnx ?= "v2016.07-xilinx-v2016.4%"
25PREFERRED_VERSION_arm-trusted-firmware ?= "1.2-xilinx-v2016.3%"
26
21EXTRA_IMAGEDEPENDS += "\ 27EXTRA_IMAGEDEPENDS += "\
22 arm-trusted-firmware \ 28 arm-trusted-firmware \
23 qemu-devicetrees \ 29 qemu-devicetrees \