26 volatile BOOLEAN LoopUntilReset;
28 LoopUntilReset =
TRUE;
29 DEBUG ((DEBUG_INFO,
"FSP returning control to Bootloader with reset required return status %x\n", FspResetType));
38 DEBUG ((DEBUG_ERROR,
"!!!ERROR: FSP has requested BootLoader for reset. But BootLoader has not honored the reset\n"));
39 DEBUG ((DEBUG_ERROR,
"!!!ERROR: Please add support in BootLoader to honor the reset request from FSP\n"));
40 }
while (LoopUntilReset);
VOID EFIAPI SetFspApiReturnStatus(IN UINTN ReturnStatus)
FSP_GLOBAL_DATA *EFIAPI GetFspGlobalDataPointer(VOID)
EFI_STATUS EFIAPI Pei2LoaderSwitchStack(VOID)
#define DEBUG(Expression)
VOID EFIAPI FspApiReturnStatusReset(IN EFI_STATUS FspResetType)