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