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