]> git.proxmox.com Git - mirror_edk2.git/blob - UnixPkg/UnixPkg.dsc
Modify DSC file of UnixPkg according to update of MDE package.
[mirror_edk2.git] / UnixPkg / UnixPkg.dsc
1 #/** @file
2 #
3 # EFI/Framework Emulation Platform with UEFI HII interface supported.
4 #
5 # The Emulation Platform can be used to debug individual modules, prior to creating
6 # a real platform. This also provides an example for how an FPD is created.
7 # Copyright (c) 2006 - 2008, Intel Corporation
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #**/
18
19 ################################################################################
20 #
21 # Defines Section - statements that will be processed to create a Makefile.
22 #
23 ################################################################################
24 [Defines]
25 PLATFORM_NAME = Unix
26 PLATFORM_GUID = 7b3c1fb4-8986-11db-b5b2-0040d02b1835
27 PLATFORM_VERSION = 0.3
28 DSC_ SPECIFICATION = 0x00010005
29 OUTPUT_DIRECTORY = Build/Unix
30 SUPPORTED_ARCHITECTURES = IA32
31 BUILD_TARGETS = DEBUG|RELEASE
32 SKUID_IDENTIFIER = DEFAULT
33 FLASH_DEFINITION = UnixPkg/UnixPkg.fdf
34
35 ################################################################################
36 #
37 # SKU Identification section - list of all SKU IDs supported by this Platform.
38 #
39 ################################################################################
40 [SkuIds]
41 0|DEFAULT
42
43 ################################################################################
44 #
45 # Library Class section - list of all Library Classes needed by this Platform.
46 #
47 ################################################################################
48 [LibraryClasses.common]
49 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
50 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
51 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
52 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
53 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
54 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
55 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
56 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
57 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
58 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
59 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
60 GraphicsLib|MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf
61 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
62 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
63 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
64 HiiLib|MdePkg/Library/UefiHiiLib/UefiHiiLib.inf
65 ExtendedHiiLib|MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf
66 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
67 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
68 IfrSupportLib|MdePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
69 ExtendedIfrSupportLib|MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
70 GenericBdsLib|MdeModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
71 PlatformBdsLib|UnixPkg/Library/UnixBdsLib/PlatformBds.inf
72 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
73 DxePiLib|MdePkg/Library/DxePiLib/DxePiLib.inf
74 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
75
76 [LibraryClasses.common.BASE]
77 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
78 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
79
80 [LibraryClasses.common.USER_DEFINED]
81 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
82 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
83
84 [LibraryClasses.common.SEC]
85 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
86 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
87 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
88 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
89
90 [LibraryClasses.common.DXE_CORE]
91 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
92 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
93 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
94 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
95 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
96 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
97 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
98 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
99 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
100 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
101 PeCoffLib|UnixPkg/Library/DxeUnixPeCoffLib/DxeUnixPeCoffLib.inf
102 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
103
104 [LibraryClasses.common.DXE_SMM_DRIVER]
105 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
106 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
107 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
108 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
109 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
110 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
111 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
112 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
113 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
114 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
115 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
116 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
117 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
118
119 [LibraryClasses.common.PEIM]
120 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
121 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
122 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
123 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
124 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
125 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
126 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
127 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
128 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
129 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf
130 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf
131 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
132 PeCoffLib|UnixPkg/Library/PeiUnixPeCoffLib/PeiUnixPeCoffLib.inf
133 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
134 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
135
136 [LibraryClasses.common.PEI_CORE]
137 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
138 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
139 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
140 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
141 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
142 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
143 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
144 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
145 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
146 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf
147 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
148 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
149 PeCoffLib|UnixPkg/Library/PeiCoreUnixPeCoffLib/PeiCoreUnixPeCoffLib.inf
150 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
151
152 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
153 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
154 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
155 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
156 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
157 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
158 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
159 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
160 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
161 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
162 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
163 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
164 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
165 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
166 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
167 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
168
169 [LibraryClasses.common.UEFI_DRIVER]
170 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
171 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
172 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
173 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
174 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
175 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
176 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
177 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
178 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
179 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
180 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
181 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
182 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
183 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
184 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
185 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
186 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
187 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
188
189 [LibraryClasses.common.DXE_DRIVER]
190 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
191 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
192 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
193 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
194 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
195 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
196 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
197 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
198 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
199 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
200 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
201 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
202 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
203 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
204 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
205 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
206 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
207 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
208
209 [LibraryClasses.common.UEFI_APPLICATION]
210 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
211 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
212 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
213 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
214 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
215 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
216 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
217 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
218 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
219 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
220 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
221 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
222 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
223 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
224 PrintLib|MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
225
226 ################################################################################
227 #
228 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
229 #
230 ################################################################################
231 [PcdsFixedAtBuild.IA32]
232 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
233 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128
234
235 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageVariableBase|0x280000
236 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwSpareBase|0x290000
237 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwWorkingBase|0x28e000
238
239 gEfiUnixPkgTokenSpaceGuid.PcdUnixBootMode|1
240 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize|0x2a0000
241 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize|0x10000
242 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogBase|0x28c000
243 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize|0x2000
244 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase|0x0
245 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize|0x280000
246
247 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySizeForSecMain|L"64!64"|VOID*|10
248 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareVolume|L"../FV/FV_RECOVERY.fd"|VOID*|52
249
250 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
251 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
252 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
253 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
254 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
255 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
256 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
257 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
258 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
259 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
260 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
261 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
262 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
263 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
264 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
265 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
266 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
267 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
268 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
269 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
270 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
271 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
272 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
273 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
274 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
275 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
276 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
277 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
278 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
279 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
280 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
281 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
282 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
283
284 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
285 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
286 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
287 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
288 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
289 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
290 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
291 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
292 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
293
294 [PcdsFeatureFlag.common]
295 gEfiEdkModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
296 gEfiEdkModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
297 gEfiEdkModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
298 gEfiEdkModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
299 gEfiEdkModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
300 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
301 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
302 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
303 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
304 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
305 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
306 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
307 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
308 gEfiEdkModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
309 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
310 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
311 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
312 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
313 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
314 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
315 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
316 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
317 gEfiEdkModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
318 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
319 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
320 gEfiEdkModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
321 gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
322 gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
323 gEfiGenericPlatformTokenSpaceGuid.PcdPciIsaEnable|FALSE
324 gEfiGenericPlatformTokenSpaceGuid.PcdPciVgaEnable|FALSE
325 gEfiGenericPlatformTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
326 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
327 #gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|FALSE
328
329 [PcdsFeatureFlag.IA32]
330 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
331 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
332 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
333 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
334 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
335 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
336 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
337 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
338 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
339 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
340 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
341 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
342 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
343 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
344 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
345 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
346 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
347 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
348 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
349 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
350 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
351 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
352 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
353 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
354 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
355 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
356 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
357 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|TRUE
358 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
359 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
360 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
361 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
362 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
363 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
364 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
365 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
366 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
367
368 ################################################################################
369 #
370 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
371 #
372 ################################################################################
373
374 [PcdsDynamicDefault.common.DEFAULT]
375 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
376 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
377 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
378 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0|UINT32|4
379 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0|UINT32|4
380 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0|UINT32|4
381 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0|UINT32|4
382 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0|UINT32|4
383 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0|UINT32|4
384 gEfiUnixPkgTokenSpaceGuid.PcdUnixConsole|L"Bus Driver Console Window"|VOID*|50
385 gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"|VOID*|50
386 gEfiUnixPkgTokenSpaceGuid.PcdUnixFileSystem|L".!../../../../EdkShellBinPkg/Bin/Ia32/Apps"|VOID*|106
387 gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"disk1.img:FW"|VOID*|24
388 gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"|VOID*|30
389 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuModel|L"Intel(R) Processor Model"|VOID*|48
390 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuSpeed|L"3000"|VOID*|8
391 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize|L"64!64"|VOID*|10
392 gEfiUnixPkgTokenSpaceGuid.PcdUnixSerialPort|L"/dev/ttyS0!/dev/ttyS1"|VOID*|20
393
394 ################################################################################
395 #
396 # Components Section - list of all EDK II Modules needed by this Platform.
397 #
398 ################################################################################
399 [Components.IA32]
400 ##
401 # SEC Phase modules
402 ##
403 UnixPkg/Sec/SecMain.inf
404
405 ##
406 # PEI Phase modules
407 ##
408 MdeModulePkg/Core/Pei/PeiMain.inf
409 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
410 <LibraryClasses>
411 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
412 }
413 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
414 UnixPkg/BootModePei/BootModePei.inf
415 UnixPkg/UnixFlashMapPei/FlashMap.inf
416 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
417 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
418 UnixPkg/UnixAutoScanPei/UnixAutoScan.inf
419 UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf
420 UnixPkg/UnixThunkPpiToProtocolPei/UnixThunkPpiToProtocol.inf
421 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
422
423 ##
424 # DXE Phase modules
425 ##
426 MdeModulePkg/Core/Dxe/DxeMain.inf {
427 <LibraryClasses>
428 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
429 }
430 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
431 <LibraryClasses>
432 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
433 }
434
435 UnixPkg/MetronomeDxe/Metronome.inf
436 UnixPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf
437 UnixPkg/ResetRuntimeDxe/Reset.inf
438 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
439 UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf
440 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
441 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
442 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
443 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
444 UnixPkg/UnixThunkDxe/UnixThunk.inf
445 UnixPkg/CpuRuntimeDxe/Cpu.inf
446 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
447 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
448 UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
449 UnixPkg/TimerDxe/Timer.inf
450 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
451 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
452 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
453 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
454 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
455 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
456 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
457 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
458 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
459 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
460 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
461 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
462 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
463 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
464 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
465 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
466 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
467 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
468 UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf
469
470 UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf
471 UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf
472 UnixPkg/UnixUgaDxe/UnixUga.inf
473 UnixPkg/UnixConsoleDxe/UnixConsole.inf
474 UnixPkg/UnixSimpleFileSystemDxe/UnixSimpleFileSystem.inf
475 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
476
477 #
478 # Network stack drivers
479 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
480 #
481 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
482 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
483 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
484 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
485 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
486 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
487 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
488 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
489 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
490
491 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
492 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
493 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
494 <LibraryClasses>
495 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
496 }