From 6d4136f4b043f1624efa8f025488e5e23831ae6f Mon Sep 17 00:00:00 2001 From: vanjeff Date: Mon, 20 Aug 2012 03:10:48 +0000 Subject: Add three INIT flag in Debug Agent Library. signed-off-by: Jeff Fan reviewed-by: Ruiyu Ni git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13648 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Library/DebugAgentLib.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/Include/Library/DebugAgentLib.h b/MdeModulePkg/Include/Library/DebugAgentLib.h index f945b0c007..1eb8988606 100644 --- a/MdeModulePkg/Include/Library/DebugAgentLib.h +++ b/MdeModulePkg/Include/Library/DebugAgentLib.h @@ -1,7 +1,7 @@ /** @file Debug Agent Library provide source-level debug capability. -Copyright (c) 2010, Intel Corporation. All rights reserved.
+Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies this distribution. The full text of the license may be found at @@ -23,7 +23,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #define DEBUG_AGENT_INIT_EXIT_SMI 6 #define DEBUG_AGENT_INIT_S3 7 #define DEBUG_AGENT_INIT_DXE_AP 8 - +#define DEBUG_AGENT_INIT_PEI 9 +#define DEBUG_AGENT_INIT_DXE_LOAD 10 +#define DEBUG_AGENT_INIT_DXE_UNLOAD 11 // // Context for DEBUG_AGENT_INIT_POSTMEM_SEC -- cgit v1.2.3