IntelFsp2WrapperPkg[all]  0.1
 All Data Structures Files Functions Variables Typedefs Macros Pages
FspSiliconInitDone.h File Reference

Data Structures

struct  _FSP_SILICON_INIT_DONE_PPI
 

Typedefs

typedef struct
_FSP_SILICON_INIT_DONE_PPI 
FSP_SILICON_INIT_DONE_PPI
 
typedef EFI_STATUS(EFIAPI * FSP_SILICON_INIT_DONE_GET_FSP_HOB_LIST )(IN CONST EFI_PEI_SERVICES **PeiServices, IN FSP_SILICON_INIT_DONE_PPI *This, OUT VOID **FspHobList)
 

Variables

EFI_GUID gFspSiliconInitDonePpiGuid
 

Detailed Description

Provides the services to return FSP hob list.

Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Typedef Documentation

typedef EFI_STATUS(EFIAPI * FSP_SILICON_INIT_DONE_GET_FSP_HOB_LIST)(IN CONST EFI_PEI_SERVICES **PeiServices, IN FSP_SILICON_INIT_DONE_PPI *This, OUT VOID **FspHobList)

Return Hob list produced by FSP.

Parameters
[in]PeiServicesThe pointer to the PEI Services Table.
[in]ThisThe pointer to this instance of this PPI.
[out]FspHobListThe pointer to Hob list produced by FSP.
Returns
EFI_SUCCESS FReturn Hob list produced by FSP successfully.

Variable Documentation

EFI_GUID gFspSiliconInitDonePpiGuid