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