Home
last modified time | relevance | path

Searched refs:mPlatformInfo (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
DAcpiPlatform.c73 EFI_PLATFORM_INFO_HOB *mPlatformInfo; variable
255 OemIdValue = mPlatformInfo->AcpiOemId; in PlatformUpdateTables()
264 TableHeader->OemTableId = mPlatformInfo->AcpiOemTableId; in PlatformUpdateTables()
479 = mPlatformInfo->PciData.PciExpressBase; in PlatformUpdateTables()
481 = (UINT8)RShiftU64 (mPlatformInfo->PciData.PciExpressSize, 20) - 1; in PlatformUpdateTables()
748 if (mPlatformInfo->BoardId == BOARD_ID_BL_FFRD && mPlatformInfo->BoardRev >= PR1) { in PR1FSASetting()
752 if (mPlatformInfo->BoardId == BOARD_ID_BL_FFRD8) { in PR1FSASetting()
815 mPlatformInfo = GET_GUID_HOB_DATA (GuidHob.Guid); in AcpiPlatformEntryPoint()
991 mGlobalNvsArea.Area->PlatformFlavor = mPlatformInfo->PlatformFlavor; in AcpiPlatformEntryPoint()
996 mGlobalNvsArea.Area->BoardID = mPlatformInfo->BoardId; in AcpiPlatformEntryPoint()
[all …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DIchRegTable.c38 extern EFI_PLATFORM_INFO_HOB mPlatformInfo;
113 SubsystemVidDid = mPlatformInfo.SsidSvid; in InitializeSubsystemIds()
114 SubsystemAudioVidDid = mPlatformInfo.SsidSvid; in InitializeSubsystemIds()
DPlatform.c86 EFI_PLATFORM_INFO_HOB mPlatformInfo; variable
773 &mPlatformInfo in InitializePlatform()
873 InitPchPlatformPolicy(&mPlatformInfo); in InitializePlatform()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscSubclassDriverEntryPoint.c45 EFI_PLATFORM_INFO_HOB *mPlatformInfo=NULL;
142 mPlatformInfo = GET_GUID_HOB_DATA (GuidHob.Guid); in MiscSubclassDriverEntryPoint()
146 DEBUG ((EFI_D_ERROR, "PlatformInfoHob->BoardId [0x%x]\n", mPlatformInfo->BoardId)); in MiscSubclassDriverEntryPoint()
DMiscBaseBoardManufacturerFunction.c35 extern EFI_PLATFORM_INFO_HOB *mPlatformInfo;
79 if (RecordData == NULL || mPlatformInfo == NULL) { in MISC_SMBIOS_TABLE_FUNCTION()
83 if (BOARD_ID_MINNOW2_TURBOT == mPlatformInfo->BoardId) { in MISC_SMBIOS_TABLE_FUNCTION()
94 if (BOARD_ID_MINNOW2_TURBOT == mPlatformInfo->BoardId) { in MISC_SMBIOS_TABLE_FUNCTION()
DMiscChassisManufacturerFunction.c41 extern EFI_PLATFORM_INFO_HOB *mPlatformInfo;
77 if (RecordData == NULL || mPlatformInfo == NULL) { in MISC_SMBIOS_TABLE_FUNCTION()
81 if (BOARD_ID_MINNOW2_TURBOT == mPlatformInfo->BoardId) { in MISC_SMBIOS_TABLE_FUNCTION()
DMiscSystemManufacturerFunction.c36 extern EFI_PLATFORM_INFO_HOB *mPlatformInfo;
88 if (Context == NULL || mPlatformInfo == NULL) { in AddSmbiosManuCallback()
96 if (BOARD_ID_MINNOW2_TURBOT == mPlatformInfo->BoardId) { in AddSmbiosManuCallback()
168 if (BOARD_ID_MINNOW2_TURBOT == mPlatformInfo->BoardId) { in AddSmbiosManuCallback()
DMiscOemType0x94Function.c552 EFI_PLATFORM_INFO_HOB *mPlatformInfo=NULL;
574 mPlatformInfo = GET_GUID_HOB_DATA (GuidHob.Guid);
644 if ( NULL != mPlatformInfo) {
648 UnicodeSPrint (Buffer, sizeof (Buffer), L"%x", mPlatformInfo->BoardId);
654 UnicodeSPrint (Buffer, sizeof (Buffer), L"%x", mPlatformInfo->BoardRev);
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DSetupInfoRecords.c109 EFI_PLATFORM_INFO_HOB *mPlatformInfo;
1208 EFI_PLATFORM_INFO_HOB *mPlatformInfo=NULL;
1227 mPlatformInfo = GET_GUID_HOB_DATA (GuidHob.Guid);
1296 if ( NULL != mPlatformInfo) {
1300 switch(mPlatformInfo->BoardId){
1302 UnicodeSPrint (Buffer, sizeof (Buffer), L"BAY LAKE RVP(%02x)", mPlatformInfo->BoardId);
1306 UnicodeSPrint (Buffer, sizeof (Buffer), L"BAY LAKE FFRD(%02x)", mPlatformInfo->BoardId);
1310 … UnicodeSPrint (Buffer, sizeof (Buffer), L"BAY ROCK RVP DDR3L (%02x)", mPlatformInfo->BoardId);
1314 UnicodeSPrint (Buffer, sizeof (Buffer), L"BAYLEY BAY (%02x)", mPlatformInfo->BoardId);
1318 UnicodeSPrint (Buffer, sizeof (Buffer), L"BAKER SPORT (%02x)", mPlatformInfo->BoardId);
[all …]