From 3bf10b17192f0015530b0479010701a448eaec48 Mon Sep 17 00:00:00 2001 From: Weizhao Ouyang Date: Wed, 16 Oct 2024 16:29:33 +0800 Subject: [PATCH] EBBR.yaml: ignore Hii protocols warnings/failures Some device can pass first check of "UEFI Compliant - Hii protocols must be implemented" but fails the second check (gEfiHiiFontProtocolGuid). We need to ignore this case. Signed-off-by: Weizhao Ouyang --- EBBR.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/EBBR.yaml b/EBBR.yaml index aa90000..9262dfe 100644 --- a/EBBR.yaml +++ b/EBBR.yaml @@ -536,6 +536,42 @@ update: result: IGNORED +- rule: Force false-positive uefi compliant failure (28c) as ignored (EBBR does + not require the HII Font protocol - EBBR Table 2.2.2. Required Platform + Specific Elements) + criteria: + descr: UEFI Compliant Test + device path: No device path + group: GenericTest + guid: B7CD2D76-EA43-4013-B7D1-59EB2EC9BF1B + log: HiiFont - No + name: UEFI Compliant - Hii protocols must be implemented + result: FAILURE + revision: '0x00010001' + set guid: A0A8BED3-3D6F-4AD8-907A-84D52EE1543B + sub set: PlatformSpecificElements + test set: EFICompliantTest + update: + result: IGNORED + +- rule: Force false-positive uefi compliant warning (28d) as ignored (EBBR does + not require the HII Font protocol - EBBR Table 2.2.2. Required Platform + Specific Elements) + criteria: + descr: UEFI Compliant Test + device path: No device path + group: GenericTest + guid: B7CD2D76-EA43-4013-B7D1-59EB2EC9BF1B + log: HiiFont - No + name: UEFI Compliant - Hii protocols must be implemented + result: WARNING + revision: '0x00010001' + set guid: A0A8BED3-3D6F-4AD8-907A-84D52EE1543B + sub set: PlatformSpecificElements + test set: EFICompliantTest + update: + result: IGNORED + - rule: Force false-positive uefi compliant failure (29) as ignored (EBBR Table 2.4 Notable Deviations from UEFI ยง 2.6.2) criteria: -- GitLab