-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCT: add test for EFI_CONFORMANCE_PROFILE_TABLE (Bugzilla Bug 4042) #230
Comments
Comment 19462Date: 2022-09-01 10:56:55 +0000
The UEFI 2.10 version introduced the EFI_CONFORMANCE_PROFILE_TABLE. Let's add a test that it only contains known GUIDs. I will try to create a patch. |
Comment 19465Date: 2022-09-01 17:06:41 +0000 We actually can only test the following: Version == EFI_CONFORMANCE_PROFILES_TABLE_VERSION (0x01) NumberOfProfiles >= 1 Currently EFI_CONFORMANCE_PROFILES_UEFI_SPEC_GUID is the only known GUID. But any GUID is allowable in the table according to the specification ("Additional profiles can be defined and published in other specifications"). So testing the actual GUID values is not reasonable. Best regards Heinrich |
Comment 19975Date: 2022-11-09 03:03:44 +0000 Created attachment 1049 Attachment: BZ-1049-updated_patch.patch |
Comment 19977Date: 2022-11-09 03:10:50 +0000 Hi Heinrich, |
Comment 23520Date: 2024-11-07 10:49:50 +0000 Hi Heinrich, |
This issue was created automatically with bugzilla2github
Bugzilla Bug 4042
Date: 2022-09-01T10:56:55+00:00
From: Heinrich Schuchardt <<xypron.glpk>>
To: Heinrich Schuchardt <<xypron.glpk>>
CC: Carolyn.Gjertsen, edhaya.chandran, gaojie, xypron.glpk
Last updated: 2024-11-07T10:49:50+00:00
The text was updated successfully, but these errors were encountered: