[2/2] arm-bsp/trusted-firmware-a: corstone1000: update Tfa SHA

Message ID 20220301101609.40783-3-emekcan.aras@arm.com
State New
Headers show
Series Corstone1000 Upgrades | expand

Commit Message

Emekcan Aras March 1, 2022, 10:16 a.m. UTC
From: Emekcan Aras <Emekcan.Aras@arm.com>

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
---
 .../trusted-firmware-a-corstone1000.inc             | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Patch

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"