OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationValue
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspPlatformLib/
FspPlatformNotify.c
154
UINT32
NotificationValue
;
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/
FspPlatformNotify.c
289
UINT32
NotificationValue
;
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 433 milliseconds