From d4a78455c6b0d9bd931ea459190e1de3beee70df Mon Sep 17 00:00:00 2001 From: andrewfish Date: Sat, 8 Oct 2011 21:00:13 +0000 Subject: Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEIM library to init HOB. Debug Print Error level can be controled by an EFI variable. Update the DXE version of the library to use a HOB if the variable services are not yet availilbe. This allows the variable to be used early in the DXE phase. approved-by: andrewfish reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12516 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Guid/DebugMask.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MdeModulePkg/Include') diff --git a/MdeModulePkg/Include/Guid/DebugMask.h b/MdeModulePkg/Include/Guid/DebugMask.h index cfb0a69372..1e6beb562e 100644 --- a/MdeModulePkg/Include/Guid/DebugMask.h +++ b/MdeModulePkg/Include/Guid/DebugMask.h @@ -62,6 +62,7 @@ extern EFI_GUID gEfiDebugMaskProtocolGuid; /// /// GUID used to store the global debug mask in an the "EFIDebug" EFI Variabe +/// Also used as a GUIDed HOB that contains a UINT32 debug mask default value /// #define EFI_GENERIC_VARIABLE_GUID \ { 0x59d1c24f, 0x50f1, 0x401a, {0xb1, 0x01, 0xf3, 0x3e, 0x0d, 0xae, 0xd4, 0x43} } -- cgit v1.2.3