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