All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][HONISTER 00/10] Backport "corstone1000: FF-A in u-boot , enabling secure partitions in Optee" commits on honister
@ 2021-11-29 17:57 abdellatif.elkhlifi
  2021-11-29 17:57 ` [PATCH][HONISTER 01/10] arm-bsp/optee-os: add a rule in optee-os Makefile for secure partitions abdellatif.elkhlifi
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: abdellatif.elkhlifi @ 2021-11-29 17:57 UTC (permalink / raw)
  To: meta-arm, Ross.Burton; +Cc: nd, Abdellatif El Khlifi, Arpita S . K

From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

Adding to honister stable branch:

- FF-A in u-boot
- Enabling secure partitions in Optee
- spdevkit fixes

Signed-off-by: Arpita S.K <Arpita.S.K@arm.com>

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

Ross Burton (5):
  arm/optee-test: use precise BSD license
  arm/optee-test: change DEPENDS to optee-os-tadevkit
  CI: build optee-test in qemuarm64-secureboot
  arm/optee-spdevkit: fix non-corstone1000 builds
  CI: build optee-spdevkit for qemuarm64

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

 ci/qemuarm64-secureboot.yml                   |    3 +
 ...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 +-
 .../optee/optee-spdevkit_git.bb               |    5 +-
 .../recipes-security/optee/optee-test.inc     |    4 +-
 15 files changed, 4197 insertions(+), 5 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

-- 
2.17.1



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

end of thread, other threads:[~2021-11-29 17:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29 17:57 [PATCH][HONISTER 00/10] Backport "corstone1000: FF-A in u-boot , enabling secure partitions in Optee" commits on honister abdellatif.elkhlifi
2021-11-29 17:57 ` [PATCH][HONISTER 01/10] arm-bsp/optee-os: add a rule in optee-os Makefile for secure partitions abdellatif.elkhlifi
2021-11-29 17:57 ` [PATCH][HONISTER 02/10] arm-bsp/u-boot: corstone1000: introducing Arm FF-A and MM support abdellatif.elkhlifi
2021-11-29 17:57 ` [PATCH][HONISTER 03/10] arm-bsp/u-boot: corstone1000: introducing EFI capsule update abdellatif.elkhlifi
2021-11-29 17:57 ` [PATCH][HONISTER 04/10] arm-bsp/u-boot: corstone1000: adjust the environment and heap sizes abdellatif.elkhlifi
2021-11-29 17:57 ` [PATCH][HONISTER 05/10] arm-bsp/linux: setting the FFA_VERSION compatibility checks abdellatif.elkhlifi
2021-11-29 17:57 ` [PATCH][HONISTER 06/10] arm/optee-test: use precise BSD license abdellatif.elkhlifi
2021-11-29 17:57 ` [PATCH][HONISTER 07/10] arm/optee-test: change DEPENDS to optee-os-tadevkit abdellatif.elkhlifi
2021-11-29 17:57 ` [PATCH][HONISTER 08/10] CI: build optee-test in qemuarm64-secureboot abdellatif.elkhlifi
2021-11-29 17:57 ` [PATCH][HONISTER 09/10] arm/optee-spdevkit: fix non-corstone1000 builds abdellatif.elkhlifi
2021-11-29 17:57 ` [PATCH][HONISTER 10/10] CI: build optee-spdevkit for qemuarm64 abdellatif.elkhlifi

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.