]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmVirtPkg: sync log level comments to DebugLib.h
authorLaszlo Ersek <lersek@redhat.com>
Tue, 1 Mar 2016 09:28:50 +0000 (10:28 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Wed, 2 Mar 2016 05:47:25 +0000 (06:47 +0100)
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
ArmVirtPkg/ArmVirt.dsc.inc

index 49e4264ee8a4813aec6ec9c661467c257a17da41..5938cb4ebfcb3f1d953e08e06d8213603ed0a06f 100644 (file)
   #  DEBUG_WARN      0x00000002  // Warnings\r
   #  DEBUG_LOAD      0x00000004  // Load events\r
   #  DEBUG_FS        0x00000008  // EFI File system\r
-  #  DEBUG_POOL      0x00000010  // Alloc & Free's\r
-  #  DEBUG_PAGE      0x00000020  // Alloc & Free's\r
+  #  DEBUG_POOL      0x00000010  // Alloc & Free (pool)\r
+  #  DEBUG_PAGE      0x00000020  // Alloc & Free (page)\r
   #  DEBUG_INFO      0x00000040  // Informational debug messages\r
   #  DEBUG_DISPATCH  0x00000080  // PEI/DXE/SMM Dispatchers\r
   #  DEBUG_VARIABLE  0x00000100  // Variable\r
   #  DEBUG_BM        0x00000400  // Boot Manager\r
   #  DEBUG_BLKIO     0x00001000  // BlkIo Driver\r
-  #  DEBUG_NET       0x00004000  // SNI Driver\r
+  #  DEBUG_NET       0x00004000  // SNP Driver\r
   #  DEBUG_UNDI      0x00010000  // UNDI Driver\r
-  #  DEBUG_LOADFILE  0x00020000  // UNDI Driver\r
+  #  DEBUG_LOADFILE  0x00020000  // LoadFile\r
   #  DEBUG_EVENT     0x00080000  // Event messages\r
   #  DEBUG_GCD       0x00100000  // Global Coherency Database changes\r
   #  DEBUG_CACHE     0x00200000  // Memory range cachability changes\r