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

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

Completed in 50 milliseconds