TianoCore EDK2 master
Loading...
Searching...
No Matches
StatusCodeHandlerPei.c File Reference

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)
 

Detailed Description

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.

Function Documentation

◆ StatusCodeHandlerPeiEntry()

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.

Parameters
FileHandleHandle of the file being invoked.
PeiServicesDescribes the list of possible PEI Services.
Return values
EFI_SUCESSThe entry point of DXE IPL PEIM executes successfully.

Definition at line 27 of file StatusCodeHandlerPei.c.