]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Define bits for PcdDebugPrintErrorLevel to monitor Global Coherency Domain(GCD) and...
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 6 Jan 2011 02:46:35 +0000 (02:46 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 6 Jan 2011 02:46:35 +0000 (02:46 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11228 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/DebugLib.h

index cfd14373c16a87093c98355c388fc8cf1ca6bf7b..3030be459a4f24598b3ee4c1aee532c78dfe06ce 100644 (file)
@@ -50,6 +50,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define DEBUG_UNDI      0x00010000  // UNDI Driver\r
 #define DEBUG_LOADFILE  0x00020000  // UNDI Driver\r
 #define DEBUG_EVENT     0x00080000  // Event messages\r
+#define DEBUG_GCD       0x00100000  // Global Coherency Database changes\r
+#define DEBUG_CACHE     0x00200000  // Memory range cachability changes\r
 #define DEBUG_ERROR     0x80000000  // Error\r
 \r
 //\r