]> git.proxmox.com Git - mirror_edk2.git/blob - UnixPkg/UnixPkg.dsc
Remove PCD setting same to default set.
[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 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
56 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
57 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
58 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
59 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
60 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
61 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
62 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
63 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
64 HiiLib|MdeModulePkg/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|MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
69 ExtendedIfrSupportLib|MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
70 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
71 PlatformBdsLib|UnixPkg/Library/UnixBdsLib/PlatformBds.inf
72 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
73 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.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 UefiScsiLib|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 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
134
135 [LibraryClasses.common.PEI_CORE]
136 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
137 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
138 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
139 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
140 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
141 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
142 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
143 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
144 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
145 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf
146 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
147 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
148 PeCoffLib|UnixPkg/Library/PeiCoreUnixPeCoffLib/PeiCoreUnixPeCoffLib.inf
149
150 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
151 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
152 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
153 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
154 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
155 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
156 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
157 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
158 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
159 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
160 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
161 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
162 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
163 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
164 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
165 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
166
167 [LibraryClasses.common.UEFI_DRIVER]
168 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
169 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
170 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
171 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
172 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
173 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
174 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
175 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
176 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
177 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
178 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
179 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
180 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
181 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
182 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
183 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
184 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
185 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
186
187 [LibraryClasses.common.DXE_DRIVER]
188 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
189 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
190 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
191 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
192 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
193 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
194 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
195 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
196 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
197 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
198 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
199 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
200 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
201 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
202 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
203 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
204 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
205 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
206
207 [LibraryClasses.common.UEFI_APPLICATION]
208 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
209 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
210 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
211 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
212 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
213 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
214 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
215 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
216 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
217 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
218 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
219 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
220 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
221 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
222 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
223
224 ################################################################################
225 #
226 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
227 #
228 ################################################################################
229 [PcdsFixedAtBuild.IA32]
230 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
231 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128
232
233 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageVariableBase|0x280000
234 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwSpareBase|0x290000
235 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwWorkingBase|0x28e000
236
237 gEfiUnixPkgTokenSpaceGuid.PcdUnixBootMode|1
238 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize|0x2a0000
239 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize|0x10000
240 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogBase|0x28c000
241 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize|0x2000
242 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase|0x0
243 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize|0x280000
244
245 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySizeForSecMain|L"64!64"|VOID*|10
246 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareVolume|L"../FV/FV_RECOVERY.fd"|VOID*|52
247
248 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
249 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
250 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
251 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
252 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
253 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
254 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
255 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
256 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
257 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
258 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
259 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
260 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
261 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
262 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
263 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
264 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
265 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
266 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
267 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
268 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
269 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
270 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
271 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
272 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
273 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
274 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
275 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
276 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
277 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
278 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
279 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
280 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
281
282 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
283 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
284 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
285 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
286 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
287 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
288 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
289 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
290 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
291
292 [PcdsFeatureFlag.common]
293 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
294 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
295 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
296 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
297 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
298 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
299 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
300 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
301 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
302 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
303 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
304 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
305 gEfiEdkModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
306 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
307 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
308 gEfiEdkModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
309 gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
310 gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
311 gEfiGenericPlatformTokenSpaceGuid.PcdPciIsaEnable|FALSE
312 gEfiGenericPlatformTokenSpaceGuid.PcdPciVgaEnable|FALSE
313 gEfiGenericPlatformTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
314 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
315 #gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|FALSE
316
317 [PcdsFeatureFlag.IA32]
318 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
319 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
320 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
321 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
322 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
323 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
324 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
325 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
326 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
327 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
328 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
329 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
330 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
331 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
332 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
333 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
334 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
335 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
336 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
337 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
338 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
339 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
340 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
341 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
342 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
343 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
344 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|TRUE
345 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
346 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
347 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
348 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
349 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
350 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
351 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
352 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
353 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
354
355 ################################################################################
356 #
357 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
358 #
359 ################################################################################
360
361 [PcdsDynamicDefault.common.DEFAULT]
362 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
363 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
364 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
365 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0|UINT32|4
366 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0|UINT32|4
367 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0|UINT32|4
368 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0|UINT32|4
369 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0|UINT32|4
370 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0|UINT32|4
371 gEfiUnixPkgTokenSpaceGuid.PcdUnixConsole|L"Bus Driver Console Window"|VOID*|50
372 gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"|VOID*|50
373 gEfiUnixPkgTokenSpaceGuid.PcdUnixFileSystem|L".!../../../../EdkShellBinPkg/Bin/Ia32/Apps"|VOID*|106
374 gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"disk1.img:FW"|VOID*|24
375 gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"|VOID*|30
376 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuModel|L"Intel(R) Processor Model"|VOID*|48
377 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuSpeed|L"3000"|VOID*|8
378 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize|L"64!64"|VOID*|10
379 gEfiUnixPkgTokenSpaceGuid.PcdUnixSerialPort|L"/dev/ttyS0!/dev/ttyS1"|VOID*|20
380
381 [PcdsDynamicHii.common.DEFAULT]
382 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0x0053 0x0065 0x0074 0x0075 0x0070|gEfiUnixSystemConfigGuid|0x0|80 # Variable: L"Setup"
383 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0x0053 0x0065 0x0074 0x0075 0x0070|gEfiUnixSystemConfigGuid|0x4|25 # Variable: L"Setup"
384
385 ###################################################################################################
386 #
387 # Components Section - list of the modules and components that will be processed by compilation
388 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
389 #
390 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
391 # into firmware volume images. This section is just a list of modules to compile from
392 # source into UEFI-compliant binaries.
393 # It is the FDF file that contains information on combining binary files into firmware
394 # volume images, whose concept is beyond UEFI and is described in PI specification.
395 # Binary modules do not need to be listed in this section, as they should be
396 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
397 # Logo (Logo.bmp), and etc.
398 # There may also be modules listed in this section that are not required in the FDF file,
399 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
400 # generated for it, but the binary will not be put into any firmware volume.
401 #
402 ###################################################################################################
403 [Components.IA32]
404 ##
405 # SEC Phase modules
406 ##
407 UnixPkg/Sec/SecMain.inf
408
409 ##
410 # PEI Phase modules
411 ##
412 MdeModulePkg/Core/Pei/PeiMain.inf
413 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
414 <LibraryClasses>
415 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
416 }
417 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
418 UnixPkg/BootModePei/BootModePei.inf
419 UnixPkg/UnixFlashMapPei/FlashMap.inf
420 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
421 UnixPkg/UnixAutoScanPei/UnixAutoScan.inf
422 UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf
423 UnixPkg/UnixThunkPpiToProtocolPei/UnixThunkPpiToProtocol.inf
424 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
425
426 ##
427 # DXE Phase modules
428 ##
429 MdeModulePkg/Core/Dxe/DxeMain.inf {
430 <LibraryClasses>
431 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
432 }
433 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
434 <LibraryClasses>
435 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
436 }
437
438 UnixPkg/MetronomeDxe/Metronome.inf
439 UnixPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf
440 UnixPkg/ResetRuntimeDxe/Reset.inf
441 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
442 UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf
443 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
444 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
445 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
446 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
447 UnixPkg/UnixThunkDxe/UnixThunk.inf
448 UnixPkg/CpuRuntimeDxe/Cpu.inf
449 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
450 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
451 UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
452 UnixPkg/TimerDxe/Timer.inf
453 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
454 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
455 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
456 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
457 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
458 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
459 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
460 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
461 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
462 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
463 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
464 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
465 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
466 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
467 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
468 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
469 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
470 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
471 UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf
472
473 UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf
474 UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf
475 UnixPkg/UnixUgaDxe/UnixUga.inf
476 UnixPkg/UnixConsoleDxe/UnixConsole.inf
477 UnixPkg/UnixSimpleFileSystemDxe/UnixSimpleFileSystem.inf
478 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
479
480 #
481 # Network stack drivers
482 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
483 #
484 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
485 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
486 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
487 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
488 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
489 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
490 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
491 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
492 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
493
494 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
495 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
496 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
497 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
498 <LibraryClasses>
499 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
500 }
501