Message ID | 20211209192300.29211-1-abdellatif.elkhlifi@arm.com |
---|---|
Headers | show |
Series | backport "Corstone1000: MHU driver patchset" | expand |
On Thu, 9 Dec 2021 19:22:52 +0000, abdellatif.elkhlifi@arm.com wrote: > From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> > > Backporting from master MHU driver support. > > 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 > > [...] Applied, thanks! [1/8] arm-bsp/optee-os: increase core heap size commit: d93bd3a13016b432e531c3e23c22d2fedf02dfcd [2/8] arm/optee-spdevkit: add missing header file in optee-spdevkit commit: 48a646b5ebc83bbf148b9cc8f3baf372a462d4aa [3/8] arm/secure-partitions: remove platform specific dependencies commit: a7a24698884339f119031e8b216e407341bf1a2d [4/8] arm-bsp/secure-partitions: corstone1000: add mbed-crypto and nanopb to platform code commit: 0231b1937236c5b02cf6b0aff6b63416d6d7fb39 [5/8] arm-bsp/secure-partitions: corstone1000: add openamp support in SE proxy SP commit: e52c7199252fd28ee1847d220263f2334c325136 [6/8] arm/secure-partitions: pass TS_PLATFORM in the configure task commit: 0112ab00a67051b83f8631b05e39e1dc4bb50268 [7/8] arm-bsp/secure-partitions: Implement mhu driver commit: 360c498f1e63c730e89166bfaaf6b98029e5b135 [8/8] arm-bsp/optee-os: add MHU device regions in the SP manifest commit: 8a02bd6796cc5541164dea9551b8f93df99ec91c Best regards,
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> Backporting from master MHU driver support. 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