-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Bios Setup knobs not able to retain the default value (Bugzilla Bug 4857) #10541
Comments
Comment 23414Date: 2024-09-30 05:06:01 +0000
Bios Setup knobs not able to retain the Sku specific default configuration values after pressing the Load Defaults hot key from the Bios Setup page. The Header format of the NVvariables generated from the HiiPcd are all in AUTHENTICATED_HEADER format. So FindVariableData function from HiiDatabaseDxe driver which searches for those variables was still using the old un-authenticted header format to search for the data. Hence was not able to find the correct data. |
Comment 23485Date: 2024-10-23 20:57:30 +0000 [email protected]: please provide the detail how to produce this problem. |
Comment 23492Date: 2024-10-24 02:11:54 +0000 [email protected] : But when PcdNvStoreDefaultValueBuffer has variables with data format of the type Authenticated variable storage then current implementation doesn't support this. Due to change in the header format, it was not able to find the variable data. You can reproduce this issue by changing the variable header format from VARIABLE_HEADER to AUTHENTICATED_VARIABLE_HEADER. |
Comment 23493Date: 2024-10-24 02:24:35 +0000 VPD_AUTHENTICATED_VARIABLE_STORE |
Comment 23498Date: 2024-10-25 02:35:16 +0000 Could you let me know why need to enable VPD_AUTHENTICATED_VARIABLE_STORE? |
Comment 23500Date: 2024-10-25 04:21:44 +0000 No need to enable VPD_AUTHENTICATED_VARIABLE_STORE. AUTHENTICATED_HEADER is expected to work without any issues with and without this change. As we need to support VPD_AUTHENTICATED_VARIABLE_STORE also for edk2 we need this change also for complete functionality, |
Comment 23501Date: 2024-10-27 15:06:54 +0000 [email protected]: |
Comment 23502Date: 2024-10-27 21:42:49 +0000 [email protected] is working on it. |
Comment 23503Date: 2024-10-27 21:44:14 +0000 I understand this change. It is to match the condition when VPD_AUTHENTICATED_VARIABLE_STORE is set TRUE. I am OK for this change. |
This issue was created automatically with bugzilla2github
Bugzilla Bug 4857
Date: 2024-09-30T05:06:01+00:00
From: nikhil.p.sheshagiri
To: nikhil.p.sheshagiri
CC: @lgao4, nigil.kuniyil
Last updated: 2024-10-27T21:44:14+00:00
The text was updated successfully, but these errors were encountered: