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