TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatformBmPrintScLib.h File Reference

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI PlatformBmPrintScRegisterHandler (VOID)
 

Detailed Description

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.

Function Documentation

◆ PlatformBmPrintScRegisterHandler()

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.

Return values
EFI_SUCCESSThe status code handler has been successfully registered.
Returns
Error codes propagated from boot services and from EFI_RSC_HANDLER_PROTOCOL.

Definition at line 275 of file StatusCodeHandler.c.