From 3f78e99e0f67b2fa0a1a04c7435723ebc7bb6f28 Mon Sep 17 00:00:00 2001 From: Bence Balogh Date: Sat, 3 Aug 2024 14:44:45 +0200 Subject: [PATCH] arm-bsp/trusted-firmware-a: corstone1000: update upstream statuses The patches with Pending status were submitted to the upstream TF-A repo. Signed-off-by: Bence Balogh Signed-off-by: Jon Mason --- .../0002-fix-corstone1000-pass-spsr-value-explicitly.patch | 2 +- ...03-fix-corstone1000-remove-unused-NS_SHARED_RAM-region.patch | 2 +- ...4-fix-corstone1000-clean-the-cache-and-disable-interru.patch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0002-fix-corstone1000-pass-spsr-value-explicitly.patch b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0002-fix-corstone1000-pass-spsr-value-explicitly.patch index 4a08abb6..276d095d 100644 --- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0002-fix-corstone1000-pass-spsr-value-explicitly.patch +++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0002-fix-corstone1000-pass-spsr-value-explicitly.patch @@ -6,7 +6,7 @@ Subject: [PATCH] fix(corstone1000): pass spsr value explicitly Passes spsr value for BL32 (OPTEE) explicitly between different boot stages. -Upstream-Status: Pending +Upstream-Status: Submitted [https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/30116/2] Signed-off-by: Emekcan Aras --- .../corstone1000/common/corstone1000_bl2_mem_params_desc.c | 3 ++- diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0003-fix-corstone1000-remove-unused-NS_SHARED_RAM-region.patch b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0003-fix-corstone1000-remove-unused-NS_SHARED_RAM-region.patch index 60282048..f9a0c116 100644 --- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0003-fix-corstone1000-remove-unused-NS_SHARED_RAM-region.patch +++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0003-fix-corstone1000-remove-unused-NS_SHARED_RAM-region.patch @@ -9,7 +9,7 @@ for BL32 image, this patch removes NS_SHARED_RAM region which is not currently u corstone1000 platform. Signed-off-by: Emekcan Aras -Upstream-Status: Pending +Upstream-Status: Submitted [https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/30117/2] --- .../corstone1000/common/corstone1000_plat.c | 1 - .../common/include/platform_def.h | 19 +------------------ diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0004-fix-corstone1000-clean-the-cache-and-disable-interru.patch b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0004-fix-corstone1000-clean-the-cache-and-disable-interru.patch index a45b6577..e92cb5f9 100644 --- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0004-fix-corstone1000-clean-the-cache-and-disable-interru.patch +++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0004-fix-corstone1000-clean-the-cache-and-disable-interru.patch @@ -9,7 +9,7 @@ before the reset. This causes a race condition especially in FVP after reset. This adds proper sequence before resetting the platform. Signed-off-by: Emekcan Aras -Upstream-Status: Pending +Upstream-Status: Submitted [https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/30118/2] --- plat/arm/board/corstone1000/common/corstone1000_pm.c | 9 +++++++++ 1 file changed, 9 insertions(+)