diff --git a/SIE.yaml b/SIE.yaml index ead4e2fa61fd905332053a96bbd3098e3f0b6ab8..da5fc754c2865ce4ea1c478c0d1047c1b6af52b1 100644 --- a/SIE.yaml +++ b/SIE.yaml @@ -60,6 +60,30 @@ update: result: IGNORED +# We force the following failed tests result as `IGNORED' because they are not +# mandated by BBSR. + +- rule: Force older TPM compatibility combined failure as ignored + The ACS SCT test is verifying compatibility with TPM capabilities 1.0. + U-Boot up to at least version 2023.10 does not support TPM capabilities 1.0 + and also erroneously returns BUFFER_TOO_SMALL in this case instead of + SUCCESS. + BBSR does not mandate compatibility with older TPM capabilities 1.0; + it only requires TCG2, TPM capabilities 1.1. + criteria: + descr: Testing For EFI TCG2 Protocol + guid: 8DDB031B-7448-40EE-B1A2-E6F8E8C4E55F + log: Status - Buffer Too Small + name: TCG2_PROTOCOL.GetCapability - GetCapability() backwards compatibility + check for 1.0 version of EFI_TCG_BOOT_SERVICE_CAPABILITY + result: FAILURE + revision: '0x00010000' + set guid: 39FF9C71-4B41-4E5B-AED7-87C794187D67 + sub set: GetCapability_Conf + test set: TCG2ProtocolTest + update: + result: IGNORED + ############################################################################### # Known U-Boot limitations # ############################################################################### diff --git a/schemas/common-schema.yaml b/schemas/common-schema.yaml index 8dbef1f389d5ca33707312f3328179b909cbbeab..349c9ec529985a84e69cbcff89a3891739dc74a2 100644 --- a/schemas/common-schema.yaml +++ b/schemas/common-schema.yaml @@ -33,6 +33,7 @@ $defs: - Simple Text Input Ex Protocol Test - Simple Text Output Protocol Test - Testing For EFI Random Number Protocol + - Testing For EFI TCG2 Protocol - Testing For Loaded Image Protocol - Testing For Simple File System Protocol and EFI_FILE Protocol - Time Services Test @@ -290,5 +291,6 @@ $defs: - SimpleNetworkProtocolTest - SimpleOutputProtocolTest - SimpleTextInputExProtocolTest + - TCG2ProtocolTest - TimeServicesTest - VariableServicesTest