HomeSort by relevance Sort by last modified time
    Searched refs:FspHobList (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Include/Library/
FspHobProcessLib.h 21 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
28 IN VOID *FspHobList
34 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
41 IN VOID *FspHobList
47 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
54 IN VOID *FspHobList
FspPlatformSecLib.h 44 @param[in] FspHobList HobList produced by FSP.
51 IN VOID *FspHobList,
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Include/Library/
FspWrapperHobProcessLib.h 21 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
28 IN VOID *FspHobList
34 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
41 IN VOID *FspHobList
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/
PlatformInit.c 23 @param[in] FspHobList HobList produced by FSP.
30 IN VOID *FspHobList,
42 DEBUG ((DEBUG_INFO, "FspHobList - 0x%x\n", FspHobList));
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/
PlatformInit.c 22 @param[in] FspHobList HobList produced by FSP.
29 IN VOID *FspHobList,
40 DEBUG ((DEBUG_INFO, "FspHobList - 0x%x\n", FspHobList));
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/
PlatformInit.c 26 IN VOID *FspHobList,
39 DEBUG ((DEBUG_INFO, "FspHobList - 0x%x\n", FspHobList));
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Include/Ppi/
FspSiliconInitDone.h 25 @param[out] FspHobList The pointer to Hob list produced by FSP.
34 OUT VOID **FspHobList
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Include/Ppi/
FspInitDone.h 25 @param[out] FspHobList The pointer to Hob list produced by FSP.
34 OUT VOID **FspHobList
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
FspInitPeiV2.c 25 @param[out] FspHobList The pointer to Hob list produced by FSP.
34 OUT VOID **FspHobList
100 @param[out] FspHobList The pointer to Hob list produced by FSP.
109 OUT VOID **FspHobList
116 *FspHobList = *(VOID **)GET_GUID_HOB_DATA (GuidHob);
143 VOID *FspHobList;
173 FspHobList = NULL;
174 FspMemoryInitParams.HobListPtr = &FspHobList;
188 DEBUG ((DEBUG_INFO, " HobListPtr (returned) - 0x%x\n", FspHobList));
189 ASSERT (FspHobList != NULL);
    [all...]
FspInitPeiV1.c 140 VOID *FspHobList;
166 Status = FspInitDone->GetFspHobList (GetPeiServicesTablePointer (), FspInitDone, &FspHobList);
168 DEBUG ((DEBUG_INFO, "FspHobList - 0x%x\n", FspHobList));
169 FspHobProcess (FspHobList);
SecMain.h 102 @param[out] FspHobList The pointer to Hob list produced by FSP.
111 OUT VOID **FspHobList
SecMain.c 280 @param[out] FspHobList The pointer to Hob list produced by FSP.
289 OUT VOID **FspHobList
306 *FspHobList = (VOID *)(UINTN)(*(UINT32 *)((UINTN)TopOfTemporaryRamPpi - sizeof(UINT32)));
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/
FspHobProcessLibSample.c 137 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
144 IN VOID *FspHobList
178 Hob.Raw = (UINT8 *)(UINTN)FspHobList;
179 DEBUG((DEBUG_INFO, "FspHobList - 0x%x\n", FspHobList));
340 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
345 IN VOID *FspHobList
350 FspHob.Raw = FspHobList;
375 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
382 IN VOID *FspHobList
    [all...]
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/
FspWrapperHobProcessLibSample.c 139 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
146 IN VOID *FspHobList
180 Hob.Raw = (UINT8 *)(UINTN)FspHobList;
181 DEBUG((DEBUG_INFO, "FspHobList - 0x%x\n", FspHobList));
342 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
347 IN VOID *FspHobList
352 FspHob.Raw = FspHobList;
377 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
384 IN VOID *FspHobList
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/PeiFspHobProcessLibVlv2/
FspHobProcessLibVlv2.c 140 @param FspHobList Pointer to the HOB data structure produced by FSP.
147 IN VOID *FspHobList
187 Hob.Raw = (UINT8 *)(UINTN)FspHobList;
188 DEBUG((DEBUG_INFO, "FspHobList - 0x%x\n", FspHobList));
383 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
390 IN VOID *FspHobList
400 PlatformHobCreateFromFsp ((CONST EFI_PEI_SERVICES **) PeiServices, FspHobList);
408 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
415 IN VOID *FspHobList
    [all...]
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspsWrapperPeim/
FspsWrapperPeim.c 137 @param[out] FspHobList The pointer to Hob list produced by FSP.
146 OUT VOID **FspHobList
164 @param[out] FspHobList The pointer to Hob list produced by FSP.
173 OUT VOID **FspHobList
180 *FspHobList = *(VOID **)GET_GUID_HOB_DATA(GuidHob);
282 // Now FspHobList complete, process it

Completed in 173 milliseconds