MdeModulePkg[all]
0.98
|
Functions | |
VOID EFIAPI | PlatformBootManagerBeforeConsole (VOID) |
VOID EFIAPI | PlatformBootManagerAfterConsole (VOID) |
VOID EFIAPI | PlatformBootManagerWaitCallback (UINT16 TimeoutRemain) |
VOID EFIAPI | PlatformBootManagerUnableToBoot (VOID) |
Platform Boot Manager library definition. A platform can implement instances to support platform-specific behavior.
Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Do the platform specific action after the console is connected.
Such as: Dynamically switch output mode; Signal console ready platform customized event; Run diagnostics like memory testing; Connect certain devices; Dispatch aditional option roms.
Do the platform specific action before the console is connected.
Such as: Update console variable; Register new Driver#### or Boot####; Signal ReadyToLock event.
The function is called when no boot option could be launched, including platform recovery options and options pointing to applications built into firmware volumes.
If this function returns, BDS attempts to enter an infinite loop.
VOID EFIAPI PlatformBootManagerWaitCallback | ( | UINT16 | TimeoutRemain | ) |
This function is called each second during the boot manager waits the timeout.
TimeoutRemain | The remaining timeout. |