mbox series

[MICKLEDORE,0/7] arm-bsp/corstone1000: Various fixes for upcoming release

Message ID 20230622131628.11573-1-emekcan.aras@arm.com
Headers show
Series arm-bsp/corstone1000: Various fixes for upcoming release | expand

Message

Emekcan Aras June 22, 2023, 1:16 p.m. UTC
From: Emekcan Aras <emekcan.aras@arm.com>

This patchset fixes various issues on capsule_update and SR-IR tests for
corstone1000.

Emekcan Aras (3):
  arm-bsp/trusted-services: corstone1000: GetNextVariableName Fix
  arm-bsp/trusted-services: corstone1000: Fix PSA_RAW_KEY agreement test
  arm-bsp/trusted-services: corstone1000: Fix Capsule Update

Gowtham Suresh Kumar (4):
  arm-bsp/u-boot: corstone1000: Fix EFI multiple protocol install
    failure
  arm-bsp/u-boot: corstone1000: Enable EFI set/get time services
  arm-bsp/optee-os:corstone1000: Drop SPMC non secure interrupt patches
  arm-bsp/u-boot: corstone1000: Fix u-boot compilation warnings

 ...ime-allow-to-reset-a-path-after-boot.patch |  31 ----
 ...ata-make-sure-structures-are-packed.patch} |   0
 ...=> 0035-corstone1000-add-boot-index.patch} |   0
 ...djust-boot-bank-and-kernel-location.patch} |   0
 ...dd-nvmxip-fwu-mdata-and-gpt-options.patch} |   0
 ... 0038-nvmxip-move-header-to-include.patch} |   0
 ...0-set-kernel_addr-based-on-boot_idx.patch} |   0
 ...corstone1000-boot-index-from-active.patch} |   0
 ...0041-corstone1000-enable-PSCI-reset.patch} |   0
 ...042-Enable-EFI-set-get-time-services.patch |  32 ++++
 ...ion-warnings-in-fwu_plat_get_bootidx.patch |  47 ++++++
 .../recipes-bsp/u-boot/u-boot_%.bbappend      |  19 +--
 .../optee/optee-os-corstone1000-common.inc    |   2 +
 .../0004-GetNextVariableName-Fix.patch        |  33 ++++
 ...0-add-compile-definitions-for-ECP_DP.patch |  27 ++++
 ...0-Use-the-stateless-platform-service.patch | 141 ++++++++++++++++++
 ...0-Initialize-capsule-update-provider.patch |  78 ++++++++++
 .../trusted-services/ts-arm-platforms.inc     |   4 +
 18 files changed, 374 insertions(+), 40 deletions(-)
 delete mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0034-efi_boottime-allow-to-reset-a-path-after-boot.patch
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0035-fwu_metadata-make-sure-structures-are-packed.patch => 0034-fwu_metadata-make-sure-structures-are-packed.patch} (100%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0036-corstone1000-add-boot-index.patch => 0035-corstone1000-add-boot-index.patch} (100%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0037-corstone1000-adjust-boot-bank-and-kernel-location.patch => 0036-corstone1000-adjust-boot-bank-and-kernel-location.patch} (100%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0038-corstone1000-add-nvmxip-fwu-mdata-and-gpt-options.patch => 0037-corstone1000-add-nvmxip-fwu-mdata-and-gpt-options.patch} (100%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0039-nvmxip-move-header-to-include.patch => 0038-nvmxip-move-header-to-include.patch} (100%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0040-corstone1000-set-kernel_addr-based-on-boot_idx.patch => 0039-corstone1000-set-kernel_addr-based-on-boot_idx.patch} (100%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0041-corstone1000-boot-index-from-active.patch => 0040-corstone1000-boot-index-from-active.patch} (100%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0042-corstone1000-enable-PSCI-reset.patch => 0041-corstone1000-enable-PSCI-reset.patch} (100%)
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0042-Enable-EFI-set-get-time-services.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0043-corstone1000-fix-compilation-warnings-in-fwu_plat_get_bootidx.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/corstone1000/0004-GetNextVariableName-Fix.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/corstone1000/0005-plat-corstone1000-add-compile-definitions-for-ECP_DP.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/corstone1000/0006-plat-corstone1000-Use-the-stateless-platform-service.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/corstone1000/0007-plat-corstone1000-Initialize-capsule-update-provider.patch

Comments

Jon Mason June 22, 2023, 3:53 p.m. UTC | #1
On Thu, 22 Jun 2023 14:16:21 +0100, emekcan.aras@arm.com wrote:
> This patchset fixes various issues on capsule_update and SR-IR tests for
> corstone1000.
> 
> Emekcan Aras (3):
>   arm-bsp/trusted-services: corstone1000: GetNextVariableName Fix
>   arm-bsp/trusted-services: corstone1000: Fix PSA_RAW_KEY agreement test
>   arm-bsp/trusted-services: corstone1000: Fix Capsule Update
> 
> [...]

Applied, thanks!

[1/7] arm-bsp/u-boot: corstone1000: Fix EFI multiple protocol install failure
      commit: 1cdc2fc2fbb4d2f60f0bc2f1e7603717ab8a901e
[2/7] arm-bsp/u-boot: corstone1000: Enable EFI set/get time services
      commit: 8a014d897876a02e6293ad08fc3e1657e8d47ede
[3/7] arm-bsp/trusted-services: corstone1000: GetNextVariableName Fix
      commit: fa6e20d33b0944ead2a2c05aa1befadda67ae020
[4/7] arm-bsp/optee-os:corstone1000: Drop SPMC non secure interrupt patches
      commit: c99ed29ba6cfaa1efb614bce6ea3060123d828d5
[5/7] arm-bsp/u-boot: corstone1000: Fix u-boot compilation warnings
      commit: 8cd16aabdbe8d19ed7c844fb239d2b977c30f4d7
[6/7] arm-bsp/trusted-services: corstone1000: Fix PSA_RAW_KEY agreement test
      commit: 6b1bf55b942d543b885ceed9eb66d43d4ac658fd
[7/7] arm-bsp/trusted-services: corstone1000: Fix Capsule Update
      commit: 7714ad8f552ce9f377d31baaf07faf6d758c43be

Best regards,