]> git.proxmox.com Git - mirror_edk2.git/blob - CorebootPayloadPkg/CorebootPayloadPkgIA32.dsc
MdeModulePkg PiDxeS3BootScriptLib: Initialize the EFI_BOOT_SCRIPT_TABLE_HEADER.Version.
[mirror_edk2.git] / CorebootPayloadPkg / CorebootPayloadPkgIA32.dsc
1 ## @file
2 # Coreboot Payload Package
3 #
4 # Provides drivers and definitions to create uefi payload for coreboot.
5 #
6 # Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
7 # 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.
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 ################################################################################
18 #
19 # Defines Section - statements that will be processed to create a Makefile.
20 #
21 ################################################################################
22 [Defines]
23 PLATFORM_NAME = CorebootPayloadPkg
24 PLATFORM_GUID = F71608AB-D63D-4491-B744-A99998C8CD96
25 PLATFORM_VERSION = 0.1
26 DSC_SPECIFICATION = 0x00010005
27 SUPPORTED_ARCHITECTURES = IA32|X64
28 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
29 SKUID_IDENTIFIER = DEFAULT
30 OUTPUT_DIRECTORY = Build/CorebootPayloadPkgIA32
31 FLASH_DEFINITION = CorebootPayloadPkg/CorebootPayloadPkg.fdf
32
33 DEFINE SECURE_BOOT_ENABLE = FALSE
34 DEFINE SOURCE_DEBUG_ENABLE = FALSE
35
36 [BuildOptions]
37 GCC:*_UNIXGCC_*_CC_FLAGS = -DMDEPKG_NDEBUG
38 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
39 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
40 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
41
42 ################################################################################
43 #
44 # SKU Identification section - list of all SKU IDs supported by this Platform.
45 #
46 ################################################################################
47 [SkuIds]
48 0|DEFAULT
49
50 ################################################################################
51 #
52 # Library Class section - list of all Library Classes needed by this Platform.
53 #
54 ################################################################################
55 [LibraryClasses]
56 #
57 # Entry point
58 #
59 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
60 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
61 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
62 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
63 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
64
65 #
66 # Basic
67 #
68 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
69 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
70 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
71 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
72 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
73 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
74 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
75 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
76 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
77 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
78 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
79
80 #
81 # UEFI & PI
82 #
83 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
84 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
85 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
86 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
87 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
88 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
89 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
90 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
91 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
92 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
93 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
94 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
95 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
96
97 #
98 # Generic Modules
99 #
100 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
101 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
102 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
103 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
104 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
105 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
106 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
107
108 #
109 # CPU
110 #
111 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
112 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
113
114 #
115 # Platform
116 #
117 TimerLib|CorebootPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
118 ResetSystemLib|CorebootPayloadPkg/Library/ResetSystemLib/ResetSystemLib.inf
119 SerialPortLib|CorebootPayloadPkg/Library/SerialPortLib/SerialPortLib.inf
120 PlatformBdsLib|CorebootPayloadPkg/Library/PlatformBdsLib/PlatformBdsLib.inf
121
122 #
123 # Misc
124 #
125 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
126 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
127 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
128 !if $(SOURCE_DEBUG_ENABLE) == TRUE
129 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
130 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
131 !else
132 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
133 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
134 !endif
135 CbParseLib|CorebootModulePkg/Library/CbParseLib/CbParseLib.inf
136 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
137
138 [LibraryClasses.IA32.SEC]
139 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
140 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
141 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
142 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
143 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
144 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
145
146 [LibraryClasses.IA32.PEI_CORE, LibraryClasses.IA32.PEIM]
147 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
148 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
149 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
150 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
151 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
152 !if $(SOURCE_DEBUG_ENABLE)
153 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
154 !endif
155
156 [LibraryClasses.common.DXE_CORE]
157 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
158 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
159 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
160 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
161 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
162 !if $(SOURCE_DEBUG_ENABLE)
163 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
164 !endif
165 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
166
167 [LibraryClasses.common.DXE_DRIVER]
168 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
169 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
170 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
171 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
172 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
173 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
174
175 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
176 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
177 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
178 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
179 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
180
181 [LibraryClasses.common.UEFI_DRIVER,LibraryClasses.common.UEFI_APPLICATION]
182 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
183 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
184 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
185 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
186
187 ################################################################################
188 #
189 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
190 #
191 ################################################################################
192 [PcdsFeatureFlag]
193 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE
194 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
195 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
196 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
197 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
198
199 [PcdsFixedAtBuild]
200 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x7
201 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
202 !if $(SOURCE_DEBUG_ENABLE)
203 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
204 !else
205 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
206 !endif
207 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x10000
208 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
209 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
210
211 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
212
213 !if $(SOURCE_DEBUG_ENABLE)
214 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
215 !endif
216
217 ################################################################################
218 #
219 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
220 #
221 ################################################################################
222
223 [PcdsDynamicDefault]
224 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
225 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
226 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
227 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
228
229
230 ################################################################################
231 #
232 # Components Section - list of all EDK II Modules needed by this Platform.
233 #
234 ################################################################################
235 [Components.IA32]
236 #
237 # SEC Core
238 #
239 CorebootModulePkg/SecCore/SecCore.inf
240
241 #
242 # PEI Core
243 #
244 MdeModulePkg/Core/Pei/PeiMain.inf
245
246 #
247 # PEIM
248 #
249 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
250 <LibraryClasses>
251 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
252 }
253 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
254
255 CorebootModulePkg/CbSupportPei/CbSupportPei.inf
256 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
257
258 [Components.IA32]
259 #
260 # DXE Core
261 #
262 MdeModulePkg/Core/Dxe/DxeMain.inf {
263 <LibraryClasses>
264 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
265 }
266
267 #
268 # Components that produce the architectural protocols
269 #
270 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
271 UefiCpuPkg/CpuDxe/CpuDxe.inf
272 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
273 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
274 MdeModulePkg/Universal/Metronome/Metronome.inf
275 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
276 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
277 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
278 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
279 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
280 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
281 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
282
283 #
284 # Following are the DXE drivers
285 #
286 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
287 <LibraryClasses>
288 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
289 }
290
291 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
292 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
293 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
294 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
295 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
296 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
297 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
298 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
299
300 CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf
301
302 #
303 # SMBIOS Support
304 #
305 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
306
307 #
308 # ACPI Support
309 #
310 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
311
312 #
313 # PCI Support
314 #
315 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
316 DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
317
318 #
319 # SCSI/ATA/IDE/DISK Support
320 #
321 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
322 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
323 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
324 DuetPkg/SataControllerDxe/SataControllerDxe.inf
325 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
326 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
327 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
328 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
329
330 #
331 # Usb Support
332 #
333 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
334 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
335 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
336 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
337 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
338 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
339
340 #
341 # ISA Support
342 #
343 CorebootPayloadPkg/SerialDxe/SerialDxe.inf
344
345 #
346 # Console Support
347 #
348 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
349 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
350 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
351 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
352
353
354 #
355 # Framebuffer Gop
356 #
357 CorebootPayloadPkg/FbGop/FbGop.inf
358
359
360