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