From 24db3b56ba1285e4196da9416a8914c5bcaf8fd4 Mon Sep 17 00:00:00 2001 From: Emekcan Aras Date: Tue, 1 Mar 2022 10:16:09 +0000 Subject: [PATCH] arm-bsp/trusted-firmware-a: corstone1000: update Tfa SHA This commit updates Tfa SHA to remove the patches from the recipe since all of them are upstreamed now. Signed-off-by: Emekcan Aras emekcan.aras@arm.com Signed-off-by: Jon Mason --- .../trusted-firmware-a-corstone1000.inc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc index 2646259f..e59d31a7 100644 --- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc +++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc @@ -3,13 +3,12 @@ COMPATIBLE_MACHINE = "(corstone1000)" FILESEXTRAPATHS:prepend := "${THISDIR}/files/corstone1000:" -SRC_URI:append = " \ - file://0001-Rename-Diphda-to-corstone1000.patch \ - file://0002-plat-arm-corstone1000-made-changes-to-accommodate-3M.patch \ - file://0003-corstone1000-implement-platform-specific-psci-reset.patch \ - file://0004-plat-arm-corstone1000-change-base-address-of-FIP-in-the-fl.patch \ - file://0005-plat-arm-corstone1000-identify-which-bank-to-load-fip-from.patch \ - " +SRCREV_tfa = "cf89fd57ed3286d7842eef41cd72a3977eb6d317" +PV = "2.6+git${SRCPV}" + +SRC_URI:remove = " \ + file://ssl.patch \ + " TFA_DEBUG = "1" TFA_UBOOT = "1"