All of lore.kernel.org
 help / color / mirror / Atom feed
From: abdellatif.elkhlifi@arm.com
To: meta-arm@lists.yoctoproject.org, Ross.Burton@arm.com
Cc: nd@arm.com, Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>,
	"Arpita S . K" <Arpita.S.K@arm.com>
Subject: [PATCH][HONISTER 00/10] Backport "corstone1000: FF-A in u-boot , enabling secure partitions in Optee" commits on honister
Date: Mon, 29 Nov 2021 17:57:39 +0000	[thread overview]
Message-ID: <20211129175749.10391-1-abdellatif.elkhlifi@arm.com> (raw)

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



             reply	other threads:[~2021-11-29 17:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-29 17:57 abdellatif.elkhlifi [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211129175749.10391-1-abdellatif.elkhlifi@arm.com \
    --to=abdellatif.elkhlifi@arm.com \
    --cc=Arpita.S.K@arm.com \
    --cc=Ross.Burton@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    --cc=nd@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.