Revision: 16814
http://sourceforge.net/p/edk2/code/16814
Author: vanjeff
Date: 2015-02-06 07:46:38 +0000 (Fri, 06 Feb 2015)
Log Message:
-----------
MdePkg: Correct Help of Error Level
1. Error Level should be BIT31 instead of BIT28.
2. New PCD PcdFixedDebugPrintErrorLevel value should be mask value of all BITs
so that it doesn't bring impact for current platform.
(Sync patch r16799 from main trunk.)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Revision Links:
--------------
http://sourceforge.net/p/edk2/code/16799
Modified Paths:
--------------
branches/UDK2014.SP1/MdePkg/MdePkg.dec
branches/UDK2014.SP1/MdePkg/MdePkg.uni
Modified: branches/UDK2014.SP1/MdePkg/MdePkg.dec
===================================================================
--- branches/UDK2014.SP1/MdePkg/MdePkg.dec 2015-02-06 07:45:55 UTC (rev
16813)
+++ branches/UDK2014.SP1/MdePkg/MdePkg.dec 2015-02-06 07:46:38 UTC (rev
16814)
@@ -1606,6 +1606,7 @@
gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeDriverEnd|0x3040003|UINT32|0x30001014
## This flag is used to control build time optimization based on debug print
level.
+ # Its default value is 0xFFFFFFFF to expose all debug print level.
# BIT0 - Initialization message.<BR>
# BIT1 - Warning message.<BR>
# BIT2 - Load Event message.<BR>
@@ -1624,10 +1625,9 @@
# BIT20 - Global Coherency Database changes message.<BR>
# BIT21 - Memory range cachability changes message.<BR>
# BIT22 - Detailed debug message.<BR>
- # BIT28 - Error message.<BR>
+ # BIT31 - Error message.<BR>
# @Prompt Fixed Debug Message Print Level.
- # @Expression 0x80000002 |
(gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel & 0x7F84AA00) == 0
-
gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel|0x80000000|UINT32|0x30001016
+
gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel|0xFFFFFFFF|UINT32|0x30001016
[PcdsFixedAtBuild,PcdsPatchableInModule]
## Indicates the maximum length of unicode string used in the following
@@ -1693,7 +1693,7 @@
# BIT20 - Global Coherency Database changes message.<BR>
# BIT21 - Memory range cachability changes message.<BR>
# BIT22 - Detailed debug message.<BR>
- # BIT28 - Error message.<BR>
+ # BIT31 - Error message.<BR>
# @Prompt Debug Message Print Level.
# @Expression 0x80000002 |
(gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel & 0x7F84AA00) == 0
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000|UINT32|0x00000006
Modified: branches/UDK2014.SP1/MdePkg/MdePkg.uni
===================================================================
--- branches/UDK2014.SP1/MdePkg/MdePkg.uni 2015-02-06 07:45:55 UTC (rev
16813)
+++ branches/UDK2014.SP1/MdePkg/MdePkg.uni 2015-02-06 07:46:38 UTC (rev
16814)
@@ -412,7 +412,7 @@
- @@ -458,7 +458,7 @@
-
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits