blob: 83081d301596f5e9c51559807c77a92bba0123b9 [file] [log] [blame]
lgao46bfbb5f2010-02-24 00:21:16 +00001## @file
qhuang8203677f2009-08-24 15:33:01 +00002# Intel Framework Reference Module Package for All Architectures
3#
4# This file is used to build all modules in IntelFrameworkModulePkg.
5#
hhtian180a5a32010-04-23 16:28:26 +00006#Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
myronporter49fd8a32010-03-16 23:34:53 +00007#This program and the accompanying materials are licensed and made available under
8#the terms and conditions of the BSD License that accompanies this distribution.
9#The full text of the license may be found at
10#http://opensource.org/licenses/bsd-license.php.
qhuang8203677f2009-08-24 15:33:01 +000011#
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#
myronporter38dc2202010-03-22 16:28:12 +000015##
16
qhuang8203677f2009-08-24 15:33:01 +000017################################################################################
18#
19# Defines Section - statements that will be processed to create a Makefile.
20#
21################################################################################
22[Defines]
23 PLATFORM_NAME = IntelFrameworkModuleAll
24 PLATFORM_GUID = FFF87D9A-E5BB-4AFF-9ADE-8645492E8087
xli2437cc0562010-03-04 15:57:53 +000025 PLATFORM_VERSION = 0.91
qhuang8203677f2009-08-24 15:33:01 +000026 DSC_SPECIFICATION = 0x00010005
27 OUTPUT_DIRECTORY = Build/IntelFrameworkModuleAll
28 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
29 BUILD_TARGETS = DEBUG|RELEASE
30 SKUID_IDENTIFIER = DEFAULT
31
32################################################################################
33#
34# SKU Identification section - list of all SKU IDs supported by this
35# Platform.
36#
37################################################################################
38[SkuIds]
39 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
40
lgao46bfbb5f2010-02-24 00:21:16 +000041[LibraryClasses]
qhuang8203677f2009-08-24 15:33:01 +000042 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
43 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
44 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
45 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
46 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
47 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
48 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
49 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
50 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
51 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
52 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
53 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
54 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
55 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
xli24e25cd122009-12-29 07:53:43 +000056 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
qhuang8203677f2009-08-24 15:33:01 +000057 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
58 S3Lib|IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
59 RecoveryLib|IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
60 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
61 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
62 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
63 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
64 PlatformBdsLib|IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
65 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
66 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
67 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
xli24d42aba92009-12-29 07:46:33 +000068 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
qhuang8203677f2009-08-24 15:33:01 +000069
70[LibraryClasses.common.PEIM]
71 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
72 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
73 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
74 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
75 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
76 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
77 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
78 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
qhuang8203677f2009-08-24 15:33:01 +000079
80[LibraryClasses.common.DXE_DRIVER]
81 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
82 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
83 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
84 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
85 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
86 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
87 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
88 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
89 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
90 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
qhuang8203677f2009-08-24 15:33:01 +000091 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
92
93[LibraryClasses.common.DXE_RUNTIME_DRIVER]
94 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
95 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
96 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
97 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
98 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
99 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
100 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
101 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
102 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
qhuang8203677f2009-08-24 15:33:01 +0000103 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
104
105[LibraryClasses.common.UEFI_DRIVER]
106 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
107 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
108 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
109 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
110 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
111 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
112 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
113 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
114 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
115 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
qhuang8203677f2009-08-24 15:33:01 +0000116 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
117
davidhuangce00a232009-12-23 06:52:37 +0000118[LibraryClasses.common.DXE_SMM_DRIVER]
119 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
davidhuangce00a232009-12-23 06:52:37 +0000120 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
121 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
122 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
123
qhuang8203677f2009-08-24 15:33:01 +0000124################################################################################
125#
126# Pcd Section - list of all EDK II PCD Entries defined by this Platform
127#
128################################################################################
lgao46bfbb5f2010-02-24 00:21:16 +0000129[PcdsFeatureFlag]
qhuang8203677f2009-08-24 15:33:01 +0000130 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
131 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
132 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
133 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
qhuang8203677f2009-08-24 15:33:01 +0000134 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSerialUseHalfHandshake|FALSE
135
lgao46bfbb5f2010-02-24 00:21:16 +0000136[PcdsFixedAtBuild]
qhuang8203677f2009-08-24 15:33:01 +0000137 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
138 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
139 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
140 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
141 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
142 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
143 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
144 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
145 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
146 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
147 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
qhuang8203677f2009-08-24 15:33:01 +0000148 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
149 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
150 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
151 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
152 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
153
qhuang8203677f2009-08-24 15:33:01 +0000154[PcdsFixedAtBuild.IPF]
155 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
156
157###################################################################################################
158#
159# Components Section - list of the modules and components that will be processed by compilation
160# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
161#
162# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
163# into firmware volume images. This section is just a list of modules to compile from
164# source into UEFI-compliant binaries.
165# It is the FDF file that contains information on combining binary files into firmware
166# volume images, whose concept is beyond UEFI and is described in PI specification.
167# Binary modules do not need to be listed in this section, as they should be
168# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
169# Logo (Logo.bmp), and etc.
170# There may also be modules listed in this section that are not required in the FDF file,
171# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
172# generated for it, but the binary will not be put into any firmware volume.
173#
174###################################################################################################
175
lgao46bfbb5f2010-02-24 00:21:16 +0000176[Components]
qhuang8203677f2009-08-24 15:33:01 +0000177 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
178 IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
qhuang8203677f2009-08-24 15:33:01 +0000179 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
180 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
qhuang8203677f2009-08-24 15:33:01 +0000181 IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
182 IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
183 IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
184 IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
185 IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
186
qhuang8203677f2009-08-24 15:33:01 +0000187 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
188 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
189 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
190 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
191 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
192 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
193 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
194 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
qhuang8203677f2009-08-24 15:33:01 +0000195
196 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
197 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
198 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
199 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
200 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
201 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
202 IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
203
204[Components.IA32]
205 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
mdkinney806bf4f2010-01-14 18:57:44 +0000206 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
207 <LibraryClasses>
208 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
209 }
qhuang8203677f2009-08-24 15:33:01 +0000210
211[Components.X64]
212 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
mdkinney806bf4f2010-01-14 18:57:44 +0000213 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
214 <LibraryClasses>
215 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
216 }
217
218[Components.IPF]
219 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
220 <LibraryClasses>
221 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
222 }