-
Notifications
You must be signed in to change notification settings - Fork 630
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
Invalid EnvVar's Attributes value for linked NVAR entry #401
Comments
Unclear if they should be, need to reverse the AMI implementation some more to see what attribute field is actually read by GetVariable. |
Since I have an AMI UEFI, I don't need to reverse GetVariables(), I can just query the variables from the OS API. |
It's still unclear what change you are proposing. The information displayed by UEFITool is specific to the item that is selected, so if you select the link entry, you will get "correct" attributes, and if you select the Data/Full, you will get whatever that NVAR has. Do you expect something else? |
You are right, that was what I've expected - that UEFITool will show the "raw" entry, whether it's "Link" or "Full". |
When there's NVAR entry of subtype "Link" that link to a Data/Full NVAR entry, the link's attribute does not propagate to the linked NVAR.
The text was updated successfully, but these errors were encountered: