All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] corstone1000: secure partitions patchset
@ 2021-12-09 19:19 abdellatif.elkhlifi
  2021-12-09 19:19 ` [PATCH 1/9] arm-bsp/u-boot: corstone1000: setting the boot console output abdellatif.elkhlifi
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: abdellatif.elkhlifi @ 2021-12-09 19:19 UTC (permalink / raw)
  To: meta-arm, Ross.Burton; +Cc: nd, Abdellatif El Khlifi

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

-- 
2.17.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-12-10 14:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09 19:19 [PATCH 0/9] corstone1000: secure partitions patchset abdellatif.elkhlifi
2021-12-09 19:19 ` [PATCH 1/9] arm-bsp/u-boot: corstone1000: setting the boot console output abdellatif.elkhlifi
2021-12-09 19:19 ` [PATCH 2/9] arm-bsp/u-boot: corstone1000: remove the use of fdt_addr_r abdellatif.elkhlifi
2021-12-09 19:19 ` [PATCH 3/9] arm-bsp/trusted-firmware-m: corstone1000: Aligning with TF-M master abdellatif.elkhlifi
2021-12-09 19:19 ` [PATCH 4/9] arm-bsp/secure-partitions: add openamp rpc caller abdellatif.elkhlifi
2021-12-09 19:19 ` [PATCH 5/9] arm-bsp/optee-os: add openamp-virtio abdellatif.elkhlifi
2021-12-09 19:19 ` [PATCH 6/9] arm-bsp/secure-partitions: Add psa client definitions for ff-m abdellatif.elkhlifi
2021-12-09 19:19 ` [PATCH 7/9] arm-bsp/secure-partitions: add common service component to ipc support abdellatif.elkhlifi
2021-12-09 19:19 ` [PATCH 8/9] arm-bsp/secure-partitions: add secure storage ipc backend abdellatif.elkhlifi
2021-12-09 19:19 ` [PATCH 9/9] arm-bsp/secure-partitions: Use secure storage ipc and openamp for se_proxy abdellatif.elkhlifi
2021-12-10 14:50 ` [PATCH 0/9] corstone1000: secure partitions patchset Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.