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