[0/8] Corstone1000: MHU driver patchset

Message ID 20211208135900.683-1-abdellatif.elkhlifi@arm.com
Headers show
Series Corstone1000: MHU driver patchset | expand

Message

Abdellatif El Khlifi Dec. 8, 2021, 1:58 p.m. UTC
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

Adding the following features to Corstone1000:

- openamp support
- MHU driver
- increasing optee core heap size
- adding missing header for optee-spdevkit

Abdellatif El Khlifi (3):
  arm/secure-partitions: remove platform specific dependencies
  arm-bsp/secure-partitions: corstone1000: add mbed-crypto and nanopb to
    platform code
  arm-bsp/secure-partitions: corstone1000: add openamp support in SE
    proxy SP

Vishnu Banavath (5):
  arm-bsp/optee-os: increase core heap size
  arm/optee-spdevkit: add missing header file in optee-spdevkit
  arm/secure-partitions: pass TS_PLATFORM in the configure task
  arm-bsp/secure-partitions: Implement mhu driver
  arm-bsp/optee-os: add MHU device regions in the SP manifest

 ...ne1000-increase-OPTEE-core-heap-size.patch |   29 +
 .../corstone1000/sp_manifest_combined_se.dts  |   17 +-
 .../optee/optee-os_corstone1000_common.inc    |    4 +-
 ...7-Add-openamp-to-SE-proxy-deployment.patch |  259 ++++
 ...iver-and-the-OpenAmp-conversion-laye.patch | 1083 +++++++++++++++++
 .../trusted-services/ts-corstone1000.inc      |   32 +-
 .../optee/optee-spdevkit_git.bb               |  183 +++
 .../trusted-services/secure-partitions_git.bb |   12 +-
 8 files changed, 1603 insertions(+), 16 deletions(-)
 create mode 100644 meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/0004-plat-corstone1000-increase-OPTEE-core-heap-size.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0007-Add-openamp-to-SE-proxy-deployment.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0008-Implement-mhu-driver-and-the-OpenAmp-conversion-laye.patch

Comments

Jon Mason Dec. 8, 2021, 4:22 p.m. UTC | #1
On Wed, 8 Dec 2021 13:58:52 +0000, abdellatif.elkhlifi@arm.com wrote:
> From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
> 
> Adding the following features to Corstone1000:
> 
> - openamp support
> - MHU driver
> - increasing optee core heap size
> - adding missing header for optee-spdevkit
> 
> [...]

Minor change needed for openamp patch, as their master branch was removed in favor of a main branch.

Applied, thanks!

[1/8] arm-bsp/optee-os: increase core heap size
      commit: 7d69d62dc4d6941d41cdcb5c08229bad01b4e8b6
[2/8] arm/optee-spdevkit: add missing header file in optee-spdevkit
      commit: a55cb25bd6dd8fd4c889a68ee035eba53c0d7c11
[3/8] arm/secure-partitions: remove platform specific dependencies
      commit: 75091146ff89e1b32407c50f96a0ea1dd1bb35df
[4/8] arm-bsp/secure-partitions: corstone1000: add mbed-crypto and nanopb to platform code
      commit: bc26590ccd8667f391f5b40b30de24348fb5db67
[5/8] arm-bsp/secure-partitions: corstone1000: add openamp support in SE proxy SP
      commit: 647be3ed4270722d5f2f9b946a8cbfc5324c064f
[6/8] arm/secure-partitions: pass TS_PLATFORM in the configure task
      commit: 584f509329b5e0fee4719a70631786a85fc11984
[7/8] arm-bsp/secure-partitions: Implement mhu driver
      commit: e128e8b296b75b1532c799206164921d0324a2a9
[8/8] arm-bsp/optee-os: add MHU device regions in the SP manifest
      commit: 7fa39fc38dea903dc95c06c6a3d4816c3e1099e3

Best regards,