]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc
CorebootPayloadPkg DSC: Change the section alignment option
[mirror_edk2.git] / CorebootPayloadPkg / CorebootPayloadPkgIa32X64.dsc
... / ...
CommitLineData
1## @file\r
2# Coreboot Payload Package\r
3#\r
4# Provides drivers and definitions to create uefi payload for coreboot.\r
5#\r
6# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
7# This program and the accompanying materials are licensed and made available under\r
8# the terms and conditions of the BSD License that accompanies this distribution.\r
9# The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php.\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17################################################################################\r
18#\r
19# Defines Section - statements that will be processed to create a Makefile.\r
20#\r
21################################################################################\r
22[Defines]\r
23 PLATFORM_NAME = CorebootPayloadPkg\r
24 PLATFORM_GUID = F71608AB-D63D-4491-B744-A99998C8CD96\r
25 PLATFORM_VERSION = 0.1\r
26 DSC_SPECIFICATION = 0x00010005\r
27 SUPPORTED_ARCHITECTURES = IA32|X64\r
28 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
29 SKUID_IDENTIFIER = DEFAULT\r
30 OUTPUT_DIRECTORY = Build/CorebootPayloadPkgX64\r
31 FLASH_DEFINITION = CorebootPayloadPkg/CorebootPayloadPkg.fdf\r
32\r
33 DEFINE SECURE_BOOT_ENABLE = FALSE\r
34 DEFINE SOURCE_DEBUG_ENABLE = FALSE\r
35\r
36 #\r
37 # CPU options\r
38 #\r
39 DEFINE MAX_LOGICAL_PROCESSORS = 64\r
40\r
41 #\r
42 # PCI options\r
43 #\r
44 DEFINE PCIE_BASE = 0xE0000000\r
45\r
46 #\r
47 # Serial port set up\r
48 #\r
49 DEFINE BAUD_RATE = 115200\r
50 DEFINE SERIAL_CLOCK_RATE = 1843200\r
51 DEFINE SERIAL_LINE_CONTROL = 3 # 8-bits, no parity\r
52 DEFINE SERIAL_HARDWARE_FLOW_CONTROL = FALSE\r
53 DEFINE SERIAL_DETECT_CABLE = FALSE\r
54 DEFINE SERIAL_FIFO_CONTROL = 7 # Enable FIFO\r
55 DEFINE SERIAL_EXTENDED_TX_FIFO_SIZE = 16\r
56 DEFINE UART_DEFAULT_BAUD_RATE = $(BAUD_RATE)\r
57 DEFINE UART_DEFAULT_DATA_BITS = 8\r
58 DEFINE UART_DEFAULT_PARITY = 1\r
59 DEFINE UART_DEFAULT_STOP_BITS = 1\r
60 DEFINE DEFAULT_TERMINAL_TYPE = 0\r
61\r
62 #\r
63 # typedef struct {\r
64 # UINT16 VendorId; ///< Vendor ID to match the PCI device. The value 0xFFFF terminates the list of entries.\r
65 # UINT16 DeviceId; ///< Device ID to match the PCI device\r
66 # UINT32 ClockRate; ///< UART clock rate. Set to 0 for default clock rate of 1843200 Hz\r
67 # UINT64 Offset; ///< The byte offset into to the BAR\r
68 # UINT8 BarIndex; ///< Which BAR to get the UART base address\r
69 # UINT8 RegisterStride; ///< UART register stride in bytes. Set to 0 for default register stride of 1 byte.\r
70 # UINT16 ReceiveFifoDepth; ///< UART receive FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.\r
71 # UINT16 TransmitFifoDepth; ///< UART transmit FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.\r
72 # UINT8 Reserved[2];\r
73 # } PCI_SERIAL_PARAMETER;\r
74 #\r
75 # Vendor FFFF Device 0000 Prog Interface 1, BAR #0, Offset 0, Stride = 1, Clock 1843200 (0x1c2000)\r
76 #\r
77 # [Vendor] [Device] [----ClockRate---] [------------Offset-----------] [Bar] [Stride] [RxFifo] [TxFifo] [Rsvd] [Vendor]\r
78 DEFINE PCI_SERIAL_PARAMETERS = {0xff,0xff, 0x00,0x00, 0x0,0x20,0x1c,0x00, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x00, 0x01, 0x0,0x0, 0x0,0x0, 0x0,0x0, 0xff,0xff}\r
79\r
80 #\r
81 # Shell options: [BUILD_SHELL, FULL_BIN, MIN_BIN, NONE, UEFI]\r
82 #\r
83 DEFINE SHELL_TYPE = FULL_BIN\r
84\r
85[BuildOptions]\r
86 GCC:DEBUG_*_*_CC_FLAGS = -Og -flto\r
87 GCC:DEBUG_*_*_DLINK_FLAGS = -flto\r
88 GCC:*_UNIXGCC_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
89 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
90 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
91 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
92\r
93[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]\r
94 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096\r
95\r
96################################################################################\r
97#\r
98# SKU Identification section - list of all SKU IDs supported by this Platform.\r
99#\r
100################################################################################\r
101[SkuIds]\r
102 0|DEFAULT\r
103\r
104################################################################################\r
105#\r
106# Library Class section - list of all Library Classes needed by this Platform.\r
107#\r
108################################################################################\r
109[LibraryClasses]\r
110 #\r
111 # Entry point\r
112 #\r
113 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
114 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
115 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
116 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
117 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
118\r
119 #\r
120 # Basic\r
121 #\r
122 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
123 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
124 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
125 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
126 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
127 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
128 PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf\r
129 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
130 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
131 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
132 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
133 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
134\r
135 #\r
136 # UEFI & PI\r
137 #\r
138 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
139 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
140 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
141 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
142 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
143 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
144 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
145 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
146 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
147 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
148 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
149 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
150 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
151 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
152\r
153 #\r
154 # Generic Modules\r
155 #\r
156 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
157 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
158 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
159 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
160 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
161 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
162 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
163\r
164 #\r
165 # CPU\r
166 #\r
167 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
168 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r
169\r
170 #\r
171 # Platform\r
172 #\r
173 TimerLib|CorebootPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
174 ResetSystemLib|CorebootPayloadPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
175 SerialPortLib|CorebootModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf\r
176 PlatformHookLib|CorebootPayloadPkg/Library/PlatformHookLib/PlatformHookLib.inf\r
177 PlatformBootManagerLib|CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
178\r
179 #\r
180 # Misc\r
181 #\r
182 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
183 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
184!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
185 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
186 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
187!else\r
188 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
189 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
190!endif\r
191 CbParseLib|CorebootModulePkg/Library/CbParseLib/CbParseLib.inf\r
192 DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
193 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
194 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
195\r
196[LibraryClasses.IA32.SEC]\r
197 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
198 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
199 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
200 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
201 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
202 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
203\r
204[LibraryClasses.IA32.PEI_CORE, LibraryClasses.IA32.PEIM]\r
205 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
206 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
207 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
208 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
209 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
210!if $(SOURCE_DEBUG_ENABLE)\r
211 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
212!endif\r
213\r
214[LibraryClasses.common.DXE_CORE]\r
215 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
216 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
217 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
218 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
219 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
220!if $(SOURCE_DEBUG_ENABLE)\r
221 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
222!endif\r
223 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
224\r
225[LibraryClasses.common.DXE_DRIVER]\r
226 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
227 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
228 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
229 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
230 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
231 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
232 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf\r
233\r
234[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
235 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
236 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
237 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
238 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
239\r
240[LibraryClasses.common.UEFI_DRIVER,LibraryClasses.common.UEFI_APPLICATION]\r
241 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
242 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
243 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
244 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
245\r
246################################################################################\r
247#\r
248# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
249#\r
250################################################################################\r
251[PcdsFeatureFlag]\r
252 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE\r
253 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE\r
254 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE\r
255 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
256 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
257\r
258[PcdsFixedAtBuild]\r
259 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x10000\r
260 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000\r
261 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000\r
262\r
263 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
264 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable|TRUE\r
265 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
266\r
267 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|$(PCIE_BASE)\r
268\r
269!if $(SOURCE_DEBUG_ENABLE)\r
270 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
271!endif\r
272\r
273[PcdsPatchableInModule.common]\r
274 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x7\r
275 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
276!if $(SOURCE_DEBUG_ENABLE)\r
277 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
278!else\r
279 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
280!endif\r
281\r
282 #\r
283 # The following parameters are set by Library/PlatformHookLib\r
284 #\r
285 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|FALSE\r
286 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x3f8\r
287 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|$(BAUD_RATE)\r
288 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride|1\r
289\r
290 #\r
291 # Enable these parameters to be set on the command line\r
292 #\r
293 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate|$(SERIAL_CLOCK_RATE)\r
294 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl|$(SERIAL_LINE_CONTROL)\r
295 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|$(SERIAL_HARDWARE_FLOW_CONTROL)\r
296 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialDetectCable|$(SERIAL_DETECT_CABLE)\r
297 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl|$(SERIAL_FIFO_CONTROL)\r
298 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialExtendedTxFifoSize|$(SERIAL_EXTENDED_TX_FIFO_SIZE)\r
299\r
300 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
301 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|$(UART_DEFAULT_BAUD_RATE)\r
302 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|$(UART_DEFAULT_DATA_BITS)\r
303 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|$(UART_DEFAULT_PARITY)\r
304 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|$(UART_DEFAULT_STOP_BITS)\r
305 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|$(DEFAULT_TERMINAL_TYPE)\r
306 gEfiMdeModulePkgTokenSpaceGuid.PcdPciSerialParameters|$(PCI_SERIAL_PARAMETERS)\r
307\r
308 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|$(MAX_LOGICAL_PROCESSORS)\r
309\r
310 #\r
311 # Set the proper Shell file GUID\r
312 #\r
313 !if $(SHELL_TYPE) == FULL_BIN\r
314 # c57ad6b7-0515-40a8-9d21-551652854e37\r
315 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0xB7, 0xD6, 0x7A, 0xC5, 0x15, 0x05, 0xA8, 0x40, 0x9D, 0x21, 0x55, 0x16, 0x52, 0x85, 0x4E, 0x37 }\r
316 !else\r
317 # 7C04A583-9E3E-4f1c-AD65-E05268D0B4D1\r
318 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1c, 0x4f, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
319 !endif\r
320\r
321################################################################################\r
322#\r
323# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
324#\r
325################################################################################\r
326\r
327[PcdsDynamicDefault]\r
328 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0\r
329 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
330 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
331 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
332 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
333\r
334 ## This PCD defines the video horizontal resolution.\r
335 # This PCD could be set to 0 then video resolution could be at highest resolution.\r
336 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|0\r
337 ## This PCD defines the video vertical resolution.\r
338 # This PCD could be set to 0 then video resolution could be at highest resolution.\r
339 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|0\r
340\r
341 ## The PCD is used to specify the video horizontal resolution of text setup.\r
342 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|0\r
343 ## The PCD is used to specify the video vertical resolution of text setup.\r
344 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|0\r
345\r
346################################################################################\r
347#\r
348# Components Section - list of all EDK II Modules needed by this Platform.\r
349#\r
350################################################################################\r
351[Components.IA32]\r
352 #\r
353 # SEC Core\r
354 #\r
355 CorebootModulePkg/SecCore/SecCore.inf\r
356\r
357 #\r
358 # PEI Core\r
359 #\r
360 MdeModulePkg/Core/Pei/PeiMain.inf\r
361\r
362 #\r
363 # PEIM\r
364 #\r
365 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
366 <LibraryClasses>\r
367 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
368 }\r
369 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
370 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf\r
371\r
372 CorebootModulePkg/CbSupportPei/CbSupportPei.inf\r
373 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
374\r
375[Components.X64]\r
376 #\r
377 # DXE Core\r
378 #\r
379 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
380 <LibraryClasses>\r
381 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
382 }\r
383\r
384 #\r
385 # Components that produce the architectural protocols\r
386 #\r
387 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
388 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
389 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
390 MdeModulePkg/Application/UiApp/UiApp.inf {\r
391 <LibraryClasses>\r
392 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
393 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
394 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
395 }\r
396 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r
397 MdeModulePkg/Universal/Metronome/Metronome.inf\r
398 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
399 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
400 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
401 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
402 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
403 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r
404 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
405\r
406 #\r
407 # Following are the DXE drivers\r
408 #\r
409 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
410 <LibraryClasses>\r
411 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
412 }\r
413\r
414 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
415 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf\r
416 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
417 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
418 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
419 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf\r
420 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
421 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
422 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
423\r
424 CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf\r
425\r
426 #\r
427 # SMBIOS Support\r
428 #\r
429 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
430\r
431 #\r
432 # ACPI Support\r
433 #\r
434 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
435\r
436 #\r
437 # PCI Support\r
438 #\r
439 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
440 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {\r
441 <LibraryClasses>\r
442 PciHostBridgeLib|CorebootPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf\r
443 }\r
444\r
445 #\r
446 # SCSI/ATA/IDE/DISK Support\r
447 #\r
448 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
449 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
450 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
451 FatPkg/EnhancedFatDxe/Fat.inf\r
452 CorebootModulePkg/SataControllerDxe/SataControllerDxe.inf\r
453 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf\r
454 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf\r
455 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
456 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
457\r
458 #\r
459 # SD/eMMC Support\r
460 #\r
461 MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf\r
462 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf\r
463 MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf\r
464\r
465 #\r
466 # Usb Support\r
467 #\r
468 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
469 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
470 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
471 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
472 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
473 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
474\r
475 #\r
476 # OHCI support\r
477 #\r
478 QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf\r
479\r
480 #\r
481 # ISA Support\r
482 #\r
483 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
484\r
485 #\r
486 # Console Support\r
487 #\r
488 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
489 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
490 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
491 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
492\r
493 #\r
494 # Framebuffer Gop\r
495 #\r
496 CorebootPayloadPkg/FbGop/FbGop.inf\r
497\r
498 #------------------------------\r
499 # Build the shell\r
500 #------------------------------\r
501\r
502!if $(SHELL_TYPE) == BUILD_SHELL\r
503\r
504[PcdsFixedAtBuild]\r
505 ## This flag is used to control initialization of the shell library\r
506 # This should be FALSE for compiling the shell application itself only.\r
507 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
508\r
509 #\r
510 # Shell Lib\r
511 #\r
512[LibraryClasses]\r
513 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
514 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
515 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
516\r
517[Components.X64]\r
518 ShellPkg/Application/Shell/Shell.inf {\r
519\r
520 #------------------------------\r
521 # Basic commands\r
522 #------------------------------\r
523\r
524 <LibraryClasses>\r
525 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
526 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
527 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
528 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
529 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
530 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
531\r
532 #------------------------------\r
533 # Networking commands\r
534 #------------------------------\r
535\r
536 <LibraryClasses>\r
537 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
538 NULL|ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.inf\r
539\r
540 #------------------------------\r
541 # Performance command\r
542 #------------------------------\r
543\r
544 <LibraryClasses>\r
545 NULL|ShellPkg/Library/UefiDpLib/UefiDpLib.inf\r
546\r
547 #------------------------------\r
548 # Support libraries\r
549 #------------------------------\r
550\r
551 <LibraryClasses>\r
552 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
553 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
554 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
555 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
556 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
557 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
558 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf\r
559 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
560 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
561 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
562 }\r
563\r
564!endif\r