mbox series

[v2,0/5] arm-bsp: corstone1000: Enable multicore support for FVP

Message ID 20240618152724.7273-1-harsimransingh.tungal@arm.com
Headers show
Series arm-bsp: corstone1000: Enable multicore support for FVP | expand

Message

harsimransingh.tungal@arm.com June 18, 2024, 3:27 p.m. UTC
From: Harsimran Singh Tungal <harsimransingh.tungal@arm.com>

This changeset incorporates the multicore support for Corstone-1000 FVP.

Changelog:
===========

v2:
* Add extra space while appending EXTRA_OEMAKE for TF-A and OPTEE
* Change upstream pacth status to Backport for TF-A and OPTEE

Harsimran Singh Tungal (5):
  arm-bsp/optee: corstone1000: Remove MMCOMM buffer address
  arm-bsp/u-boot: corstone1000: Enable secondary cores for Corstone-1000
    FVP
  arm-bsp/trusted-firmware-a: corstone1000: Multicore support for
    Corstone-1000 FVP
  arm-bsp/trusted-firmware-m: corstone1000: Multicore support for
    Corstone-1000 FVP
  ci,arm-bsp: corstone1000: New MACHINE_FEATURES for Corstone-1000 FVP
    multicore

 kas/corstone1000-fvp-multicore.yml            |   8 +
 ...0-Add-multicore-support-for-FVP-plat.patch | 162 ++++++++++++++++++
 .../trusted-firmware-a-corstone1000.inc       |   2 +
 ...CS1000-Add-multicore-support-for-FVP.patch | 119 +++++++++++++
 .../trusted-firmware-m-corstone1000.inc       |   2 +
 .../u-boot/u-boot-corstone1000.inc            |   1 +
 ...dd-secondary-cores-cpu-nodes-for-FVP.patch |  63 +++++++
 ...one1000-Remove-MMCOMM-buffer-address.patch |  43 +++++
 .../optee/optee-os-corstone1000-common.inc    |   3 +
 9 files changed, 403 insertions(+)
 create mode 100644 kas/corstone1000-fvp-multicore.yml
 create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0006-feat-corstone1000-Add-multicore-support-for-FVP-plat.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0013-platform-CS1000-Add-multicore-support-for-FVP.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0049-corstone1000-Add-secondary-cores-cpu-nodes-for-FVP.patch
 create mode 100644 meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/0003-plat-corstone1000-Remove-MMCOMM-buffer-address.patch

Comments

Jon Mason June 19, 2024, 12:46 p.m. UTC | #1
On Tue, 18 Jun 2024 16:27:19 +0100, harsimransingh.tungal@arm.com wrote:
> From: Harsimran Singh Tungal <harsimransingh.tungal@arm.com>
> 
> This changeset incorporates the multicore support for Corstone-1000 FVP.
> 
> Changelog:
> ===========
> 
> [...]

Applied, thanks!

[1/5] arm-bsp/optee: corstone1000: Remove MMCOMM buffer address
      commit: 3e13dfa18a78b7ccd14f9d75a633b46655423170
[2/5] arm-bsp/u-boot: corstone1000: Enable secondary cores for Corstone-1000 FVP
      commit: c42a7ffd3ec83f7b81c908a0540f2084c274d0eb
[3/5] arm-bsp/trusted-firmware-a: corstone1000: Multicore support for Corstone-1000 FVP
      commit: 3eaa5c632c40c5f1eaf1c5e8830c40313177a11c
[4/5] arm-bsp/trusted-firmware-m: corstone1000: Multicore support for Corstone-1000 FVP
      commit: e437bc8f7d853be5d69b57382d9c8b7b964dda1e
[5/5] ci,arm-bsp: corstone1000: New MACHINE_FEATURES for Corstone-1000 FVP multicore
      commit: bd9fc4bbfca00be91b1cedde986adb9582ea60a9

Best regards,