[HONISTER,0/9] backport "corstone1000: secure partitions patchset"

Message ID 20211211100837.19703-1-abdellatif.elkhlifi@arm.com
Headers show
Series backport "corstone1000: secure partitions patchset" | expand

Message

Abdellatif El Khlifi Dec. 11, 2021, 10:08 a.m. UTC
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

Backporting already merged commits on master:

corstone1000: secure partitions patchset

Abdellatif El Khlifi (2):
  arm-bsp/u-boot: corstone1000: setting the boot console output
  arm-bsp/u-boot: corstone1000: remove the use of fdt_addr_r

Satish Kumar (1):
  arm-bsp/trusted-firmware-m: corstone1000: Aligning with TF-M master

Vishnu Banavath (6):
  arm-bsp/secure-partitions: add openamp rpc caller
  arm-bsp/optee-os: add openamp-virtio
  arm-bsp/secure-partitions: Add psa client definitions for ff-m
  arm-bsp/secure-partitions: add common service component to ipc support
  arm-bsp/secure-partitions: add secure storage ipc backend
  arm-bsp/secure-partitions: Use secure storage ipc and openamp for
    se_proxy

 .../trusted-firmware-m-corstone1000.inc       |   22 +-
 ...-dts-setting-the-boot-console-output.patch |   33 +
 ...000-dts-remove-the-use-of-fdt_addr_r.patch |   34 +
 .../recipes-bsp/u-boot/u-boot_%.bbappend      |    2 +
 .../corstone1000/sp_manifest_combined_se.dts  |    6 +
 .../0009-Add-openamp-rpc-caller.patch         | 1178 +++++++++++++++++
 ...-add-psa-client-definitions-for-ff-m.patch |  294 ++++
 ...mon-service-component-to-ipc-support.patch |  287 ++++
 .../0012-Add-secure-storage-ipc-backend.patch |  514 +++++++
 ...storage-ipc-and-openamp-for-se_proxy.patch |   61 +
 .../trusted-services/ts-corstone1000.inc      |    7 +-
 11 files changed, 2416 insertions(+), 22 deletions(-)
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0033-corstone1000-dts-setting-the-boot-console-output.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0034-corstone1000-dts-remove-the-use-of-fdt_addr_r.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0009-Add-openamp-rpc-caller.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0010-add-psa-client-definitions-for-ff-m.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0011-Add-common-service-component-to-ipc-support.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0012-Add-secure-storage-ipc-backend.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0013-Use-secure-storage-ipc-and-openamp-for-se_proxy.patch

Comments

Jon Mason Dec. 12, 2021, 2:34 a.m. UTC | #1
On Sat, 11 Dec 2021 10:08:28 +0000, abdellatif.elkhlifi@arm.com wrote:
> From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
> 
> Backporting already merged commits on master:
> 
> corstone1000: secure partitions patchset
> 
> Abdellatif El Khlifi (2):
>   arm-bsp/u-boot: corstone1000: setting the boot console output
>   arm-bsp/u-boot: corstone1000: remove the use of fdt_addr_r
> 
> [...]

Applied, thanks!

[1/9] arm-bsp/u-boot: corstone1000: setting the boot console output
      commit: 4a66446a51c74c5573a14e1e559e4a4e1833d1d0
[2/9] arm-bsp/u-boot: corstone1000: remove the use of fdt_addr_r
      commit: d83f7c79558fda0c8b59172c998b38315740e26b
[3/9] arm-bsp/trusted-firmware-m: corstone1000: Aligning with TF-M master
      commit: 6a175f4b1ca1c52b674588cefbfbb5a493bf28cb
[4/9] arm-bsp/secure-partitions: add openamp rpc caller
      commit: 9b4cd95b8c381dfb67a9eefe7673e15f78c8fe08
[5/9] arm-bsp/optee-os: add openamp-virtio
      commit: 24ecb7cf1894ff4d5f1aa2ba03df2b1f1f7e8ae1
[6/9] arm-bsp/secure-partitions: Add psa client definitions for ff-m
      commit: fac6216f09d3d447a13b01807e8863ea66aa9c78
[7/9] arm-bsp/secure-partitions: add common service component to ipc support
      commit: 117dd9583a676c550ee0e189ea57450ee701231a
[8/9] arm-bsp/secure-partitions: add secure storage ipc backend
      commit: 1359423f0f12250d542ab813f6de9abde499e7bc
[9/9] arm-bsp/secure-partitions: Use secure storage ipc and openamp for se_proxy
      commit: 8649420ff5cd40c3bfd49cd0344a7b46c4972f7f

Best regards,