Message ID | 20211209191935.26017-1-abdellatif.elkhlifi@arm.com |
---|---|
Headers | show |
Series | corstone1000: secure partitions patchset | expand |
On Thu, 9 Dec 2021 19:19:26 +0000, abdellatif.elkhlifi@arm.com wrote: > From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> > > Adding new features to the following components: > > u-boot > trusted-firmware-m > optee-os > secure-partitions > > [...] Applied, thanks! [1/9] arm-bsp/u-boot: corstone1000: setting the boot console output commit: 3fe3273198c311b5ace972a9b66a1184b63f3083 [2/9] arm-bsp/u-boot: corstone1000: remove the use of fdt_addr_r commit: 60af6f3745805056bc2da9b3d5aaaf162733f189 [3/9] arm-bsp/trusted-firmware-m: corstone1000: Aligning with TF-M master commit: ab339b24d49736d01aff562e30d28e387b823755 [4/9] arm-bsp/secure-partitions: add openamp rpc caller commit: 4c8b25c317969453d330a3917802968f2766a441 [5/9] arm-bsp/optee-os: add openamp-virtio commit: d248aa2a707912a61f96a160366d57c0c2f1ae12 [6/9] arm-bsp/secure-partitions: Add psa client definitions for ff-m commit: e038575aa57d9510b7f16e0b3b47b76df12cde42 [7/9] arm-bsp/secure-partitions: add common service component to ipc support commit: 31f5df490dc33c5094ff00f58862fb2a7fc52e6e [8/9] arm-bsp/secure-partitions: add secure storage ipc backend commit: d411433a1100cd8ffbc99e112b5ccaa6213a7997 [9/9] arm-bsp/secure-partitions: Use secure storage ipc and openamp for se_proxy commit: 7a6fba6e54d259c692dfb73f2a316e129452b6c8 Best regards,
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> Adding new features to the following components: u-boot trusted-firmware-m optee-os secure-partitions 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 | 24 +- ...-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, 2418 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