Searched refs:PlatformInfoHobPtr (Results 1 – 2 of 2) sorted by relevance
58 EFI_PLATFORM_INFO_HOB *PlatformInfoHobPtr; in SaveMemoryConfigEntryPoint() local69 PlatformInfoHobPtr = NULL; in SaveMemoryConfigEntryPoint()81 PlatformInfoHobPtr = GET_GUID_HOB_DATA (GuidHob); in SaveMemoryConfigEntryPoint()122 if (PlatformInfoHobPtr != NULL) { in SaveMemoryConfigEntryPoint()126 …MemInfoProtocol->MemInfoData.dimmSize[Slot + (Channel * DIMM_NUM)] = PlatformInfoHobPtr->MemData.D… in SaveMemoryConfigEntryPoint()129 MemInfoProtocol->MemInfoData.memSize = PlatformInfoHobPtr->MemData.MemSize; in SaveMemoryConfigEntryPoint()130 MemInfoProtocol->MemInfoData.EccSupport = PlatformInfoHobPtr->MemData.EccSupport; in SaveMemoryConfigEntryPoint()131 MemInfoProtocol->MemInfoData.ddrFreq = PlatformInfoHobPtr->MemData.DdrFreq; in SaveMemoryConfigEntryPoint()132 MemInfoProtocol->MemInfoData.ddrType = PlatformInfoHobPtr->MemData.DdrType; in SaveMemoryConfigEntryPoint()
55 EFI_PLATFORM_INFO_HOB *PlatformInfoHobPtr; in PlatformInfoInit()153 PlatformInfoHobPtr = GET_GUID_HOB_DATA (GuidHob.Guid); in PlatformInfoInit()163 if (EFI_ERROR(Status) || CompareMem (&TmpHob, PlatformInfoHobPtr, VarSize)) { in PlatformInfoInit()173 PlatformInfoHobPtr in PlatformInfoInit()