blob: 1cc1475c48d07607df534fd1805837b631c34495 [file] [log] [blame]
lgao47b202cb2010-02-23 23:58:38 +00001## @file
jljusten49ba9442009-05-27 21:10:18 +00002# EFI/Framework Open Virtual Machine Firmware (OVMF) platform
3#
hhtian56d76402010-04-28 12:43:04 +00004# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
jljusten49ba9442009-05-27 21:10:18 +00005#
hhtian56d76402010-04-28 12:43:04 +00006# This program and the accompanying materials
jljusten49ba9442009-05-27 21:10:18 +00007# are licensed and made available under the terms and conditions of the BSD License
8# which accompanies this distribution. The full text of the license may be found at
9# http://opensource.org/licenses/bsd-license.php
10#
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
lgao47b202cb2010-02-23 23:58:38 +000014##
jljusten49ba9442009-05-27 21:10:18 +000015
16################################################################################
17#
18# Defines Section - statements that will be processed to create a Makefile.
19#
20################################################################################
21[Defines]
22 PLATFORM_NAME = Ovmf
23 PLATFORM_GUID = 5a9e7754-d81b-49ea-85ad-69eaa7b1539b
24 PLATFORM_VERSION = 0.1
klu2713b7b52009-10-22 06:30:20 +000025 DSC_SPECIFICATION = 0x00010005
jljusten49ba9442009-05-27 21:10:18 +000026 OUTPUT_DIRECTORY = Build/OvmfIa32
27 SUPPORTED_ARCHITECTURES = IA32
28 BUILD_TARGETS = DEBUG|RELEASE
29 SKUID_IDENTIFIER = DEFAULT
mdkinney7416f4e2010-07-26 18:07:19 +000030 FLASH_DEFINITION = OvmfPkg/OvmfPkgIa32.fdf
jljusten49ba9442009-05-27 21:10:18 +000031
jljusten0bc7e562010-01-04 16:18:02 +000032[BuildOptions]
33 GCC:*_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
34 INTEL:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
35 MSFT:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
36
jljusten49ba9442009-05-27 21:10:18 +000037################################################################################
38#
39# SKU Identification section - list of all SKU IDs supported by this Platform.
40#
41################################################################################
42[SkuIds]
43 0|DEFAULT
44
45################################################################################
46#
47# Library Class section - list of all Library Classes needed by this Platform.
48#
49################################################################################
lgao47b202cb2010-02-23 23:58:38 +000050[LibraryClasses]
jljusten49ba9442009-05-27 21:10:18 +000051 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
52 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
53 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
54 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
55 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
56 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
57 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
58 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
59 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
jljusten49ba9442009-05-27 21:10:18 +000060 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
61 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
62 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
63 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
jljusten49ba9442009-05-27 21:10:18 +000064 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
65 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
66 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
67 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
68 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
69 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
70 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
xli241630c6d2009-12-29 09:36:05 +000071 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
jljusten49ba9442009-05-27 21:10:18 +000072 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
73 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
jljusten86fef5b2009-06-30 15:57:29 +000074 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
75 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
76 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
77 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
78 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
79 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
jljusten14b21de2009-09-16 16:29:03 +000080 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
81 FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
qhuang8284af942009-11-25 04:26:09 +000082 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
lgao48273af42009-11-26 01:33:07 +000083 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
mdkinney7416f4e2010-07-26 18:07:19 +000084 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
85 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
86 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
87 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
vanjeffc6efcc22010-09-12 06:46:55 +000088
89!ifdef $(SOURCE_DEBUG_ENABLE)
90 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
91 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
92!else
mdkinney42a83e82010-08-03 07:41:54 +000093 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
94 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
vanjeffc6efcc22010-09-12 06:46:55 +000095!endif
96
mdkinney42a83e82010-08-03 07:41:54 +000097 ResetSystemLib|PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf
vanjeffc6efcc22010-09-12 06:46:55 +000098 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
mdkinney7416f4e2010-07-26 18:07:19 +000099
jljusten49ba9442009-05-27 21:10:18 +0000100[LibraryClasses.common.SEC]
101 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
xli24abec2e52009-12-29 09:10:05 +0000102 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
lgao4fcd7e672010-05-05 02:06:21 +0000103 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
vanjeffc6efcc22010-09-12 06:46:55 +0000104!ifdef $(SOURCE_DEBUG_ENABLE)
105 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
106!endif
mdkinney42a83e82010-08-03 07:41:54 +0000107 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
108 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
109 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
110 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
111
jljusten49ba9442009-05-27 21:10:18 +0000112[LibraryClasses.common.PEI_CORE]
jljusten8cf01ca2010-01-04 16:17:56 +0000113 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
jljusten49ba9442009-05-27 21:10:18 +0000114 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
115 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
116 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
117 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
118 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
xli24abec2e52009-12-29 09:10:05 +0000119 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
xli241630c6d2009-12-29 09:36:05 +0000120 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
jljusten49ba9442009-05-27 21:10:18 +0000121 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
122 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
123 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
124
125[LibraryClasses.common.PEIM]
jljusten8cf01ca2010-01-04 16:17:56 +0000126 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
jljusten49ba9442009-05-27 21:10:18 +0000127 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
128 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
129 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
130 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
131 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
xli24abec2e52009-12-29 09:10:05 +0000132 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
xli241630c6d2009-12-29 09:36:05 +0000133 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
jljusten49ba9442009-05-27 21:10:18 +0000134 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
135 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
136 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
137 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
138 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
vanjeffc6efcc22010-09-12 06:46:55 +0000139!ifdef $(SOURCE_DEBUG_ENABLE)
140 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
141!endif
jljusten49ba9442009-05-27 21:10:18 +0000142
143[LibraryClasses.common.DXE_CORE]
jljusten8cf01ca2010-01-04 16:17:56 +0000144 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000145 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
146 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
147 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
xli24abec2e52009-12-29 09:10:05 +0000148 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000149 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
150 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
151 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
vanjeffc6efcc22010-09-12 06:46:55 +0000152!ifdef $(SOURCE_DEBUG_ENABLE)
153 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
154!endif
jljusten49ba9442009-05-27 21:10:18 +0000155
156[LibraryClasses.common.DXE_RUNTIME_DRIVER]
jljusten8cf01ca2010-01-04 16:17:56 +0000157 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000158 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
159 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
160 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
xli24abec2e52009-12-29 09:10:05 +0000161 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000162 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
163 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000164 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
165 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000166
167[LibraryClasses.common.UEFI_DRIVER]
jljusten8cf01ca2010-01-04 16:17:56 +0000168 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000169 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
170 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
171 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
xli24abec2e52009-12-29 09:10:05 +0000172 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000173 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
174 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
jljusten49ba9442009-05-27 21:10:18 +0000175 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
176
177[LibraryClasses.common.DXE_DRIVER]
jljusten8cf01ca2010-01-04 16:17:56 +0000178 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000179 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
180 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
181 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
xli24abec2e52009-12-29 09:10:05 +0000182 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000183 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
jljusten49ba9442009-05-27 21:10:18 +0000184 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
185 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
186 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
187 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
188 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
189 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
190 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf
191
jljusten86fef5b2009-06-30 15:57:29 +0000192[LibraryClasses.common.UEFI_APPLICATION]
jljusten8cf01ca2010-01-04 16:17:56 +0000193 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
jljusten86fef5b2009-06-30 15:57:29 +0000194 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
195 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
196 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
197
jljusten49ba9442009-05-27 21:10:18 +0000198################################################################################
199#
200# Pcd Section - list of all EDK II PCD Entries defined by this Platform.
201#
202################################################################################
lgao47b202cb2010-02-23 23:58:38 +0000203[PcdsFeatureFlag]
jljustene8d1b8d2010-01-04 16:18:03 +0000204 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
205 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
lgao48fa729a2010-03-15 01:40:59 +0000206 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
207 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
208
209 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
210 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
211 gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE
212 gOptionRomPkgTokenSpaceGuid.PcdSupportUga|FALSE
jljusten49ba9442009-05-27 21:10:18 +0000213
lgao47b202cb2010-02-23 23:58:38 +0000214[PcdsFixedAtBuild]
xli24e6d3b272009-12-25 06:36:10 +0000215 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
jljusten49ba9442009-05-27 21:10:18 +0000216
jljusten49ba9442009-05-27 21:10:18 +0000217 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
218 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
219 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
220 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
221 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
jljusten27f58ea2009-09-26 07:15:51 +0000222 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000
223 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000
224 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
225 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
jljusten49ba9442009-05-27 21:10:18 +0000226
jljusten49ba9442009-05-27 21:10:18 +0000227 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
228
jljusten49ba9442009-05-27 21:10:18 +0000229 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
230 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
vanjeffc6efcc22010-09-12 06:46:55 +0000231!ifdef $(SOURCE_DEBUG_ENABLE)
232 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
233!else
jljusten49ba9442009-05-27 21:10:18 +0000234 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
vanjeffc6efcc22010-09-12 06:46:55 +0000235!endif
236
237 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
jljusten49ba9442009-05-27 21:10:18 +0000238
jljusten49ba9442009-05-27 21:10:18 +0000239################################################################################
240#
241# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
242#
243################################################################################
244
lgao47b202cb2010-02-23 23:58:38 +0000245[PcdsDynamicDefault]
jljusten77ba9932009-09-07 20:18:17 +0000246 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
jljusten27f58ea2009-09-26 07:15:51 +0000247 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
248 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
249 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
250
jljusten49ba9442009-05-27 21:10:18 +0000251
252################################################################################
253#
254# Components Section - list of all EDK II Modules needed by this Platform.
255#
256################################################################################
lgao47b202cb2010-02-23 23:58:38 +0000257[Components]
jljusten49ba9442009-05-27 21:10:18 +0000258 #
259 # SEC Phase modules
260 #
jljustenc1c26692010-01-04 16:17:59 +0000261 OvmfPkg/Sec/SecMain.inf {
262 <LibraryClasses>
263 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
264 }
jljusten49ba9442009-05-27 21:10:18 +0000265
266 #
267 # PEI Phase modules
268 #
269 MdeModulePkg/Core/Pei/PeiMain.inf
270 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
271 <LibraryClasses>
272 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
273 }
274 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
jljustenc1c26692010-01-04 16:17:59 +0000275 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
jljusten77ba9932009-09-07 20:18:17 +0000276
277 OvmfPkg/PlatformPei/PlatformPei.inf {
278 <LibraryClasses>
279 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
280 }
jljusten49ba9442009-05-27 21:10:18 +0000281
282 #
283 # DXE Phase modules
284 #
285 MdeModulePkg/Core/Dxe/DxeMain.inf {
286 <LibraryClasses>
287 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
288 }
289
290 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
291 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
292 <LibraryClasses>
293 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
294 }
295
296 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
297 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
xli24e6d3b272009-12-25 06:36:10 +0000298 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
klu2e471bf12009-12-20 05:35:58 +0000299 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000300 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
eric_tian73cbc582009-12-08 05:31:19 +0000301 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000302 UefiCpuPkg/CpuDxe/CpuDxe.inf
303 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
304 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
davidhuang4ad90a82009-10-20 03:44:25 +0000305 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000306 PcAtChipsetPkg/KbcResetDxe/Reset.inf
307 MdeModulePkg/Universal/Metronome/Metronome.inf {
308 <LibraryClasses>
309 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
310 }
311
klu278e748b2009-07-07 03:21:07 +0000312 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {
jljusten49ba9442009-05-27 21:10:18 +0000313 <LibraryClasses>
314 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
315 }
316
jljustenc1c26692010-01-04 16:17:59 +0000317 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
jljusten49ba9442009-05-27 21:10:18 +0000318 <LibraryClasses>
319 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
320 }
321
jljustenefd82c52010-03-21 00:34:15 +0000322 OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf
jljusten27f58ea2009-09-26 07:15:51 +0000323 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
324 <LibraryClasses>
325 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
326 }
327 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
328 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000329 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
330 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
331 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
332 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
333 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
334 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
335 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
336 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
jljusten86fef5b2009-06-30 15:57:29 +0000337 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
jljusten49ba9442009-05-27 21:10:18 +0000338 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
339 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
340 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
341 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
342 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
343 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
344 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
345 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
346 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
347
348 OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
349
350 #
351 # ISA Support
352 #
353 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
354 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
355 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
356 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
357 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
358
359 #
360 # ACPI Support
361 #
362 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
363 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
364 OvmfPkg/AcpiTables/AcpiTables.inf
mdkinney7416f4e2010-07-26 18:07:19 +0000365
366 #
367 # Network Support
368 #
369!if $(NETWORK_ENABLE)
370 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
371 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
372 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
373 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
374 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
375 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
376 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
377 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
378 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
379 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
380 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
381 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
382 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
383!endif
384