[HONISTER,0/7] backport "Corstone1000: updating source-code and fixes"

Message ID 20211213163102.1039-1-abdellatif.elkhlifi@arm.com
Headers show
Series backport "Corstone1000: updating source-code and fixes" | expand

Message

Abdellatif El Khlifi Dec. 13, 2021, 4:30 p.m. UTC
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

Backporting the features already merged with master.

Abdellatif El Khlifi (4):
  arm-bsp/trusted-firmware-m: corstone1000: bump the version to 1.5
  arm-bsp/optee-os: corstone1000: unpack sp_manifest_combined_se.dts in
    WORKDIR
  arm/secure-partitions: introducing a common file
  arm-bsp/secure-partitions: corstone1000: using the default SHA

Gowtham Suresh Kumar (1):
  arm-bsp/u-boot: corstone1000: Fix GetVariable data size issue

Vishnu Banavath (2):
  arm-bsp/secure-partitions: rebase TS patches
  arm-bsp/optee-os: cherry pick fixes from upstream integration branch

 .../conf/machine/include/corstone1000.inc     |    2 +-
 .../trusted-firmware-m-corstone1000.inc       |    2 +
 ...ppend => trusted-firmware-m_1.4%.bbappend} |    0
 ...ix-GetVariable-to-handle-0-data-size.patch |   47 +
 .../recipes-bsp/u-boot/u-boot_%.bbappend      |    1 +
 ...d-missing-error-check-during-SP-init.patch |   40 +
 .../optee/optee-os_corstone1000.inc           |    5 +-
 .../optee/optee-os_corstone1000_common.inc    |    3 +-
 ...pplying-lowercase-project-convention.patch |    6 +-
 ...0002-fix-EARLY_TA_PATHS-env-variable.patch |    6 +-
 ...proxy-dts-add-se-proxy-as-child-node.patch |    6 +-
 ...te-mm-comm-buffer-region-in-dts-file.patch |   10 +-
 .../0005-Configure-NV-storage-macro.patch     |   10 +-
 .../0006-Use-device-region.patch              |   10 +-
 ...7-Add-openamp-to-SE-proxy-deployment.patch |   20 +-
 ...iver-and-the-OpenAmp-conversion-laye.patch |    6 +-
 .../0009-Add-openamp-rpc-caller.patch         |   10 +-
 ...-add-psa-client-definitions-for-ff-m.patch |    8 +-
 ...mon-service-component-to-ipc-support.patch |   12 +-
 .../0012-Add-secure-storage-ipc-backend.patch |   10 +-
 ...storage-ipc-and-openamp-for-se_proxy.patch |    6 +-
 ...d-uefi-variable-append-write-support.patch | 1152 +++++++++++++++++
 ...riable-support-for-QueryVariableInfo.patch |  822 ++++++++++++
 .../0016-Add-uefi-test-deployment.patch       |  239 ++++
 ...-parameter-setting-in-sp-ffarpc_call.patch |   31 +
 ...-call-requests-with-no-shared-buffer.patch |  107 ++
 .../trusted-services/ts-corstone1000.inc      |    7 +-
 .../trusted-services/secure-partitions.inc    |   27 +
 .../trusted-services/secure-partitions_git.bb |   17 +-
 29 files changed, 2543 insertions(+), 79 deletions(-)
 rename meta-arm-bsp/recipes-bsp/trusted-firmware-m/{trusted-firmware-m_%.bbappend => trusted-firmware-m_1.4%.bbappend} (100%)
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0035-Fix-GetVariable-to-handle-0-data-size.patch
 create mode 100644 meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/0005-Fix-add-missing-error-check-during-SP-init.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0014-Add-uefi-variable-append-write-support.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0015-Add-UEFI-variable-support-for-QueryVariableInfo.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0016-Add-uefi-test-deployment.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0017-Fix-interface-ID-parameter-setting-in-sp-ffarpc_call.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0018-Support-FFARPC-call-requests-with-no-shared-buffer.patch
 create mode 100644 meta-arm/recipes-security/trusted-services/secure-partitions.inc

Comments

Jon Mason Dec. 14, 2021, 4:33 a.m. UTC | #1
On Mon, 13 Dec 2021 16:30:55 +0000, abdellatif.elkhlifi@arm.com wrote:
> From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
> 
> Backporting the features already merged with master.
> 
> Abdellatif El Khlifi (4):
>   arm-bsp/trusted-firmware-m: corstone1000: bump the version to 1.5
>   arm-bsp/optee-os: corstone1000: unpack sp_manifest_combined_se.dts in
>     WORKDIR
>   arm/secure-partitions: introducing a common file
>   arm-bsp/secure-partitions: corstone1000: using the default SHA
> 
> [...]

Applied, thanks!

[1/7] arm-bsp/trusted-firmware-m: corstone1000: bump the version to 1.5
      commit: 6ee207b52009b3b8e71f8d606ab0f02a7b45495b
[2/7] arm-bsp/optee-os: corstone1000: unpack sp_manifest_combined_se.dts in WORKDIR
      commit: e53bc984f5f1e7d2ddd8cddea8bfe951a52dfdce
[3/7] arm-bsp/secure-partitions: rebase TS patches
      commit: e1c04fd924533770f74687bfbac8bfd40df9eee9
[4/7] arm-bsp/optee-os: cherry pick fixes from upstream integration branch
      commit: 9b0ddd606e6bc81ee85cbc23f2f87a6818750a83
[5/7] arm-bsp/u-boot: corstone1000: Fix GetVariable data size issue
      commit: 37d646c3b92a55f04d1a6d1c4869c9e400db594f
[6/7] arm/secure-partitions: introducing a common file
      commit: b94c50d291234b01192c7b724be077733b71c40d
[7/7] arm-bsp/secure-partitions: corstone1000: using the default SHA
      commit: 42061ba8ce1d3fc685b1b2cdbb7d36745e45e9ca

Best regards,