From 9343ff95518f8a73e9f397408dae8b786b8dab11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Stehl=C3=A9?= Date: Tue, 23 Apr 2024 09:34:45 +0200 Subject: [PATCH] SIE.yaml: add image loading known acs limitation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ACS is looking for the EFI Image Execution Info Table, which causes failures. Add a rule in the SIE.yaml config file to mark this failure as known ACS limitation. Reported-by: Ryosuke Saito Suggested-by: Ilias Apalodimas Suggested-by: Stuart Yoder Signed-off-by: Vincent Stehlé --- SIE.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/SIE.yaml b/SIE.yaml index c791e7b..e08a31a 100644 --- a/SIE.yaml +++ b/SIE.yaml @@ -253,3 +253,22 @@ test set: SecureBootTest update: result: KNOWN ACS LIMITATION + +- rule: Force image loading failure with ACS-IR v23.09_2.1.0 as known ACS + limitation + The EFI Image Execution Info Table is not supported in U-Boot and is not + required by EBBR and BBSR. + criteria: + descr: Secure Boot Test + device path: No device path + group: RuntimeServicesTest + guid: 6A8CAA83-B9DA-46C7-98F6-D4969DABDAA0 + log: Status - Not Found + name: Secure Boot - ImageLoadingTest + result: FAILURE + revision: '0x00010000' + set guid: BA4A8DD9-2D6A-43A6-96CF-7947892B7359 + sub set: ImageLoading + test set: SecureBootTest + update: + result: KNOWN ACS LIMITATION -- GitLab