[0/2] arm-bsp/secure-partitions: corstone1000: fix SCT setVariable() failures

Message ID 20211221185324.3890-1-xueliang.zhong@arm.com
Headers show
Series arm-bsp/secure-partitions: corstone1000: fix SCT setVariable() failures | expand

Message

xueliang.zhong@arm.com Dec. 21, 2021, 6:53 p.m. UTC
From: Xueliang Zhong <xueliang.zhong@arm.com>


This patchset fixes the os_indications setVariable() failure and the SCT
errors seen for setVariable() and getNextVariableName() functions on
Corstone1000.

Gowtham Suresh Kumar (2):
  arm-bsp/secure-partitions: corstone1000: Change UID of variable index
    in SMM
  arm-bsp/secure-partitions: Add error cases to setVariable() and
    getNextVariableName()

 ...-Change-UID-of-variable-index-in-SMM.patch | 34 +++++++++
 ...-Add-missing-features-to-setVariable.patch | 76 +++++++++++++++++++
 ...rameter-check-in-getNextVariableName.patch | 58 ++++++++++++++
 .../trusted-services/ts-corstone1000.inc      |  3 +
 4 files changed, 171 insertions(+)
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0029-Change-UID-of-variable-index-in-SMM.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0030-Add-missing-features-to-setVariable.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0031-Add-invalid-parameter-check-in-getNextVariableName.patch

Comments

Jon Mason Dec. 22, 2021, 5:10 a.m. UTC | #1
On Tue, 21 Dec 2021 18:53:22 +0000, xueliang.zhong@arm.com wrote:
> From: Xueliang Zhong <xueliang.zhong@arm.com>
> 
> 
> This patchset fixes the os_indications setVariable() failure and the SCT
> errors seen for setVariable() and getNextVariableName() functions on
> Corstone1000.
> 
> [...]

Applied, thanks!

[1/2] arm-bsp/secure-partitions: corstone1000: Change UID of variable index in SMM
      commit: 2c084144c77c054f9e1358038f20eda31d47f8b4
[2/2] arm-bsp/secure-partitions: Add error cases to setVariable() and getNextVariableName()
      commit: b7b634a788c5615c26e3681be2be68e590a68fcc

Best regards,