Home
last modified time | relevance | path

Searched refs:NotifyPhaseParams (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
DFspNotifyS3.c60 NOTIFY_PHASE_PARAMS NotifyPhaseParams; in S3EndOfPeiNotify() local
71 NotifyPhaseParams.Phase = EnumInitPhaseAfterPciEnumeration; in S3EndOfPeiNotify()
72 Status = CallFspNotifyPhase (FspHeader, &NotifyPhaseParams); in S3EndOfPeiNotify()
75 NotifyPhaseParams.Phase = EnumInitPhaseReadyToBoot; in S3EndOfPeiNotify()
76 Status = CallFspNotifyPhase (FspHeader, &NotifyPhaseParams); in S3EndOfPeiNotify()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/
DFspNotifyDxe.c57 NOTIFY_PHASE_PARAMS NotifyPhaseParams; in OnPciEnumerationComplete() local
74 NotifyPhaseParams.Phase = EnumInitPhaseAfterPciEnumeration; in OnPciEnumerationComplete()
75 Status = CallFspNotifyPhase (mFspHeader, &NotifyPhaseParams); in OnPciEnumerationComplete()
101 NOTIFY_PHASE_PARAMS NotifyPhaseParams; in OnReadyToBoot() local
106 NotifyPhaseParams.Phase = EnumInitPhaseReadyToBoot; in OnReadyToBoot()
107 Status = CallFspNotifyPhase (mFspHeader, &NotifyPhaseParams); in OnReadyToBoot()
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/
DFspWrapperNotifyDxe.c79 NOTIFY_PHASE_PARAMS NotifyPhaseParams; in OnPciEnumerationComplete() local
96 NotifyPhaseParams.Phase = EnumInitPhaseAfterPciEnumeration; in OnPciEnumerationComplete()
98 Status = CallFspNotifyPhase (&NotifyPhaseParams); in OnPciEnumerationComplete()
134 NOTIFY_PHASE_PARAMS NotifyPhaseParams; in OnReadyToBoot() local
139 NotifyPhaseParams.Phase = EnumInitPhaseReadyToBoot; in OnReadyToBoot()
141 Status = CallFspNotifyPhase (&NotifyPhaseParams); in OnReadyToBoot()
175 NOTIFY_PHASE_PARAMS NotifyPhaseParams; in OnEndOfFirmware() local
183 NotifyPhaseParams.Phase = EnumInitPhaseEndOfFirmware; in OnEndOfFirmware()
185 Status = CallFspNotifyPhase (&NotifyPhaseParams); in OnEndOfFirmware()
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspsWrapperPeim/
DFspsWrapperPeim.c88 NOTIFY_PHASE_PARAMS NotifyPhaseParams; in S3EndOfPeiNotify() local
93 NotifyPhaseParams.Phase = EnumInitPhaseAfterPciEnumeration; in S3EndOfPeiNotify()
94 Status = CallFspNotifyPhase (&NotifyPhaseParams); in S3EndOfPeiNotify()
105 NotifyPhaseParams.Phase = EnumInitPhaseReadyToBoot; in S3EndOfPeiNotify()
106 Status = CallFspNotifyPhase (&NotifyPhaseParams); in S3EndOfPeiNotify()
117 NotifyPhaseParams.Phase = EnumInitPhaseEndOfFirmware; in S3EndOfPeiNotify()
118 Status = CallFspNotifyPhase (&NotifyPhaseParams); in S3EndOfPeiNotify()
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Include/Library/
DFspWrapperApiLib.h43 IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/
DFspApiLib.c121 IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams in CallFspNotifyPhase() argument
130 Status = Execute32BitCode ((UINTN)NotifyPhaseApi, (UINTN)NotifyPhaseParams); in CallFspNotifyPhase()
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/
DFspWrapperApiLib.c89 IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams in CallFspNotifyPhase() argument
104 Status = Execute32BitCode ((UINTN)NotifyPhaseApi, (UINTN)NotifyPhaseParams, (UINTN)NULL); in CallFspNotifyPhase()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Include/Library/
DFspApiLib.h61 IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams