From 43fbfe482dd57c485080bfb6729e1a4e43954938 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 14 Nov 2017 23:15:23 +1000 Subject: u-boot-xlnx.inc: For ZCU102 populate u-boot-spl.bin u-boot-spl.bin is used for runqemu execution since boot.bin has a header it cannot be loaded such that the boot.bin image content is at its load address. Signed-off-by: Nathan Rossi Signed-off-by: Manjukumar Matha --- recipes-bsp/u-boot/u-boot-xlnx.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-xlnx.inc b/recipes-bsp/u-boot/u-boot-xlnx.inc index 56a14780..5bdf2a1d 100644 --- a/recipes-bsp/u-boot/u-boot-xlnx.inc +++ b/recipes-bsp/u-boot/u-boot-xlnx.inc @@ -10,3 +10,8 @@ S = "${WORKDIR}/git" FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" FILESEXTRAPATHS_prepend := "${@'${THISDIR}/u-boot-xlnx/${XILINX_RELEASE_VERSION}:' if d.getVar('XILINX_RELEASE_VERSION') else ''}" + +do_deploy_append_zcu102-zynqmp () { + # deploy u-boot-spl.bin for use by runqemu/QEMU + install -Dm 0644 ${B}/spl/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl.bin +} -- cgit v1.2.3-54-g00ecf