TianoCore EDK2 master
|
#include <Uefi/UefiBaseType.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | PlatformBmPrintScRegisterHandler (VOID) |
Register a status code handler for printing the Boot Manager's LoadImage() and StartImage() preparations, and return codes, to the UEFI console.
This feature enables users that are not accustomed to analyzing the firmware log to glean some information about UEFI boot option processing (loading and starting).
Copyright (C) 2019, Red Hat, Inc.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PlatformBmPrintScLib.h.
EFI_STATUS EFIAPI PlatformBmPrintScRegisterHandler | ( | VOID | ) |
Register a status code handler for printing the Boot Manager's LoadImage() and StartImage() preparations, and return codes, to the UEFI console.
EFI_SUCCESS | The status code handler has been successfully registered. |
Definition at line 275 of file StatusCodeHandler.c.