]> git.proxmox.com Git - mirror_edk2.git/blob - UnixPkg/UnixPkg.dsc
Provide source level debug ability in *unix environment.
[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 FPD 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/SerialPortLibNull/SerialPortLibNull.inf
53 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
54 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
55 CpuLib|MdePkg/Library/CpuLib/CpuLib.inf
56 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
57 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
58 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
59 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
60 GraphicsLib|MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf
61 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
62 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
63 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
64 HiiLib|MdePkg/Library/HiiLib/HiiLib.inf
65 ExtendedHiiLib|MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf
66 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
67 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
68 IfrSupportLib|MdePkg/Library/IfrSupportLib/IfrSupportLib.inf
69 ExtendedIfrSupportLib|MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
70 GenericBdsLib|MdeModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
71 PlatformBdsLib|UnixPkg/Library/UnixBdsLib/PlatformBds.inf
72 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
73 DxePiLib|MdePkg/Library/DxePiLib/DxePiLib.inf
74 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
75
76 [LibraryClasses.common.BASE]
77 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
78 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
79
80 [LibraryClasses.common.USER_DEFINED]
81 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
82 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
83
84 [LibraryClasses.common.SEC]
85 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
86 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
87 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
88 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
89
90 [LibraryClasses.common.DXE_CORE]
91 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
92 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
93 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
94 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
95 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
96 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
97 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
98 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
99 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
100 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
101 PeCoffLib|UnixPkg/Library/DxeUnixPeCoffLib/DxeUnixPeCoffLib.inf
102 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
103
104 [LibraryClasses.common.DXE_SMM_DRIVER]
105 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
106 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
107 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
108 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
109 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
110 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
111 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
112 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
113 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
114 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
115 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
116 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
117 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
118
119 [LibraryClasses.common.PEIM]
120 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
121 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
122 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
123 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
124 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
125 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
126 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
127 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
128 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
129 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf
130 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf
131 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
132 PeCoffLib|UnixPkg/Library/PeiUnixPeCoffLib/PeiUnixPeCoffLib.inf
133 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
134 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
135
136 [LibraryClasses.common.PEI_CORE]
137 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
138 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
139 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
140 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
141 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
142 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
143 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
144 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
145 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
146 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf
147 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
148 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
149 PeCoffLib|UnixPkg/Library/PeiCoreUnixPeCoffLib/PeiCoreUnixPeCoffLib.inf
150 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
151
152 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
153 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
154 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
155 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
156 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
157 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
158 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
159 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
160 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
161 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
162 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
163 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
164 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
165 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
166 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
167 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
168
169 [LibraryClasses.common.UEFI_DRIVER]
170 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
171 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
172 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
173 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
174 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
175 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
176 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
177 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
178 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
179 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
180 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
181 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
182 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
183 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
184
185 [LibraryClasses.common.DXE_DRIVER]
186 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
187 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
188 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
189 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
190 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
191 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
192 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
193 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
194 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
195 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
196 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
197 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
198 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
199 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
200 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
201 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
202 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
203 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
204
205 [LibraryClasses.common.UEFI_APPLICATION]
206 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
207 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
208 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
209 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
210 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
211 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
212 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
213 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
214 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
215 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
216 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
217 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
218 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
219 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
220 PrintLib|MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
221
222 ################################################################################
223 #
224 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
225 #
226 ################################################################################
227 [PcdsFixedAtBuild.IA32]
228 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
229 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128
230
231 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageVariableBase|0x280000
232 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwSpareBase|0x290000
233 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwWorkingBase|0x28e000
234
235 gEfiUnixPkgTokenSpaceGuid.PcdUnixBootMode|1
236 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize|0x2a0000
237 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize|0x10000
238 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogBase|0x28c000
239 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize|0x2000
240 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase|0x0
241 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize|0x280000
242
243 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySizeForSecMain|L"64!64"|VOID*|10
244 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareVolume|L"../FV/FV_RECOVERY.fd"|VOID*|52
245
246 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
247 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
248 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
249 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
250 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
251 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
252 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
253 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
254 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
255 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
256 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
257 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
258 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
259 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
260 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
261 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
262 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
263 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
264 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
265 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
266 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
267 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
268 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
269 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
270 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
271 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
272 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
273 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
274 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
275 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
276 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
277 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
278 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
279
280 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
281 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
282 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
283 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
284 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
285 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
286 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
287 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
288 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
289
290 [PcdsFeatureFlag.common]
291 gEfiEdkModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
292 gEfiEdkModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
293 gEfiEdkModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
294 gEfiEdkModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
295 gEfiEdkModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
296 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
297 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
298 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
299 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
300 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
301 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
302 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
303 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
304 gEfiEdkModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
305 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
306 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
307 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
308 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
309 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
310 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
311 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
312 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
313 gEfiEdkModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
314 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
315 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
316 gEfiEdkModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
317 gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
318 gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
319 gEfiGenericPlatformTokenSpaceGuid.PcdPciIsaEnable|FALSE
320 gEfiGenericPlatformTokenSpaceGuid.PcdPciVgaEnable|FALSE
321 gEfiGenericPlatformTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
322 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
323 #gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|FALSE
324
325 [PcdsFeatureFlag.IA32]
326 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
327 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
328 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
329 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
330 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
331 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
332 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
333 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
334 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
335 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
336 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
337 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
338 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
339 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
340 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
341 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
342 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
343 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
344 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
345 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
346 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
347 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
348 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
349 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
350 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
351 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
352 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
353 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|TRUE
354 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
355 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
356 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
357 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
358 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
359 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
360 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
361 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
362 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
363
364 ################################################################################
365 #
366 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
367 #
368 ################################################################################
369
370 [PcdsDynamicDefault.common.DEFAULT]
371 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
372 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
373 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
374 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0|UINT32|4
375 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0|UINT32|4
376 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0|UINT32|4
377 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0|UINT32|4
378 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0|UINT32|4
379 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0|UINT32|4
380 gEfiUnixPkgTokenSpaceGuid.PcdUnixConsole|L"Bus Driver Console Window"|VOID*|50
381 gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"|VOID*|50
382 gEfiUnixPkgTokenSpaceGuid.PcdUnixFileSystem|L".!../../../../EdkShellBinPkg/bin/ia32/Apps"|VOID*|106
383 gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"disk1.img:FW"|VOID*|24
384 gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"|VOID*|30
385 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuModel|L"Intel(R) Processor Model"|VOID*|48
386 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuSpeed|L"3000"|VOID*|8
387 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize|L"64!64"|VOID*|10
388 gEfiUnixPkgTokenSpaceGuid.PcdUnixSerialPort|L"/dev/ttyS0!/dev/ttyS1"|VOID*|20
389
390 ################################################################################
391 #
392 # Components Section - list of all EDK II Modules needed by this Platform.
393 #
394 ################################################################################
395 [Components.IA32]
396 ##
397 # SEC Phase modules
398 ##
399 UnixPkg/Sec/SecMain.inf
400
401 ##
402 # PEI Phase modules
403 ##
404 MdeModulePkg/Core/Pei/PeiMain.inf
405 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
406 <LibraryClasses>
407 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
408 }
409 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
410 UnixPkg/BootModePei/BootModePei.inf
411 UnixPkg/UnixFlashMapPei/FlashMap.inf
412 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
413 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
414 UnixPkg/UnixAutoScanPei/UnixAutoScan.inf
415 UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf
416 UnixPkg/UnixThunkPpiToProtocolPei/UnixThunkPpiToProtocol.inf
417 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
418
419 ##
420 # DXE Phase modules
421 ##
422 MdeModulePkg/Core/Dxe/DxeMain.inf {
423 <LibraryClasses>
424 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
425 }
426 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
427 <LibraryClasses>
428 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
429 }
430
431 UnixPkg/MetronomeDxe/Metronome.inf
432 UnixPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf
433 UnixPkg/ResetRuntimeDxe/Reset.inf
434 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
435 UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf
436 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
437 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
438 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
439 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
440 UnixPkg/UnixThunkDxe/UnixThunk.inf
441 UnixPkg/CpuRuntimeDxe/Cpu.inf
442 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
443 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
444 UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
445 UnixPkg/TimerDxe/Timer.inf
446 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
447 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
448 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
449 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
450 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
451 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
452 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
453 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
454 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
455 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
456 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
457 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
458 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
459 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
460 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
461 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
462 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
463 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
464 UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf
465
466 UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf
467 UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf
468 UnixPkg/UnixUgaDxe/UnixUga.inf
469 UnixPkg/UnixConsoleDxe/UnixConsole.inf
470 UnixPkg/UnixSimpleFileSystemDxe/UnixSimpleFileSystem.inf
471 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
472
473 #
474 # Network stack drivers
475 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
476 #
477 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
478 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
479 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
480 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
481 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
482 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
483 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
484 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
485 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
486
487 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
488 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
489 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
490 <LibraryClasses>
491 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
492 }
493
494 [BuildOptions]
495 DEBUG_*_IA32_DLINK_FLAGS = --shared
496 *_*_IA32_CC_FLAGS = -idirafter/usr/include