Home
last modified time | relevance | path

Searched refs:FspInitDone (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/
DFspPlatformInfoLibSample.c176 IN BOOLEAN FspInitDone, in GetStackInfo() argument
185 if (!FspInitDone) { in GetStackInfo()
189 if (!FspInitDone) { in GetStackInfo()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
DFspInitPeiV1.c139 FSP_INIT_DONE_PPI *FspInitDone; in PeiFspInitV1() local
147 (VOID **) &FspInitDone in PeiFspInitV1()
166 Status = FspInitDone->GetFspHobList (GetPeiServicesTablePointer (), FspInitDone, &FspHobList); in PeiFspInitV1()
/device/linaro/bootloader/edk2/IntelFspPkg/Include/Library/
DFspPlatformLib.h57 FspInitDone (
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Include/Library/
DFspPlatformInfoLib.h150 IN BOOLEAN FspInitDone,
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspPlatformLib/
DFspPlatformNotify.c97 FspInitDone ( in FspInitDone() function
/device/linaro/bootloader/edk2/IntelFspPkg/FspDxeIpl/
DDxeIpl.c427 FspInitDone (); in DxeLoadCore()