mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
arm-bsp/trusted-firmware-m: corstone1000: Update the patches upstream status
These patches upstream status changed to Backport: 0006-platform-CS1000-Add-multicore-support-for-FVP.patch 0009-CC312-ADAC-Add-PSA_WANT_ALG_SHA_256-definition.patch 0010-Platform-CS1000-Add-crypto-configs-for-ADAC.patch 0012-Platform-CS1000-Remove-unused-BL1-files.patch 0013-Platform-CS1000-Fix-compiler-switch-in-BL1.patch 0017-Platform-CS1000-Enable-FWU-partition.patch 0018-Platform-Corstone1000-Implement-Bootloader-Abstracti.patch 0019-Platform-Corstone1000-Increase-buffer-sizes.patch 0023-Platform-CS1000-Remove-duplicate-configuration-parameters.patch And from the PSA-ADAC, This patch upstream status changed to Backport: 0002-ADAC-Link-psa_interface-instead-of-tfm_sprt.patch This patch upstream status changed to Inappropriate: 0003-Fix-psa_key_handle_t-initialization.patch Reason: mbedcrypto configs have to be fixed to build secure-debug mps3 without this patch Signed-off-by: Michael Safwat <michael.safwat@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
60c7910b41
commit
8d38f57623
@@ -6,7 +6,7 @@ Subject: [PATCH 10/10] platform: CS1000: Add multicore support for FVP
|
||||
This changeset adds the support to enable the secondary cores for
|
||||
the Corstone-1000 FVP
|
||||
|
||||
Upstream-Status: Submitted [https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/29242]
|
||||
Upstream-Status: Backport [86383bb0ee5a99343c23c0b6fb9a1d161857a75c]
|
||||
Signed-off-by: Harsimran Singh Tungal <harsimransingh.tungal@arm.com>
|
||||
---
|
||||
.../target/arm/corstone1000/CMakeLists.txt | 6 +++
|
||||
|
||||
@@ -13,7 +13,7 @@ of this, the PSA_HASH_MAX_SIZE is not set correctly for the sources
|
||||
of the psa_adac_cc312 target. This caused runtime issues.
|
||||
|
||||
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
|
||||
Upstream-Status: Submitted [https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/31131]
|
||||
Upstream-Status: Backport [d7a6a86ee9adc65317c6d2a9962bfa4f093fa4ce]
|
||||
---
|
||||
platform/ext/accelerator/cc312/psa-adac/CMakeLists.txt | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
@@ -8,7 +8,7 @@ MBEDTLS_PSA_CRYPTO_CONFIG_FILE defines in order to build correctly.
|
||||
The default crypto config files are used here.
|
||||
|
||||
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
|
||||
Upstream-Status: Submitted [https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/31132]
|
||||
Upstream-Status: Backport [06c0515a508ccbf60620e9337d5283bd00cd218c]
|
||||
---
|
||||
platform/ext/target/arm/corstone1000/CMakeLists.txt | 12 ++++++++++++
|
||||
1 file changed, 12 insertions(+)
|
||||
|
||||
@@ -6,7 +6,7 @@ Subject: [PATCH 1/5] Platform: CS1000: Remove unused BL1 files
|
||||
These files are not referenced anywhere so removed them to prevent
|
||||
confusion.
|
||||
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
|
||||
Upstream-Status: Pending [Not submitted to upstream yet]
|
||||
Upstream-Status: Backport [9a7bdf9ef595196e1e518a27d3c79079aedb5bda]
|
||||
---
|
||||
.../arm/corstone1000/bl1/CMakeLists.txt | 345 ------------------
|
||||
.../arm/corstone1000/bl1/bl1_security_cnt.c | 75 ----
|
||||
|
||||
@@ -25,7 +25,7 @@ This commit:
|
||||
loaded during the runtime TFM_S execution, only in BL2.
|
||||
|
||||
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
|
||||
Upstream-Status: Pending [Not submitted to upstream yet]
|
||||
Upstream-Status: Backport [f25649cc0de56f360069c6128670f7533ba5e14d]
|
||||
---
|
||||
.../target/arm/corstone1000/CMakeLists.txt | 7 ++++
|
||||
.../corstone1000/fw_update_agent/fwu_agent.c | 33 +++++++++----------
|
||||
|
||||
@@ -9,7 +9,7 @@ Increase the necessary flags to enable firmware update partition.
|
||||
Set TFM_FWU_BOOTLOADER_LIB to use Corstone-1000 specific bootloader
|
||||
configuration. Fix linker issues caused by enablement.
|
||||
|
||||
Upstream-Status: Submitted [https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/39515]
|
||||
Upstream-Status: Backport [0107057d1411ec68e374fbd0ddc0e12abd5754ec]
|
||||
Signed-off-by: Ali Can Ozaslan <ali.oezaslan@arm.com>
|
||||
|
||||
---
|
||||
|
||||
@@ -78,7 +78,7 @@ with the following changes:
|
||||
-> Add image offsets and sizes for each payload to facilitate
|
||||
accurate image management during updates.
|
||||
|
||||
Upstream-Status: Submitted [https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/39516/1]
|
||||
Upstream-Status: Backport [fb790fc19904a0ca9bacba7e58cf4dff5576b1d0]
|
||||
Signed-off-by: Harsimran Singh Tungal <harsimransingh.tungal@arm.com>
|
||||
Signed-off-by: Ali Can Ozaslan <ali.oezaslan@arm.com>
|
||||
---
|
||||
|
||||
@@ -11,7 +11,7 @@ EFI variables. These ACS tests started failing after introducing new
|
||||
version of U-Boot, Trusted-Services and Trusted-Firmware-M while
|
||||
implementing PSA FWU support.
|
||||
|
||||
Upstream-Status: Submitted [https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/39517/1]
|
||||
Upstream-Status: Backport [bd80dee733e792eadfd2115f4bfa6bad748e5ce5]
|
||||
Signed-off-by: Harsimran Singh Tungal <harsimransingh.tungal@arm.com>
|
||||
---
|
||||
platform/ext/target/arm/corstone1000/config_tfm_target.h | 4 ++--
|
||||
|
||||
@@ -11,7 +11,7 @@ The whole rationale behind this is for the vendor to be able
|
||||
to override the configuration using the cmake file.
|
||||
|
||||
Signed-off-by: Yogesh Wani <yogesh.wani@arm.com>
|
||||
Upstream-Status: Submitted [https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/39598]
|
||||
Upstream-Status: Backport [948cb8e7601dcf1fe822d855c77749287fe6d9bd]
|
||||
---
|
||||
platform/ext/target/arm/corstone1000/config.cmake | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
@@ -12,7 +12,7 @@ tfm_hal_output_spm_log which relies on an SPM, which might not be
|
||||
initialized at that point.
|
||||
|
||||
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
|
||||
Upstream-Status: Pending [Not submitted to upstream yet]
|
||||
Upstream-Status: Backport [af0acd1af3e2cc81b12931b31367fb95e49e8272]
|
||||
---
|
||||
psa_crypto/CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -9,7 +9,7 @@ struct. In this case, it is defined in the used configuration header
|
||||
so the struct cannot be initialized with -1.
|
||||
|
||||
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
|
||||
Upstream-Status: Pending [Not submitted to upstream yet]
|
||||
Upstream-Status: Inappropriate [mbedcrypto configs have to be fixed to build secure-debug mps3 without this patch]
|
||||
---
|
||||
psa_crypto/adac_crypto_psa_mac.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
Reference in New Issue
Block a user