mbox series

[langdale,0/3] arm/trusted-services: checks before

Message ID 20221107114453.48460-1-emekcan.aras@arm.com
Headers show
Series arm/trusted-services: checks before | expand

Message

Emekcan Aras Nov. 7, 2022, 11:44 a.m. UTC
From: Emekcan <emekcan.aras@arm.com>

It fixes few issues regarding ts patch stage. 
1- Adds check if there are patches to be applied on psa-api-tests.
2- Fixes psa-api-tests (crypto and attestation) for corstone1000.
3- Changes default configuration on tfm to accommodate changes 
in "2" for corstone

Rui Miguel Silva (3):
  arm/trusted-services: check before applying patches
  arm-bsp/trusted-services: psa test setup corstone1000
  arm-bsp/trusted-firmware-m: adjust ps assets for corstone1000

 ...ne1000-adjust-PS-asset-configuration.patch | 27 +++++++
 .../trusted-firmware-m-corstone1000.inc       |  1 +
 ...1-Add-openamp-to-SE-proxy-deployment.patch |  6 +-
 ...iver-and-the-OpenAmp-conversion-laye.patch |  6 +-
 .../0003-Add-openamp-rpc-caller.patch         |  6 +-
 ...-add-psa-client-definitions-for-ff-m.patch |  6 +-
 ...mon-service-component-to-ipc-support.patch |  6 +-
 .../0006-Add-secure-storage-ipc-backend.patch |  6 +-
 ...storage-ipc-and-openamp-for-se_proxy.patch |  6 +-
 .../corstone1000/0008-Run-psa-arch-test.patch |  6 +-
 ...0009-Use-address-instead-of-pointers.patch |  6 +-
 ...-Add-psa-ipc-attestation-to-se-proxy.patch | 75 ++++++++++++++++---
 ...d-as-openamp-rpc-using-secure-storag.patch |  6 +-
 .../0012-add-psa-ipc-crypto-backend.patch     | 22 +-----
 ...ub-capsule-update-service-components.patch |  8 +-
 .../0014-Configure-storage-size.patch         |  8 +-
 ...face-structure-aligned-with-tf-m-cha.patch |  6 +-
 ...egrate-remaining-psa-ipc-client-APIs.patch |  6 +-
 ...et_key_usage_flags-definition-to-the.patch |  6 +-
 ...-in-AEAD-for-psa-arch-test-54-and-58.patch | 11 ++-
 ...rstone1000-change-default-smm-values.patch |  6 +-
 .../0020-FMP-Support-in-Corstone1000.patch    | 15 ++--
 ...0001-corstone1000-port-crypto-config.patch |  0
 .../trusted-services/libts_git.bbappend       | 10 +++
 .../trusted-services/ts-corstone1000.inc      | 47 ++++++------
 .../trusted-services/ts-psa-api-test.inc      |  7 ++
 .../ts-psa-crypto-api-test_git.bbappend       |  8 +-
 .../ts-psa-iat-api-test_git.bbappend          |  1 +
 .../ts-psa-its-api-test_git.bbappend          |  1 +
 .../ts-psa-ps-api-test_git.bbappend           |  1 +
 .../ts-sp-se-proxy_%.bbappend                 |  5 ++
 .../ts-sp-smm-gateway_%.bbappend              |  5 ++
 .../ts-psa-api-test-common_git.inc            |  6 +-
 33 files changed, 215 insertions(+), 127 deletions(-)
 create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/corstone1000/0007-corstone1000-adjust-PS-asset-configuration.patch
 rename meta-arm-bsp/recipes-security/trusted-services/corstone1000/{ts-psa-crypto-api-test => psa-apitest}/0001-corstone1000-port-crypto-config.patch (100%)
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/libts_git.bbappend
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/ts-psa-api-test.inc
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/ts-psa-iat-api-test_git.bbappend
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/ts-psa-its-api-test_git.bbappend
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/ts-psa-ps-api-test_git.bbappend

Comments

Jon Mason Nov. 7, 2022, 7:03 p.m. UTC | #1
On Mon, 7 Nov 2022 11:44:50 +0000, emekcan.aras@arm.com wrote:
> It fixes few issues regarding ts patch stage.
> 1- Adds check if there are patches to be applied on psa-api-tests.
> 2- Fixes psa-api-tests (crypto and attestation) for corstone1000.
> 3- Changes default configuration on tfm to accommodate changes
> in "2" for corstone
> 
> Rui Miguel Silva (3):
>   arm/trusted-services: check before applying patches
>   arm-bsp/trusted-services: psa test setup corstone1000
>   arm-bsp/trusted-firmware-m: adjust ps assets for corstone1000
> 
> [...]

Applied, thanks!

[1/3] arm/trusted-services: check before applying patches
      commit: 3651527f577ea24bbb1bdcb3ef0705235a0e536e
[2/3] arm-bsp/trusted-services: psa test setup corstone1000
      commit: 9e2de7dacc355fc3def8bf54cd2d14595037c438
[3/3] arm-bsp/trusted-firmware-m: adjust ps assets for corstone1000
      commit: 8d35c5b5396f80523e73c493c936f60c8242d00c

Best regards,