]> git.proxmox.com Git - mirror_edk2.git/blob - UnixPkg/UnixPkg.dsc
Split out Synchronization Library from Base Library
[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/EdkDxePrintLib/EdkDxePrintLib.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.PcdPeiPcdDatabaseTraverseEnabled|TRUE
294 gEfiEdkModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
295 gEfiEdkModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
296 gEfiEdkModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
297 gEfiEdkModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
298 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
299 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
300 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
301 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
302 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
303 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
304 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
305 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
306 gEfiEdkModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
307 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
308 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
309 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
310 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
311 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
312 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
313 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
314 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
315 gEfiEdkModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
316 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
317 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
318 gEfiEdkModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
319 gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
320 gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
321 gEfiGenericPlatformTokenSpaceGuid.PcdPciIsaEnable|FALSE
322 gEfiGenericPlatformTokenSpaceGuid.PcdPciVgaEnable|FALSE
323 gEfiGenericPlatformTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
324 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
325 #gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|FALSE
326
327 [PcdsFeatureFlag.IA32]
328 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
329 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
330 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
331 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
332 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
333 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
334 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
335 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
336 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
337 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
338 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
339 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
340 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
341 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
342 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
343 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
344 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
345 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
346 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
347 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
348 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
349 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
350 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
351 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
352 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
353 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
354 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
355 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|TRUE
356 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
357 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
358 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
359 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
360 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
361 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
362 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
363 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
364 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
365
366 ################################################################################
367 #
368 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
369 #
370 ################################################################################
371
372 [PcdsDynamicDefault.common.DEFAULT]
373 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
374 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
375 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
376 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0|UINT32|4
377 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0|UINT32|4
378 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0|UINT32|4
379 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0|UINT32|4
380 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0|UINT32|4
381 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0|UINT32|4
382 gEfiUnixPkgTokenSpaceGuid.PcdUnixConsole|L"Bus Driver Console Window"|VOID*|50
383 gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"|VOID*|50
384 gEfiUnixPkgTokenSpaceGuid.PcdUnixFileSystem|L".!../../../../EdkShellBinPkg/Bin/Ia32/Apps"|VOID*|106
385 gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"disk1.img:FW"|VOID*|24
386 gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"|VOID*|30
387 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuModel|L"Intel(R) Processor Model"|VOID*|48
388 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuSpeed|L"3000"|VOID*|8
389 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize|L"64!64"|VOID*|10
390 gEfiUnixPkgTokenSpaceGuid.PcdUnixSerialPort|L"/dev/ttyS0!/dev/ttyS1"|VOID*|20
391
392 ################################################################################
393 #
394 # Components Section - list of all EDK II Modules needed by this Platform.
395 #
396 ################################################################################
397 [Components.IA32]
398 ##
399 # SEC Phase modules
400 ##
401 UnixPkg/Sec/SecMain.inf
402
403 ##
404 # PEI Phase modules
405 ##
406 MdeModulePkg/Core/Pei/PeiMain.inf
407 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
408 <LibraryClasses>
409 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
410 }
411 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
412 UnixPkg/BootModePei/BootModePei.inf
413 UnixPkg/UnixFlashMapPei/FlashMap.inf
414 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
415 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
416 UnixPkg/UnixAutoScanPei/UnixAutoScan.inf
417 UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf
418 UnixPkg/UnixThunkPpiToProtocolPei/UnixThunkPpiToProtocol.inf
419 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
420
421 ##
422 # DXE Phase modules
423 ##
424 MdeModulePkg/Core/Dxe/DxeMain.inf {
425 <LibraryClasses>
426 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
427 }
428 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
429 <LibraryClasses>
430 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
431 }
432
433 UnixPkg/MetronomeDxe/Metronome.inf
434 UnixPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf
435 UnixPkg/ResetRuntimeDxe/Reset.inf
436 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
437 UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf
438 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
439 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
440 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
441 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
442 UnixPkg/UnixThunkDxe/UnixThunk.inf
443 UnixPkg/CpuRuntimeDxe/Cpu.inf
444 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
445 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
446 UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
447 UnixPkg/TimerDxe/Timer.inf
448 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
449 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
450 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
451 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
452 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
453 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
454 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
455 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
456 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
457 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
458 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
459 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
460 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
461 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
462 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
463 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
464 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
465 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
466 UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf
467
468 UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf
469 UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf
470 UnixPkg/UnixUgaDxe/UnixUga.inf
471 UnixPkg/UnixConsoleDxe/UnixConsole.inf
472 UnixPkg/UnixSimpleFileSystemDxe/UnixSimpleFileSystem.inf
473 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
474
475 #
476 # Network stack drivers
477 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
478 #
479 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
480 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
481 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
482 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
483 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
484 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
485 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
486 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
487 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
488
489 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
490 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
491 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
492 <LibraryClasses>
493 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
494 }