]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Include/EfiDebug.h
Add new DEBUG_VERBOSE print error level.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Include / EfiDebug.h
index a1a1637e9a2c2296d15dea10ba8e0b86a4910d48..3e67b93dde947ec94d9ec7d8bfaab993acbbc437 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2012, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -146,7 +146,7 @@ Abstract:
 #define EFI_D_FS          0x00000008          // EFI File system\r
 #define EFI_D_POOL        0x00000010          // Alloc & Free's\r
 #define EFI_D_PAGE        0x00000020          // Alloc & Free's\r
-#define EFI_D_INFO        0x00000040          // Verbose\r
+#define EFI_D_INFO        0x00000040          // Informational debug messages\r
 #define EFI_D_VARIABLE    0x00000100          // Variable\r
 #define EFI_D_BM          0x00000400          // Boot Manager (BDS)\r
 #define EFI_D_BLKIO       0x00001000          // BlkIo Driver\r
@@ -154,11 +154,11 @@ Abstract:
 #define EFI_D_UNDI        0x00010000          // UNDI Driver\r
 #define EFI_D_LOADFILE    0x00020000          // UNDI Driver\r
 #define EFI_D_EVENT       0x00080000          // Event messages\r
-\r
+#define EFI_D_VERBOSE     0x00400000          // Detailed debug messages that may significantly impact boot performance\r
 #define EFI_D_ERROR       0x80000000          // Error\r
 \r
 #define EFI_D_GENERIC (EFI_D_ERROR | EFI_D_INIT | EFI_D_WARN | EFI_D_INFO | \\r
-                        EFI_D_BLKIO | EFI_D_NET | EFI_D_UNDI )       \r
+                        EFI_D_BLKIO | EFI_D_NET | EFI_D_UNDI | EFI_D_VERBOSE)       \r
 \r
 #define EFI_D_INTRINSIC ( EFI_D_EVENT | EFI_D_POOL | EFI_D_PAGE | \\r
                           EFI_D_BM | EFI_D_LOAD | EFI_D_VARIABLE )        \r