Home
last modified time | relevance | path

Searched refs:NotificationValue (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspPlatformLib/
DFspPlatformNotify.c154 UINT32 NotificationValue; in FspWaitForNotify() local
164 NotificationValue = ((NOTIFY_PHASE_PARAMS *)(UINTN)GetFspApiParameter ())->Phase; in FspWaitForNotify()
165 DEBUG ((DEBUG_INFO, "FSP Got Notification. Notification Value : 0x%08X\n", NotificationValue)); in FspWaitForNotify()
167 if (mFspNotifySequence[NotificationCount] != NotificationValue) { in FspWaitForNotify()
177 Status = FspNotificationHandler (NotificationValue); in FspWaitForNotify()
183 if (NotificationValue == EnumInitPhaseReadyToBoot) { in FspWaitForNotify()
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspPlatformLib/
DFspPlatformNotify.c289 UINT32 NotificationValue; in FspWaitForNotify() local
313 NotificationValue = ((NOTIFY_PHASE_PARAMS *)(UINTN)GetFspApiParameter ())->Phase; in FspWaitForNotify()
314 … DEBUG ((DEBUG_INFO | DEBUG_INIT, "NotifyPhaseApi() - Begin [Phase: %08X]\n", NotificationValue)); in FspWaitForNotify()
315 if (mFspNotifySequence[NotificationCount] != NotificationValue) { in FspWaitForNotify()
325 Status = FspNotificationHandler (NotificationValue); in FspWaitForNotify()
348 …!ERROR: NotifyPhaseApi() [Phase: %08X] - Failed - [Status: 0x%08X]\n", NotificationValue, Status)); in FspWaitForNotify()