MdeModulePkg[all]
0.98
|
Functions | |
EFI_STATUS EFIAPI | BootLogoEnableLogo (VOID) |
EFI_STATUS EFIAPI | BootLogoDisableLogo (VOID) |
EFI_STATUS EFIAPI | BootLogoUpdateProgress (IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleForeground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleBackground, IN CHAR16 *Title, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL ProgressColor, IN UINTN Progress, IN UINTN PreviousValue) |
This library is only intended to be used by PlatformBootManagerLib to show progress bar and LOGO.
Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
EFI_STATUS EFIAPI BootLogoDisableLogo | ( | VOID | ) |
Use SystemTable ConOut to turn on video based Simple Text Out consoles. The Simple Text Out screens will now be synced up with all non-video output devices.
EFI_SUCCESS | UGA devices are back in text mode and synced up. |
EFI_STATUS EFIAPI BootLogoEnableLogo | ( | VOID | ) |
Show LOGO returned from Edkii Platform Logo protocol on all consoles.
EFI_STATUS EFIAPI BootLogoUpdateProgress | ( | IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL | TitleForeground, |
IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL | TitleBackground, | ||
IN CHAR16 * | Title, | ||
IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL | ProgressColor, | ||
IN UINTN | Progress, | ||
IN UINTN | PreviousValue | ||
) |
Update progress bar with title above it. It only works in Graphics mode.
TitleForeground | Foreground color for Title. |
TitleBackground | Background color for Title. |
Title | Title above progress bar. |
ProgressColor | Progress bar color. |
Progress | Progress (0-100) |
PreviousValue | The previous value of the progress. |
EFI_STATUS | Successly update the progress bar |