From 3b14f194c16405486061a94b32878200fe1dc990 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 26 Oct 2020 11:27:50 -0400 Subject: arm-trusted-firmware: add EL2 boot patch from meta-agl-bsp To generate a-t-f binaries equivalent to what is built for the other H3 based boards in the AGL build process, add the KVM enabling patch that is added by meta-agl-bsp. It is still unclear if there is a straightforward path to working the separate a-t-f build for the reference hardware into the AGL h3ulcb build, so this duplication seems like a necessary evil for now. Bug-AGL: SPEC-3658 Signed-off-by: Scott Murray --- .../recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-agl-refhw-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_%.bbappend') diff --git a/meta-agl-refhw-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_%.bbappend b/meta-agl-refhw-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_%.bbappend index 951a34f..bf2874f 100644 --- a/meta-agl-refhw-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_%.bbappend +++ b/meta-agl-refhw-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_%.bbappend @@ -1,3 +1,7 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_URI += "file://0001-Boot-Normal-World-in-EL2.patch" + # It is believed the eMMC configuration below makes the result AGL # reference hardware specific, mark it as such to try to prevent # unintended usage on other boards. -- cgit 1.2.3-korg