Searched refs:FspPlatformData (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/
H A DSecFsp.c58 FSP_PLAT_DATA *FspPlatformData; local
63 FspPlatformData = &FspData->PlatformData;
70 FspPlatformData->DataPtr = NULL;
71 FspPlatformData->MicrocodeRegionBase = 0;
72 FspPlatformData->MicrocodeRegionSize = 0;
73 FspPlatformData->CodeRegionBase = 0;
74 FspPlatformData->CodeRegionSize = 0;
90 CopyMem (&(FspPlatformData->MicrocodeRegionBase), StackPtr, (DwordSize << 2));
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/
H A DSecFsp.c86 FSP_PLAT_DATA *FspPlatformData; local
91 FspPlatformData = &FspData->PlatformData;
99 FspPlatformData->DataPtr = NULL;
100 FspPlatformData->MicrocodeRegionBase = 0;
101 FspPlatformData->MicrocodeRegionSize = 0;
102 FspPlatformData->CodeRegionBase = 0;
103 FspPlatformData->CodeRegionSize = 0;
117 CopyMem (&(FspPlatformData->MicrocodeRegionBase), StackPtr, (DwordSize << 2));

Completed in 52 milliseconds