From 6f27211f17b9c2c1e5e6b722dbf2e93c6eabb24a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Stehl=C3=A9?= Date: Thu, 26 Jan 2023 19:45:31 +0100 Subject: [PATCH] SIE.yaml: add known u-boot limitations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The U-Boot QueryVariableInfo() implementation does not check properly for all invalid inputs conditions instead of delegating to StMM. Add a rule to override the result as "known u-boot limitation" in those cases. Link: https://lore.kernel.org/u-boot/20230126031512.17450-1-masahisa.kojima@linaro.org/ Signed-off-by: Vincent Stehlé --- SIE.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/SIE.yaml b/SIE.yaml index 04e0810..ead4e2f 100644 --- a/SIE.yaml +++ b/SIE.yaml @@ -60,6 +60,34 @@ update: result: IGNORED +############################################################################### +# Known U-Boot limitations # +############################################################################### + +# We force the following tests result as `KNOWN U-BOOT LIMITATION'. They are +# genuine bugs, which must ultimately be fixed. We know about them and they do +# not prevent an OS to boot. + +- rule: Force query auth variable info failures as known U-Boot limitation + query variable info implementation in U-Boot up to (at least) v2023.01 + does not check properly for all invalid inputs conditions instead of + delegating to StMM + https://lore.kernel.org/u-boot/20230126031512.17450-1-masahisa.kojima@linaro.org/ + criteria: + descr: Variable Services Test + device path: No device path + group: RuntimeServicesTest + guid: 6D0740FB-388A-491F-B818-9B5CB5170F95 + log: Status - Invalid Parameter + name: RT.QueryVariableInfo - Query Auth Variable. + result: FAILURE + revision: '0x00010000' + set guid: 28155531-80C5-4AD0-8471-A5E2AECF236C + sub set: AuthVar_Conf + test set: VariableServicesTest + update: + result: KNOWN U-BOOT LIMITATION + ############################################################################### # Known size limitations # ############################################################################### -- GitLab