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