From 8cf2c0a7d7d92885619ab9668b04f923b3199300 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Thu, 7 Sep 2006 08:24:27 +0000 Subject: Change PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PCD type can be FIXED_AT_BUILD and PATCHABLE_IN_MODULE. Change Some WINNT PCDs type declared in EdkNt32Pkg.spd as DYNAMIC, because they is used in Nt32 emluator platform as DYNAMIC type. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1494 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.msa | 2 +- MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa | 2 +- .../PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.msa | 2 +- MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa | 2 +- MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.msa | 2 +- MdePkg/MdePkg.spd | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'MdePkg') diff --git a/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.msa b/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.msa index a71f9ac8ff..97678b4774 100644 --- a/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.msa +++ b/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.msa @@ -72,7 +72,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. The value used by DebugClearMemory () to fill a certain range of memory. - + PcdDebugPrintErrorLevel gEfiMdePkgTokenSpaceGuid The bitmask of flags that specify the kind of debug message diff --git a/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa b/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa index 7996aeb86d..155a7276a5 100644 --- a/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa +++ b/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa @@ -57,7 +57,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. EDK_RELEASE_VERSION 0x00020000 - + PcdPciExpressBaseAddress gEfiMdePkgTokenSpaceGuid The base address of PCI Express MMIO window. diff --git a/MdePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.msa b/MdePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.msa index c80705b97d..9b9c59ccc7 100644 --- a/MdePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.msa +++ b/MdePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.msa @@ -77,7 +77,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. The value used by DebugClearMemory () to fill a certain range of memory. - + PcdDebugPrintErrorLevel gEfiMdePkgTokenSpaceGuid The bitmask of flags that specify the kind of debug message diff --git a/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa b/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa index b85d4d5b4e..4f4541d8d1 100644 --- a/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa +++ b/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa @@ -75,7 +75,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. The value used by DebugClearMemory () to fill a certain range of memory. - + PcdDebugPrintErrorLevel gEfiMdePkgTokenSpaceGuid The bitmask of flags that specify the kind of debug message diff --git a/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.msa b/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.msa index ac16e2cc5f..9d7408b9e7 100644 --- a/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.msa +++ b/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.msa @@ -75,7 +75,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. The value used by DebugClearMemory () to fill a certain range of memory. - + PcdDebugPrintErrorLevel gEfiMdePkgTokenSpaceGuid The bitmask of flags that specify the kind of debug message diff --git a/MdePkg/MdePkg.spd b/MdePkg/MdePkg.spd index 89c1f2b2fc..3fbc1532ab 100644 --- a/MdePkg/MdePkg.spd +++ b/MdePkg/MdePkg.spd @@ -2285,7 +2285,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 0x00000006 gEfiMdePkgTokenSpaceGuid UINT32 - PATCHABLE_IN_MODULE + FIXED_AT_BUILD PATCHABLE_IN_MODULE 0x80000000 The bitmask of flags that specify the kind of debug message output when Debug Print is enabled. -- cgit v1.2.3