]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/MdePkg.dsc
Change SMM CPU I/O to SMM CPU I/O 2
[mirror_edk2.git] / MdePkg / MdePkg.dsc
1 #/** @file
2 # EFI/PI MdePkg Package
3 #
4 # Copyright (c) 2007 - 2009, Intel Corporation<BR>
5 # Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #**/
16
17 [Defines]
18 PLATFORM_NAME = Mde
19 PLATFORM_GUID = 082F8BFC-0455-4859-AE3C-ECD64FB81642
20 PLATFORM_VERSION = 1.01
21 DSC_SPECIFICATION = 0x00010005
22 OUTPUT_DIRECTORY = Build/Mde
23 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
24 BUILD_TARGETS = DEBUG|RELEASE
25 SKUID_IDENTIFIER = DEFAULT
26
27 [PcdsFeatureFlag.common]
28 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
29 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
30 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
31 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
32 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|TRUE
33
34 [PcdsFixedAtBuild.common]
35 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
36 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
37 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
38 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
39 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
40 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
41 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
42 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
43 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
44 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
45 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
46 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
47 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
48 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
49 gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue|3000
50
51 [PcdsFixedAtBuild.IPF]
52 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
53
54 ###################################################################################################
55 #
56 # Components Section - list of the modules and components that will be processed by compilation
57 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
58 #
59 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
60 # into firmware volume images. This section is just a list of modules to compile from
61 # source into UEFI-compliant binaries.
62 # It is the FDF file that contains information on combining binary files into firmware
63 # volume images, whose concept is beyond UEFI and is described in PI specification.
64 # Binary modules do not need to be listed in this section, as they should be
65 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
66 # Logo (Logo.bmp), and etc.
67 # There may also be modules listed in this section that are not required in the FDF file,
68 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
69 # generated for it, but the binary will not be put into any firmware volume.
70 #
71 ###################################################################################################
72
73 [Components.common]
74 MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
75 MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
76 MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
77 MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
78 MdePkg/Library/BaseLib/BaseLib.inf
79 MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
80 MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
81 MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
82 MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
83 MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
84 MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
85 MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
86 MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
87 MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
88 MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
89 MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
90 MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
91 MdePkg/Library/BasePrintLib/BasePrintLib.inf
92 MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
93 MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
94 MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
95 MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
96 MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
97
98 MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
99 MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
100 MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
101 MdePkg/Library/DxeHobLib/DxeHobLib.inf
102 MdePkg/Library/DxePcdLib/DxePcdLib.inf
103 MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
104 MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
105 MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
106
107 MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
108
109 MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
110 MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
111 MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
112 MdePkg/Library/PeiHobLib/PeiHobLib.inf
113 MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
114 MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
115 MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf
116 MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
117 MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
118 MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
119 MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
120 MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
121 MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
122 MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf
123 MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
124
125 MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
126 MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
127 MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
128 MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
129 MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
130 MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
131 MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
132 MdePkg/Library/UefiLib/UefiLib.inf
133 MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
134 MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf
135 MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
136 MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
137 MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
138 MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf
139 MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf
140
141 [Components.IA32, Components.X64]
142 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
143 MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf
144 MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
145 MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
146 MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
147 MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
148 MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
149 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
150 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
151 MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf
152 MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf
153 MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
154
155 [Components.IPF]
156 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
157 MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
158 MdePkg/Library/PeiPalLib/PeiPalLib.inf
159 MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf
160 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
161 MdePkg/Library/UefiPalLib/UefiPalLib.inf
162 MdePkg/Library/UefiSalLib/UefiSalLib.inf
163
164
165 [Components.EBC]
166 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
167