Home
last modified time | relevance | path

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

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