mirror of https://github.com/acidanthera/audk.git
Define bits for PcdDebugPrintErrorLevel to monitor Global Coherency Domain(GCD) and memory cache setting changes.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11228 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b16ad4b87b
commit
5a2e7dd296
|
@ -50,6 +50,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#define DEBUG_UNDI 0x00010000 // UNDI Driver
|
||||
#define DEBUG_LOADFILE 0x00020000 // UNDI Driver
|
||||
#define DEBUG_EVENT 0x00080000 // Event messages
|
||||
#define DEBUG_GCD 0x00100000 // Global Coherency Database changes
|
||||
#define DEBUG_CACHE 0x00200000 // Memory range cachability changes
|
||||
#define DEBUG_ERROR 0x80000000 // Error
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue