Home
last modified time | relevance | path

Searched refs:MemData (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/
DMultiPlatformLib.c82 PlatformInfoHob->MemData.MemMir0 = PlatformInfoHob->PciData.PciResourceMem64Base; in MultiPlatformInfoInit()
83 PlatformInfoHob->MemData.MemMir1 = PlatformInfoHob->PciData.PciResourceMem64Limit + 1; in MultiPlatformInfoInit()
91 PlatformInfoHob->MemData.MemMaxTolm = (UINT32) PlatformInfoHob->PciData.PciResourceMem32Base; in MultiPlatformInfoInit()
93 PlatformInfoHob->MemData.MemMaxTolm = (UINT32) PlatformInfoHob->PciData.PciExpressBase; in MultiPlatformInfoInit()
95 PlatformInfoHob->MemData.MemTolm = PlatformInfoHob->MemData.MemMaxTolm; in MultiPlatformInfoInit()
100 PlatformInfoHob->MemData.MmioSize = 0x1000 - (UINT16)(PlatformInfoHob->MemData.MemMaxTolm >> 20); in MultiPlatformInfoInit()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SaveMemoryConfig/
DSaveMemoryConfig.c126 …>MemInfoData.dimmSize[Slot + (Channel * DIMM_NUM)] = PlatformInfoHobPtr->MemData.DimmSize[Slot + (… 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()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DPlatformInfoInit.c163 PlatformInfoHob->MemData.MemMaxTolm = MemoryCeiling;
164 PlatformInfoHob->MemData.MemTolm = MemoryCeiling;
169 … PlatformInfoHob->MemData.MmioSize = 0x1000 - (UINT16)(PlatformInfoHob->MemData.MemMaxTolm >> 20);
DMemoryCallback.c88 DEBUG ((EFI_D_ERROR, "Memory TOLM: %X\n", PlatformInfo->MemData.MemTolm)); in EndOfPeiPpiNotifyCallback()
108 …RROR, "UC START: %lX End : %lX\n", PlatformInfo->MemData.MemMir0, PlatformInfo->MemData.Me… in EndOfPeiPpiNotifyCallback()
110 LowUncableBase = PlatformInfo->MemData.MemMaxTolm; in EndOfPeiPpiNotifyCallback()
/device/linaro/bootloader/edk2/DuetPkg/FSVariable/
DVariableStorage.h89 UINT8 *MemData; member
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
DPlatformInfo.h405 EFI_PLATFORM_MEM_DATA MemData;
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.inf54 Mem/MemData.c