[0/5] Corstone1000: FF-A in u-boot , enabling secure partitions in Optee

Message ID 20211129124002.18352-1-abdellatif.elkhlifi@arm.com
Headers show
Series Corstone1000: FF-A in u-boot , enabling secure partitions in Optee | expand

Message

Abdellatif El Khlifi Nov. 29, 2021, 12:39 p.m. UTC
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

- Introducing FF-A support to u-boot
- Adding capsule update to Corstone1000
- Enabling secure partitions in Optee

Abdellatif El Khlifi (4):
  arm-bsp/u-boot: corstone1000: introducing Arm FF-A and MM support
  arm-bsp/u-boot: corstone1000: introducing EFI capsule update
  arm-bsp/u-boot: corstone1000: adjust the environment and heap sizes
  arm-bsp/linux: setting the FFA_VERSION compatibility checks

Vishnu Banavath (1):
  arm-bsp/optee-os: add a rule in optee-os Makefile for secure
    partitions

 ...ntroducing-Arm-FF-A-low-level-driver.patch | 2612 +++++++++++++++++
 ...9-arm_ffa-introducing-armffa-command.patch |  344 +++
 ...troducing-test-module-for-UCLASS_FFA.patch |  134 +
 ...troducing-MM-communication-with-FF-A.patch |  383 +++
 ...stone1000-enable-FF-A-and-MM-support.patch |  112 +
 ...one1000-introduce-EFI-capsule-update.patch |  419 +++
 ...djust-the-environment-and-heap-sizes.patch |   34 +
 .../recipes-bsp/u-boot/u-boot_%.bbappend      |    9 +-
 ...A_VERSION-compatibility-checks.patch.patch |  101 +
 .../linux/linux-arm-platforms.inc             |    1 +
 ...0-add-a-rule-in-Makefile-to-SP_MAKEF.patch |   38 +
 .../optee/optee-os_corstone1000_common.inc    |    3 +-
 12 files changed, 4188 insertions(+), 2 deletions(-)
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0018-arm_ffa-introducing-Arm-FF-A-low-level-driver.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0019-arm_ffa-introducing-armffa-command.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0020-arm_ffa-introducing-test-module-for-UCLASS_FFA.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0021-arm_ffa-introducing-MM-communication-with-FF-A.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0022-arm_ffa-corstone1000-enable-FF-A-and-MM-support.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0023-efi-corstone1000-introduce-EFI-capsule-update.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0024-corstone1000-adjust-the-environment-and-heap-sizes.patch
 create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0037-firmware-arm_ffa-setting-the-FFA_VERSION-compatibility-checks.patch.patch
 create mode 100644 meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/0003-plat-corstone1000-add-a-rule-in-Makefile-to-SP_MAKEF.patch