mirror of https://github.com/acidanthera/audk.git
Add three INIT flag in Debug Agent Library.
signed-off-by: Jeff Fan <jeff.fan@intel.com> reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13648 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ca89ab9ce8
commit
6d4136f4b0
|
@ -1,7 +1,7 @@
|
|||
/** @file
|
||||
Debug Agent Library provide source-level debug capability.
|
||||
|
||||
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue