mbox series

[0/3] Upgrade Corstone1000 to TF-A v2.11 and use metadata v2

Message ID 20240705160622.583987-1-bence.balogh@arm.com
Headers show
Series Upgrade Corstone1000 to TF-A v2.11 and use metadata v2 | expand

Message

bence.balogh@arm.com July 5, 2024, 4:06 p.m. UTC
From: Bence Balogh <bence.balogh@arm.com>

The TF-A v2.11 supports only the metadata v2. Because of this, the TF-M
and U-Boot metadata structs also had to be updated.

Bence Balogh (2):
  arm-bsp/trusted-firmware-a: Upgrade Corstone1000 to TF-A v2.11
  arm-bsp/u-boot: corstone1000: use mdata v2

Emekcan Aras (1):
  arm-bsp/trusted-firmware-m: corstone1000: Switch to metadata v2

 .../conf/machine/include/corstone1000.inc     |   2 +-
 ...-remove-unused-NS_SHARED_RAM-region.patch} |   0
 ...md-remove-EL3-interrupt-registration.patch |  54 ----
 ...clean-the-cache-and-disable-interru.patch} |   0
 ...-Add-multicore-support-for-FVP-plat.patch} |  33 ++-
 ...ne1000-include-platform-header-file.patch} |   0
 .../trusted-firmware-a-corstone1000.inc       |  17 +-
 ...m-Corstone1000-switch-to-metadata-v2.patch | 235 ++++++++++++++++++
 .../trusted-firmware-m-corstone1000.inc       |   1 +
 .../u-boot/u-boot-corstone1000.inc            |   1 +
 .../0050-fwu-Use-metadata-v2.patch            | 105 ++++++++
 11 files changed, 367 insertions(+), 81 deletions(-)
 rename meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/{0004-fix-corstone1000-remove-unused-NS_SHARED_RAM-region.patch => 0003-fix-corstone1000-remove-unused-NS_SHARED_RAM-region.patch} (100%)
 delete mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0003-fix-spmd-remove-EL3-interrupt-registration.patch
 rename meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/{0005-fix-corstone1000-clean-the-cache-and-disable-interru.patch => 0004-fix-corstone1000-clean-the-cache-and-disable-interru.patch} (100%)
 rename meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/{0006-feat-corstone1000-Add-multicore-support-for-FVP-plat.patch => 0005-feat-corstone1000-Add-multicore-support-for-FVP-plat.patch} (89%)
 rename meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/{0007-feat-corstone1000-include-platform-header-file.patch => 0006-feat-corstone1000-include-platform-header-file.patch} (100%)
 create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0014-Platform-Corstone1000-switch-to-metadata-v2.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0050-fwu-Use-metadata-v2.patch

--
2.25.1

Comments

Jon Mason July 9, 2024, 12:45 p.m. UTC | #1
On Fri, 05 Jul 2024 18:06:19 +0200, bence.balogh@arm.com wrote:
> From: Bence Balogh <bence.balogh@arm.com>
> 
> The TF-A v2.11 supports only the metadata v2. Because of this, the TF-M
> and U-Boot metadata structs also had to be updated.
> 
> Bence Balogh (2):
>   arm-bsp/trusted-firmware-a: Upgrade Corstone1000 to TF-A v2.11
>   arm-bsp/u-boot: corstone1000: use mdata v2
> 
> [...]

Applied, thanks!

[1/3] arm-bsp/trusted-firmware-a: Upgrade Corstone1000 to TF-A v2.11
      commit: 45cc1d2e2c4ccd169b2b4a58585f1b9f81e97e7e
[2/3] arm-bsp/trusted-firmware-m: corstone1000: Switch to metadata v2
      commit: f219bed3335cdaf858a1c55cf04963b86fd5fc15
[3/3] arm-bsp/u-boot: corstone1000: use mdata v2
      commit: af0b47160e6a6fdf137c85a2ba7be77369711405

Best regards,