TianoCore EDK2 master
|
#include "StatusCodeHandlerPei.h"
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | StatusCodeHandlerPeiEntry (IN EFI_PEI_FILE_HANDLE FileHandle, IN CONST EFI_PEI_SERVICES **PeiServices) |
Report Status Code Handler PEIM which produces general handlers and hook them onto the PEI status code router.
Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file StatusCodeHandlerPei.c.
EFI_STATUS EFIAPI StatusCodeHandlerPeiEntry | ( | IN EFI_PEI_FILE_HANDLE | FileHandle, |
IN CONST EFI_PEI_SERVICES ** | PeiServices | ||
) |
Entry point of Status Code PEIM.
This function is the entry point of this Status Code PEIM. It initializes supported status code devices according to PCD settings, and installs Status Code PPI.
FileHandle | Handle of the file being invoked. |
PeiServices | Describes the list of possible PEI Services. |
EFI_SUCESS | The entry point of DXE IPL PEIM executes successfully. |
Definition at line 27 of file StatusCodeHandlerPei.c.