2 # Intel Framework Reference Module Package for All Architectures
\r
4 # This file is used to build all modules in IntelFrameworkModulePkg.
\r
6 # Copyright (c) 2007, Intel Corporation
\r
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
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
18 ################################################################################
\r
20 # Defines Section - statements that will be processed to create a Makefile.
\r
22 ################################################################################
\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
28 OUTPUT_DIRECTORY = Build/IntelFrameworkModuleAll
\r
29 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
\r
30 BUILD_TARGETS = DEBUG|RELEASE
\r
31 SKUID_IDENTIFIER = DEFAULT
\r
33 ################################################################################
\r
35 # SKU Identification section - list of all SKU IDs supported by this
\r
38 ################################################################################
\r
40 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
\r
42 [LibraryClasses.common]
\r
43 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
\r
44 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
\r
45 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
\r
46 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
\r
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
52 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
\r
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
57 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
\r
58 S3Lib|IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
\r
59 RecoveryLib|IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
\r
60 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
\r
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
66 PlatformBdsLib|IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
\r
67 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
\r
68 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
\r
69 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
\r
71 [LibraryClasses.common.PEIM]
\r
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
80 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
\r
82 [LibraryClasses.common.DXE_DRIVER]
\r
83 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
\r
84 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
\r
85 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
\r
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
93 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
\r
94 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
\r
95 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
\r
96 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
\r
98 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
\r
99 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
\r
100 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
\r
101 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
\r
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
108 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
\r
109 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
\r
110 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
\r
112 [LibraryClasses.common.UEFI_DRIVER]
\r
113 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
\r
114 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
\r
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
126 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
\r
128 ################################################################################
\r
130 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
\r
132 ################################################################################
\r
133 [PcdsFeatureFlag.common]
\r
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
159 [PcdsFixedAtBuild.common]
\r
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
180 [PcdsDynamicDefault.common.DEFAULT]
\r
181 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
\r
182 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|4
\r
184 [PcdsFixedAtBuild.IPF]
\r
185 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
\r
187 ###################################################################################################
\r
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
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
204 ###################################################################################################
\r
206 [Components.common]
\r
207 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
\r
208 IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
\r
209 IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
\r
210 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
\r
211 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
\r
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
217 IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
\r
218 IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
\r
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
227 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
\r
228 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
\r
230 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
\r
231 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
\r
232 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
\r
233 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
\r
234 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
\r
235 IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf
\r
236 IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf
\r
237 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
\r
241 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
\r
244 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
\r