[0/1] arm-bsp/secure-partitions: add check for null attribute field

Message ID 20220104172046.21290-1-gowtham.sureshkumar@arm.com
Headers show
Series arm-bsp/secure-partitions: add check for null attribute field | expand

Message

Gowtham Suresh Kumar Jan. 4, 2022, 5:20 p.m. UTC
From: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>

UEFI spec says that if 0 is passed in the attributes filed in
setVariable() API, it means that it's a delete variable call.
Currently smm gateway doesn't handle this case. This change
is to add above mentioned check.

Vishnu Banavath (1):
  arm-bsp/secure-partitions: add check for null attribute field

 ...teway-add-checks-for-null-attributes.patch | 79 +++++++++++++++++++
 .../trusted-services/ts-corstone1000.inc      |  1 +
 2 files changed, 80 insertions(+)
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0032-smm_gateway-add-checks-for-null-attributes.patch