//\r
// Declare bits for PcdDebugPrintErrorLevel and the ErrorLevel parameter of DebugPrint()\r
//\r
-#define DEBUG_INIT 0x00000001 // Initialization\r
-#define DEBUG_WARN 0x00000002 // Warnings\r
-#define DEBUG_LOAD 0x00000004 // Load events\r
-#define DEBUG_FS 0x00000008 // EFI File system\r
-#define DEBUG_POOL 0x00000010 // Alloc & Free (pool)\r
-#define DEBUG_PAGE 0x00000020 // Alloc & Free (page)\r
-#define DEBUG_INFO 0x00000040 // Informational debug messages\r
-#define DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers\r
-#define DEBUG_VARIABLE 0x00000100 // Variable\r
-#define DEBUG_BM 0x00000400 // Boot Manager\r
-#define DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
-#define DEBUG_NET 0x00004000 // Network Io Driver\r
-#define DEBUG_UNDI 0x00010000 // UNDI Driver\r
-#define DEBUG_LOADFILE 0x00020000 // LoadFile\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_VERBOSE 0x00400000 // Detailed debug messages that may\r
- // significantly impact boot performance\r
-#define DEBUG_ERROR 0x80000000 // Error\r
+#define DEBUG_INIT 0x00000001 // Initialization\r
+#define DEBUG_WARN 0x00000002 // Warnings\r
+#define DEBUG_LOAD 0x00000004 // Load events\r
+#define DEBUG_FS 0x00000008 // EFI File system\r
+#define DEBUG_POOL 0x00000010 // Alloc & Free (pool)\r
+#define DEBUG_PAGE 0x00000020 // Alloc & Free (page)\r
+#define DEBUG_INFO 0x00000040 // Informational debug messages\r
+#define DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers\r
+#define DEBUG_VARIABLE 0x00000100 // Variable\r
+#define DEBUG_BM 0x00000400 // Boot Manager\r
+#define DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
+#define DEBUG_NET 0x00004000 // Network Io Driver\r
+#define DEBUG_UNDI 0x00010000 // UNDI Driver\r
+#define DEBUG_LOADFILE 0x00020000 // LoadFile\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_VERBOSE 0x00400000 // Detailed debug messages that may\r
+ // significantly impact boot performance\r
+#define DEBUG_MANAGEABILITY 0x00800000 // Detailed debug and payload message of manageability\r
+ // related modules, such Redfish, IPMI, MCTP and etc.\r
+#define DEBUG_ERROR 0x80000000 // Error\r
\r
//\r
// Aliases of debug message mask bits\r