mbox series

[0/5] Bump TF-M version to v1.7

Message ID 20221221123236.342413-1-mohamed.omarasaker@arm.com
Headers show
Series Bump TF-M version to v1.7 | expand

Message

mohamed.omarasaker@arm.com Dec. 21, 2022, 12:32 p.m. UTC
From: Mohamed Omar Asaker <mohamed.omarasaker@arm.com>

This change is Bumping the version of TF-M to v1.7 and remove 
v1.6 recipe.
Side changes required:
- Change musca_b1 platform name
- Create bsp recipe for corstone1000
- Remove TF-M out of tree patches for corstone1000

Mohamed Omar Asaker (5):
  arm-bsp/trusted-services: corstone1000: Use the stateless platform
    service calls
  arm-bsp/trusted-firmware-m: Bump TFM to v1.7
  arm-bsp/trusted-firmware-m: corstone1000: TFM 1.7
  arm-bsp/musca_b1: Edit the platform name
  arm-bsp/trusted-firmware-m: Remove TF-M 1.6 recipe

 meta-arm-bsp/conf/machine/musca-b1.conf       |   2 +-
 ...e1000-platform-secure-test-framework.patch | 359 -----------
 ...ake-external-system-support-optional.patch |  77 ---
 ...ble-secure-enclave-run-without-host-.patch | 298 ---------
 ...on-Allow-configuration-of-input-and-.patch |  72 ---
 ...pport-for-UEFI-FMP-image-Information.patch | 573 ------------------
 ...0-remove-two-partition-configuration.patch |  51 --
 ...ne1000-adjust-PS-asset-configuration.patch |  27 -
 ...trusted-firmware-m-1.7.0-corstone1000.inc} |  18 +-
 ...pend => trusted-firmware-m_1.7.%.bbappend} |   2 +-
 ...3-Use-the-stateless-platform-service.patch | 140 +++++
 .../trusted-services/ts-arm-platforms.inc     |   1 +
 .../trusted-firmware-m_1.7.0.bb               | 142 +++++
 13 files changed, 292 insertions(+), 1470 deletions(-)
 delete mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/corstone1000/0001-corstone1000-platform-secure-test-framework.patch
 delete mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/corstone1000/0002-corstone1000-make-external-system-support-optional.patch
 delete mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/corstone1000/0003-corstone1000-enable-secure-enclave-run-without-host-.patch
 delete mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/corstone1000/0004-Platform-Partition-Allow-configuration-of-input-and-.patch
 delete mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/corstone1000/0005-corstone1000-support-for-UEFI-FMP-image-Information.patch
 delete mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/corstone1000/0006-corstone1000-remove-two-partition-configuration.patch
 delete mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/corstone1000/0007-corstone1000-adjust-PS-asset-configuration.patch
 rename meta-arm-bsp/recipes-bsp/trusted-firmware-m/{trusted-firmware-m-corstone1000.inc => trusted-firmware-m-1.7.0-corstone1000.inc} (65%)
 rename meta-arm-bsp/recipes-bsp/trusted-firmware-m/{trusted-firmware-m_1.6.%.bbappend => trusted-firmware-m_1.7.%.bbappend} (54%)
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/corstone1000/0023-Use-the-stateless-platform-service.patch
 create mode 100644 meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.7.0.bb