]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this...
[mirror_edk2.git] / IntelFrameworkModulePkg / IntelFrameworkModulePkg.dsc
CommitLineData
9fade9bd 1#/** @file\r
2# Intel Framework Reference Module Package for All Architectures\r
3#\r
4# This file is used to build all modules in IntelFrameworkModulePkg.\r
5#\r
6# Copyright (c) 2007, Intel Corporation\r
7#\r
f8cd287b 8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
ad1a1798 12#\r
f8cd287b 13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
9fade9bd 15#\r
16#**/\r
17\r
18################################################################################\r
19#\r
20# Defines Section - statements that will be processed to create a Makefile.\r
21#\r
22################################################################################\r
23[Defines]\r
24 PLATFORM_NAME = IntelFrameworkModuleAll\r
25 PLATFORM_GUID = FFF87D9A-E5BB-4AFF-9ADE-8645492E8087\r
26 PLATFORM_VERSION = 0.1\r
27 DSC_SPECIFICATION = 0x00010005\r
409f6780 28 OUTPUT_DIRECTORY = Build/IntelFrameworkModuleAll\r
9fade9bd 29 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC\r
30 BUILD_TARGETS = DEBUG|RELEASE\r
31 SKUID_IDENTIFIER = DEFAULT\r
32\r
7a4ba07f 33################################################################################\r
34#\r
35# SKU Identification section - list of all SKU IDs supported by this\r
36# Platform.\r
37#\r
38################################################################################\r
39[SkuIds]\r
40 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r
41\r
ead42efc 42[LibraryClasses.common]\r
409f6780
A
43 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
44 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
16f3deb0 45 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
601c8c20 46 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
409f6780
A
47 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
48 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
49 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
50 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
51 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
6c6004f4 52 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
409f6780
A
53 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
54 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
55 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
56 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
601c8c20 57 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
4fb31c2c 58 S3Lib|IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf\r
59 RecoveryLib|IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf\r
2067710d 60 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
5c08e117 61 IfrSupportLib|MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf\r
62 ExtendedIfrSupportLib|MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf\r
63 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
64 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
65 ExtendedHiiLib|MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf\r
ddac74d1 66 PlatformBdsLib|IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf\r
5c08e117 67 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
68 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
69 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
4fb31c2c 70 \r
ad1a1798 71[LibraryClasses.common.PEIM]\r
409f6780
A
72 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
73 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
74 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
75 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
76 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
77 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
78 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
79 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
2287f237 80 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
ead42efc 81\r
82[LibraryClasses.common.DXE_DRIVER]\r
409f6780 83 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
601c8c20 84 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
409f6780 85 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
409f6780
A
86 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
87 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
88 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
89 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
90 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
91 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
92 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
2287f237 93 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
8e5b17b2 94 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf\r
409f6780 95 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r
bd5315cf 96 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf\r
d0288e17 97 \r
ad1a1798 98[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
409f6780 99 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
601c8c20 100 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
409f6780 101 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
409f6780
A
102 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
103 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
104 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
105 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
106 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
107 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
2287f237 108 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
8e5b17b2 109 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf\r
bd5315cf 110 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf\r
ad1a1798 111\r
1a8802f7 112[LibraryClasses.common.UEFI_DRIVER]\r
113 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
601c8c20 114 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
1a8802f7 115 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
116 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
117 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
118 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
119 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
120 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
121 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
122 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
123 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
124 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf\r
125 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r
bd5315cf 126 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf\r
1a8802f7 127\r
9fade9bd 128################################################################################\r
129#\r
130# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
131#\r
132################################################################################\r
133[PcdsFeatureFlag.common]\r
b3af5df6 134 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
135 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
136 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE\r
137 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE\r
138 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
139 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE\r
140 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|FALSE\r
141 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE\r
142 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE\r
143 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE\r
144 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE\r
145 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE\r
146 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE\r
147 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE\r
148 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE\r
149 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE\r
150 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE\r
151 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE\r
152 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportDma|TRUE\r
153 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusOnlySupportSlaveDma|FALSE\r
154 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportIsaMemory|TRUE\r
155 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable|TRUE\r
156 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfg2Disable|TRUE\r
157 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE\r
9fade9bd 158\r
159[PcdsFixedAtBuild.common]\r
b3af5df6 160 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
161 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
162 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
163 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
164 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
165 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
166 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
167 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
168 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0\r
169 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
170 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
171 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0\r
172 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0xFFFB0000\r
173 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200\r
174 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r
175 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r
176 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r
177 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0\r
656f6e66 178\r
5da97103 179 \r
7a4ba07f 180[PcdsDynamicDefault.common.DEFAULT]\r
b3af5df6 181 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r
182 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|4\r
ad1a1798 183\r
977bdf03 184[PcdsFixedAtBuild.IPF]\r
b3af5df6 185 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000\r
977bdf03 186\r
dcbb35eb 187###################################################################################################\r
9fade9bd 188#\r
dcbb35eb 189# Components Section - list of the modules and components that will be processed by compilation\r
190# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
9fade9bd 191#\r
dcbb35eb 192# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
193# into firmware volume images. This section is just a list of modules to compile from\r
194# source into UEFI-compliant binaries.\r
195# It is the FDF file that contains information on combining binary files into firmware\r
196# volume images, whose concept is beyond UEFI and is described in PI specification.\r
197# Binary modules do not need to be listed in this section, as they should be\r
198# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
199# Logo (Logo.bmp), and etc.\r
200# There may also be modules listed in this section that are not required in the FDF file,\r
201# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
202# generated for it, but the binary will not be put into any firmware volume.\r
203#\r
204###################################################################################################\r
9fade9bd 205\r
206[Components.common]\r
409f6780
A
207 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
208 IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
209 IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r
4fb31c2c 210 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf\r
211 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf\r
a694b670 212 IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
213 IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
214 IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf\r
215 IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf\r
216 IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
5c08e117 217 IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
ddac74d1 218 IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf\r
5c08e117 219 \r
409f6780
A
220 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
221 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
222 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
223 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
224 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
225 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
226 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf\r
ac4f8b5a 227 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf\r
a694b670 228 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf\r
229\r
230 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf\r
409f6780
A
231 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf\r
232 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf\r
233 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf\r
409f6780
A
234 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf\r
235 IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf\r
7ba905c9 236 IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf\r
a694b670 237 IntelFrameworkModulePkg/Universal/Legacy8259Dxe/8259.inf\r
5c08e117 238 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
239 \r
ececc2eb 240[Components.IA32]\r
409f6780 241 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf\r
3b2265b2 242\r
ececc2eb 243[Components.X64]\r
409f6780 244 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf\r