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