Skip to content

Commit

Permalink
sometimes required key
Browse files Browse the repository at this point in the history
Signed-off-by: SergeySlice <[email protected]>
  • Loading branch information
SergeySlice committed Jul 9, 2022
1 parent 319545d commit 8920835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rEFIt_UEFI/Platform/DataHubCpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ SetupDataForOSX(XBool Hibernate)
LogDataHub(gEfiMiscSubClassGuid, L"RBr", &RBr, 8);
LogDataHub(gEfiMiscSubClassGuid, L"EPCI", &ApplePlatformDataArray[GlobalConfig.CurrentModel].smcConfig, 4);
LogDataHub(gEfiMiscSubClassGuid, L"REV", &ApplePlatformDataArray[GlobalConfig.CurrentModel].smcRevision, 6);
LogDataHub(gEfiMiscSubClassGuid, L"RVBF", &ApplePlatformDataArray[GlobalConfig.CurrentModel].smcRevision, 6);
}
LogDataHub(gEfiMiscSubClassGuid, L"RPlt", RPlt, 8);
LogDataHub(gEfiMiscSubClassGuid, L"BEMB", &gSettings.Smbios.Mobile, 1);
Expand Down

0 comments on commit 8920835

Please sign in to comment.