[0/4] arm-bsp/secure-partitions: corstone1000: Configure storage in SMM gateway

Message ID 20211220141418.19837-1-xueliang.zhong@arm.com
Headers show
Series arm-bsp/secure-partitions: corstone1000: Configure storage in SMM gateway | expand

Message

xueliang.zhong@arm.com Dec. 20, 2021, 2:14 p.m. UTC
From: Xueliang Zhong <xueliang.zhong@arm.com>

This patchset will add a macro to configure the volatile and
non volatile storage in SMM gateway. Few useful logs are
also added to the secure world.

Gowtham Suresh Kumar (3):
  arm-bsp/secure-partitions: corstone1000: Configure storage in SMM
    gateway
  arm-bsp/u-boot: corstone1000: Fix SCT failures
  arm-bsp/security: Revert set append write TS patch

Vishnu Banavath (1):
  arm-bsp/u-boot: populate ESRT table with image_info

 ...-Disable-DHCP-PING-config-parameters.patch |   31 +
 ...1000-Disable-set-get-of-NV-variables.patch |   48 +
 ...config-enable-CAPSULE_FIRMWARE_RAW-c.patch |   31 +
 ...ate-ESRT-table-if-EFI_ESRT-config-op.patch |   38 +
 ...-add-get_image_info-for-corstone1000.patch |  119 ++
 .../recipes-bsp/u-boot/u-boot_%.bbappend      |    5 +
 ...-logs-to-functions-in-SMM-gateway-SP.patch |  251 ++++
 .../0027-Configure-storage-size.patch         |   43 +
 ...d-uefi-variable-append-write-support.patch | 1220 +++++++++++++++++
 .../trusted-services/ts-corstone1000.inc      |    3 +
 10 files changed, 1789 insertions(+)
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0043-Disable-DHCP-PING-config-parameters.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0044-Revert-corstone1000-Disable-set-get-of-NV-variables.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0045-corstone1000-defconfig-enable-CAPSULE_FIRMWARE_RAW-c.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0046-efi_loader-populate-ESRT-table-if-EFI_ESRT-config-op.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0047-efi_firmware-add-get_image_info-for-corstone1000.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0026-Add-logs-to-functions-in-SMM-gateway-SP.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0027-Configure-storage-size.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0028-Revert-Add-uefi-variable-append-write-support.patch

Comments

Jon Mason Dec. 20, 2021, 10:58 p.m. UTC | #1
On Mon, 20 Dec 2021 14:14:14 +0000, xueliang.zhong@arm.com wrote:
> From: Xueliang Zhong <xueliang.zhong@arm.com>
> 
> This patchset will add a macro to configure the volatile and
> non volatile storage in SMM gateway. Few useful logs are
> also added to the secure world.
> 
> Gowtham Suresh Kumar (3):
>   arm-bsp/secure-partitions: corstone1000: Configure storage in SMM
>     gateway
>   arm-bsp/u-boot: corstone1000: Fix SCT failures
>   arm-bsp/security: Revert set append write TS patch
> 
> [...]

Applied, thanks!

[1/4] arm-bsp/secure-partitions: corstone1000: Configure storage in SMM gateway
      commit: 5f69e4a51bf67383e808b39d15f94ca239afd870
[2/4] arm-bsp/u-boot: corstone1000: Fix SCT failures
      commit: 9ac90c6b25ba8a91e7b59e5a7db20e7c4c8cdef6
[3/4] arm-bsp/security: Revert set append write TS patch
      commit: 5661a1d61437bd9fe653ea43d9b34fd8908d2ecf
[4/4] arm-bsp/u-boot: populate ESRT table with image_info
      commit: 7afe7d50f1778777c62880c75da6024cd4fd79be

Best regards,