Skip to content
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

WIP: ArmSystemReady Interim Solution for UEFI vars using UEFI Global Variables #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jamesphurl
Copy link
Contributor

…Var GUID

DO NOT MERGE THIS CHANGE!!!

UEFI spec states:

"UEFI Drivers must never use EFIGLOBAL_VARIBLE GUID or gEfiGlobalVariableGuid to store configuration information. This GUID is reserved for use by the UEFI Specification."

These changes relate to BfsbStatus, RshimMacAddr, OobMacAddr which all use the EFI Global Guid.

"BfsbStatus" changes in "bfsbdump" - tested these on current 4.x and a 4.x with none of the UEFI modifications and verified script used the correct GUID.

For "RshimMacAddr" verified the new GUID was used and similar to above, the Global Guid was used if a
4.x without UEFI changes.

For "OobMacAddr", I manually changed "bfcfg" to force creation of the gMlxBfCfgGuid" in the systems efi variables.
ls -l /sys/firmware/efi/efivars
To fully test this, would need to be manufacturing configuring an OobMacAddr on a new board (I believe)

RM #3431862

…Var GUID

DO NOT MERGEE THIS CHANGE!!!

UEFI spec states:

"UEFI Drivers must never use EFIGLOBAL_VARIBLE GUID or
gEfiGlobalVariableGuid to store configuration information.
This GUID is reserved for use by the UEFI Specification."

These changes relate to BfsbStatus, RshimMacAddr, OobMacAddr
which all use the EFI Global Guid.

"BfsbStatus" changes in "bfsbdump" - tested these on
current 4.x and a 4.x with none of the UEFI modifications
and verified scrupt used the correct GUID.

For "RshimMacAddr" verified the new GUID was used and
similar to above, the Global Guid was used if a
4.x without UEFI changes.

For "OobMacAddr", I manually changed "bfcfg" to force
creation of the gMlxBfCfgGuid" in the system efi vars>
To fully test this, would need to be manufacturing
configuring an OobMacAddr on a new board (I believe)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants