public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/1] uefi-sct/SctPkg: TCGMOR SCT Test Implementation
@ 2023-04-21 19:46 Abhimanyu Singh
  2023-04-21 19:46 ` [PATCH v1 1/1] uefi-sct/SctPkg: TCGMOR Platform Reset Check Test Abhimanyu Singh
  0 siblings, 1 reply; 2+ messages in thread
From: Abhimanyu Singh @ 2023-04-21 19:46 UTC (permalink / raw)
  To: devel
  Cc: Edhaya.Chandran, gaojie, Carolyn.Gjertsen, =Samer.El-Haj-Mahmoud,
	stuart.yoder, Samer El-Haj-Mahmoud

The TCG PC Client Platform Reset Attack Mitigation Spec v1.10 is based 
on UEFI Variables, and there should be a way to test for the variables 
and functionality based on the TCG specification.

REF to Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=4419
Proposed SCT spec: https://bugzilla.tianocore.org/show_bug.cgi?id=4374
Repository: https://github.com/aabhi64/edk2-test/tree/tcgmortest

Cc: G Edhaya Chandran <Edhaya.Chandran@arm.com>
Cc: Barton Gao <gaojie@byosoft.com.cn>
Cc: Carolyn Gjertsen <Carolyn.Gjertsen@amd.com>
Cc: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com>

Abhi.Singh (1):
  uefi-sct/SctPkg: TCGMOR Platform Reset Check Test

 uefi-sct/SctPkg/CommonGenFramework.sh                                                        |   1 +
 uefi-sct/SctPkg/Config/Data/Category.ini                                                     |   7 +
 uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TCGMOR/BlackBoxTest/Guid.c                 |  33 +++
 uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TCGMOR/BlackBoxTest/Guid.h                 |  36 +++
 uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TCGMOR/BlackBoxTest/TCGMORBBTest.inf       |  53 ++++
 uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TCGMOR/BlackBoxTest/TCGMORBBTestFunction.c | 312 ++++++++++++++++++++
 uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TCGMOR/BlackBoxTest/TCGMORBBTestMain.c     | 109 +++++++
 uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TCGMOR/BlackBoxTest/TCGMORBBTestMain.h     |  89 ++++++
 uefi-sct/SctPkg/UEFI/UEFI_SCT.dsc                                                            |   1 +
 9 files changed, 641 insertions(+)
 create mode 100644 uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TCGMOR/BlackBoxTest/Guid.c
 create mode 100644 uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TCGMOR/BlackBoxTest/Guid.h
 create mode 100644 uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TCGMOR/BlackBoxTest/TCGMORBBTest.inf
 create mode 100644 uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TCGMOR/BlackBoxTest/TCGMORBBTestFunction.c
 create mode 100644 uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TCGMOR/BlackBoxTest/TCGMORBBTestMain.c
 create mode 100644 uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TCGMOR/BlackBoxTest/TCGMORBBTestMain.h

-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-21 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-21 19:46 [PATCH v1 0/1] uefi-sct/SctPkg: TCGMOR SCT Test Implementation Abhimanyu Singh
2023-04-21 19:46 ` [PATCH v1 1/1] uefi-sct/SctPkg: TCGMOR Platform Reset Check Test Abhimanyu Singh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox