TianoCore EDK2 master
Loading...
Searching...
No Matches
FspSiliconInitDone.h File Reference

Go to the source code of this file.

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

Definition in file FspSiliconInitDone.h.

Typedef Documentation

◆ FSP_SILICON_INIT_DONE_GET_FSP_HOB_LIST

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.

Definition at line 24 of file FspSiliconInitDone.h.

◆ FSP_SILICON_INIT_DONE_PPI