mirror of https://github.com/acidanthera/audk.git
MdePkg: Add manageability debug level to PcdFixedDebugPrintErrorLevel
Update MdePkg.dec to add the manageability debug level to PcdFixedDebugPrintErrorLevel. Signed-off-by: Rebecca Cran <rebecca@os.amperecomputing.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
parent
03be51e106
commit
20ca600d67
|
@ -2213,6 +2213,7 @@
|
|||
# BIT20 - Global Coherency Database changes message.<BR>
|
||||
# BIT21 - Memory range cachability changes message.<BR>
|
||||
# BIT22 - Detailed debug message.<BR>
|
||||
# BIT23 - Manageability debug message.<BR>
|
||||
# BIT31 - Error message.<BR>
|
||||
# @Prompt Fixed Debug Message Print Level.
|
||||
gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel|0xFFFFFFFF|UINT32|0x30001016
|
||||
|
|
Loading…
Reference in New Issue