TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | DebugAgentPeiInitialize (IN EFI_PEI_FILE_HANDLE FileHandle, IN CONST EFI_PEI_SERVICES **PeiServices) |
Initialize Debug Agent in PEI by invoking Debug Agent Library.
Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DebugAgentPei.c.
EFI_STATUS EFIAPI DebugAgentPeiInitialize | ( | IN EFI_PEI_FILE_HANDLE | FileHandle, |
IN CONST EFI_PEI_SERVICES ** | PeiServices | ||
) |
The Entry Point for Debug Agent PEI driver.
It will invoke Debug Agent Library to enable source debugging feature in PEI phase.
This function is the Entry point of the CPU I/O PEIM which installs CpuIoPpi.
[in] | FileHandle | Pointer to image file handle. |
[in] | PeiServices | Pointer to PEI Services Table |
EFI_SUCCESS | Debug Agent successfully initialized. |
other | Some error occurs when initialized Debug Agent. |
Definition at line 29 of file DebugAgentPei.c.