mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-29 12:35:53 +01:00
sometimes required key
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
319545d91f
commit
8920835bfa
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user