TianoCore EDK2 master
|
#include <PiPei.h>
#include <Ppi/MemoryDiscovered.h>
#include <Library/PeiServicesLib.h>
#include <Library/MemoryAllocationLib.h>
#include "DebugAgent.h"
Go to the source code of this file.
Data Structures | |
struct | DEBUG_AGENT_PHASE2_CONTEXT |
Functions | |
VOID EFIAPI | InitializeDebugAgentPhase2 (IN VOID *Context, IN DEBUG_PORT_HANDLE DebugPortHandle) |
EFI_STATUS EFIAPI | DebugAgentCallbackMemoryDiscoveredPpi (IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_NOTIFY_DESCRIPTOR *NotifyDescriptor, IN VOID *Ppi) |
Header file for Sec Core Debug Agent Library instance.
Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file SecPeiDebugAgentLib.h.
EFI_STATUS EFIAPI DebugAgentCallbackMemoryDiscoveredPpi | ( | IN EFI_PEI_SERVICES ** | PeiServices, |
IN EFI_PEI_NOTIFY_DESCRIPTOR * | NotifyDescriptor, | ||
IN VOID * | Ppi | ||
) |
Debug Agent provided notify callback function on Memory Discovered PPI.
[in] | PeiServices | Indirect reference to the PEI Services Table. |
[in] | NotifyDescriptor | Address of the notification descriptor data structure. |
[in] | Ppi | Address of the PPI that was installed. |
EFI_SUCCESS | If the function completed successfully. |
Definition at line 258 of file SecPeiDebugAgentLib.c.
Caller provided function to be invoked at the end of DebugPortInitialize().
Refer to the description for DebugPortInitialize() for more details.
[in] | Context | The first input argument of DebugPortInitialize(). |
[in] | DebugPortHandle | Debug port handle created by Debug Communication Library. |
Definition at line 668 of file SecPeiDebugAgentLib.c.