X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FMdePkg.dsc;h=1a6f16270af36b2364bfa3e9ac72e065aed07f1e;hp=051c26ec1d67b36ebc646e7fde8596ef97f0d88e;hb=59ab6d02a98545df6b35178cce796af7ad56d0b9;hpb=409f67804da538b6c00ab1caafbd5f76e99e804a diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index 051c26ec1d..1a6f16270a 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -23,42 +23,37 @@ BUILD_TARGETS = DEBUG|RELEASE SKUID_IDENTIFIER = DEFAULT - [PcdsFeatureFlag.common] - PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE - PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE - PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid|FALSE - PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid|FALSE + gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE + gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE + gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE + gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE [PcdsFixedAtBuild.common] - PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000 - PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000 - PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000 - PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000 - PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f - PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000 - PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06 - PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF - PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0 - PcdPostCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0 - PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000 - PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000 - PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320 - -[PcdsPatchableInModule.common] - PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000 - PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000 - PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000 - + gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000 + gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000 + gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000 + gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000 + gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f + gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000 + gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06 + gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF + gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0 + gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0 + gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000 + gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000 + gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320 + gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10 [PcdsFixedAtBuild.IPF] - PcdIoBlockBaseAddressForIpf|gEfiMdePkgTokenSpaceGuid|0x0ffffc000000 + gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000 [Components.common] MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf MdePkg/Library/BaseLib/BaseLib.inf + MdePkg/Library/CpuLib/CpuLib.inf MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf @@ -78,19 +73,21 @@ MdePkg/Library/PeiHobLib/PeiHobLib.inf MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf MdePkg/Library/DxePcdLib/DxePcdLib.inf + MdePkg/Library/DxePiLib/DxePiLib.inf MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf + MdePkg/Library/HiiLib/HiiLib.inf MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf - MdePkg/Library/PeiHobLib/PeiHobLib.inf MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf MdePkg/Library/PeiPcdLib/PeiPcdLib.inf + MdePkg/Library/PeiPiLib/PeiPiLib.inf MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf MdePkg/Library/PeiServicesLib/PeiServicesLib.inf MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf - MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLib.inf + MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf MdePkg/Library/SerialPortLibNull/SerialPortLibNull.inf MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf @@ -103,29 +100,34 @@ MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf MdePkg/Library/UefiScsiLib/UefiScsiLib.inf MdePkg/Library/DxeMemoryLib/DxeMemoryLib.inf - MdePkg/Library/BaseCustomDecompressLibNull/BaseCustomDecompressLibNull.inf MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.inf MdePkg/Library/UefiUsbLib/UefiUsbLib.inf MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf + MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf + MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf + [Components.IA32] + MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf + MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf - MdePkg/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.inf [Components.X64] + MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf + MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf - MdePkg/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.inf [Components.IPF] MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf + MdePkg/Library/BasePalCallLibNull/BasePalCallLibNull.inf