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