Skip to content

Commit 8920835

Browse files
committed
sometimes required key
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
1 parent 319545d commit 8920835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rEFIt_UEFI/Platform/DataHubCpu.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ SetupDataForOSX(XBool Hibernate)
569569
LogDataHub(gEfiMiscSubClassGuid, L"RBr", &RBr, 8);
570570
LogDataHub(gEfiMiscSubClassGuid, L"EPCI", &ApplePlatformDataArray[GlobalConfig.CurrentModel].smcConfig, 4);
571571
LogDataHub(gEfiMiscSubClassGuid, L"REV", &ApplePlatformDataArray[GlobalConfig.CurrentModel].smcRevision, 6);
572+
LogDataHub(gEfiMiscSubClassGuid, L"RVBF", &ApplePlatformDataArray[GlobalConfig.CurrentModel].smcRevision, 6);
572573
}
573574
LogDataHub(gEfiMiscSubClassGuid, L"RPlt", RPlt, 8);
574575
LogDataHub(gEfiMiscSubClassGuid, L"BEMB", &gSettings.Smbios.Mobile, 1);

0 commit comments

Comments
 (0)