On Thu, Apr 20, 2017 at 3:39 AM, Nathan Rossi <[email protected]> wrote: > On 20 April 2017 at 08:57, Alistair Francis <[email protected]> > wrote: >> Update the QEMU and QEMU device tree commit SHAs to the 2017.1 release. > > Looks like this needs some corresponding qemuboot config changes for > zcu102? With this update the boot hangs just after ATF, see below: > > NOTICE: ATF running on XCZUUNKN/QEMU v1/RTL0.0 at 0xfffea000 > NOTICE: BL31: Secure code at 0x60000000 > NOTICE: BL31: Non secure code at 0x8000000 > NOTICE: BL31: v1.2(release):a9e3716615 > NOTICE: BL31: Built : 17:03:41, Apr 20 2017 > > <<end>>
Hey Nathan, I have figured out what causes the hang, I'll reply to your other patch with some comments. Thanks for pointing this out. Alistair > > Regards, > Nathan > >> >> Signed-off-by: Alistair Francis <[email protected]> >> --- >> recipes-devtools/qemu/qemu-devicetrees_2017.1.bb | 2 +- >> recipes-devtools/qemu/qemu-xilinx_2017.1.bb | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/recipes-devtools/qemu/qemu-devicetrees_2017.1.bb >> b/recipes-devtools/qemu/qemu-devicetrees_2017.1.bb >> index c51751e..dc38f75 100644 >> --- a/recipes-devtools/qemu/qemu-devicetrees_2017.1.bb >> +++ b/recipes-devtools/qemu/qemu-devicetrees_2017.1.bb >> @@ -7,7 +7,7 @@ inherit deploy >> >> LIC_FILES_CHKSUM = >> "file://Makefile;beginline=1;endline=27;md5=7348b6cbcae69912cb1dee68d6c68d99" >> >> -SRCREV = "1085e32a9ddc232963512923332094a58a05d1af" >> +SRCREV = "294ffabc02d8a3933f7acfb2256489677776af8d" >> SRC_URI = >> "git://github.com/Xilinx/qemu-devicetrees.git;protocol=https;nobranch=1" >> >> S = "${WORKDIR}/git" >> diff --git a/recipes-devtools/qemu/qemu-xilinx_2017.1.bb >> b/recipes-devtools/qemu/qemu-xilinx_2017.1.bb >> index 8fba4d1..f149da0 100644 >> --- a/recipes-devtools/qemu/qemu-xilinx_2017.1.bb >> +++ b/recipes-devtools/qemu/qemu-xilinx_2017.1.bb >> @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \ >> >> file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913 \ >> " >> >> -SRCREV = "a83265d7403ee49c9a911c920961ef29deac96eb" >> +SRCREV = "45d810957b0f837a5685fbe4bc8d9e3268c1fe64" >> SRC_URI = "git://github.com/Xilinx/qemu.git;protocol=https;nobranch=1" >> >> S = "${WORKDIR}/git" >> -- >> 2.11.0 >> -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
