Set hwInfo with skuTable and sysInfo for selected productFamily
Change-Id: I9dc7de0ad70d0ebd98e569ee2657e6ff7278bc76
This commit is contained in:
parent
43497fc5fa
commit
6eb13a0c9a
|
@ -293,6 +293,8 @@ int main(int argc, char **argv) {
|
|||
return -1;
|
||||
}
|
||||
platform = *hardwareInfo->pPlatform;
|
||||
featureTable = *hardwareInfo->pSkuTable;
|
||||
gtSystemInfo = *hardwareInfo->pSysInfo;
|
||||
|
||||
platform.usRevId = (uint16_t)revisionId;
|
||||
|
||||
|
|
Loading…
Reference in New Issue