]> git.proxmox.com Git - mirror_edk2.git/commit
Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEIM librar...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 8 Oct 2011 21:00:13 +0000 (21:00 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 8 Oct 2011 21:00:13 +0000 (21:00 +0000)
commitd4a78455c6b0d9bd931ea459190e1de3beee70df
treecb567ea9f11dd48ef87b3c583dc2aff5e3e8ffb6
parentf2a4d59359499e63bddab4b14d029a92c8b5a418
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
MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.c
MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.c [new file with mode: 0644]
MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dsc