]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Nt32Pkg.dsc
Fix bug in PciCfg to support PCI express address.
[mirror_edk2.git] / Nt32Pkg / Nt32Pkg.dsc
1 #/** @file
2 # EFI/Framework Emulation Platform
3 #
4 # The Emulation Platform can be used to debug individual modules, prior to creating
5 # a real platform. This also provides an example for how an DSC is created.
6 #
7 # Copyright (c) 2006 - 2007, 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 = NT32
26 PLATFORM_GUID = EB216561-961F-47EE-9EF9-CA426EF547C2
27 PLATFORM_VERSION = 0.3
28 DSC_SPECIFICATION = 0x00010005
29 OUTPUT_DIRECTORY = Build/NT32
30 SUPPORTED_ARCHITECTURES = IA32
31 BUILD_TARGETS = DEBUG
32 SKUID_IDENTIFIER = DEFAULT
33 FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf
34
35 DEBUG_ICC_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
36 DEBUG_VS2003_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
37 DEBUG_MYTOOLS_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
38 DEBUG_WINDDK3790x1830_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
39 DEBUG_VS2005PRO_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
40 DEBUG_MIXED_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
41 RELEASE_ICC_IA32_DLINK_FLAGS = /ALIGN:4096
42 RELEASE_VS2003_IA32_DLINK_FLAGS = /ALIGN:4096
43 RELEASE_MYTOOLS_IA32_DLINK_FLAGS = /ALIGN:4096
44 RELEASE_WINDDK3790x1830_IA32_DLINK_FLAGS = /ALIGN:4096
45 RELEASE_VS2005PRO_IA32_DLINK_FLAGS = /ALIGN:4096
46 RELEASE_MIXED_IA32_DLINK_FLAGS = /ALIGN:4096
47
48 ################################################################################
49 #
50 # SKU Identification section - list of all SKU IDs supported by this
51 # Platform.
52 #
53 ################################################################################
54 [SkuIds]
55 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
56
57 ################################################################################
58 #
59 # Library Class section - list of all Library Classes needed by this Platform.
60 #
61 ################################################################################
62
63 [LibraryClasses.common]
64 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
65 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
66 SerialPortLib|MdePkg/Library/SerialPortLibNull/SerialPortLibNull.inf
67 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
68 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
69 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
70 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
71 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
72 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
73 IfrSupportLibFramework|IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
74 GraphicsLib|IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf
75 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
76 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
77 CustomDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
78 HiiLib|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
79
80 [LibraryClasses.common.BASE]
81 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
82 ReportStatusCodeLib|IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
83
84 [LibraryClasses.common.USER_DEFINED]
85 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
86 ReportStatusCodeLib|IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
87
88 [LibraryClasses.common.SEC]
89 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
90 ReportStatusCodeLib|IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
91
92 [LibraryClasses.common.DXE_CORE]
93 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
94 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
95 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
96 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
97 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
98 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
99 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
100 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
101 PeCoffLoaderLib|MdeModulePkg/Library/DxePeCoffLoaderFromHobLib/DxePeCoffLoaderFromHobLib.inf
102 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
103 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
104 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
105
106
107 [LibraryClasses.common.DXE_SMM_DRIVER]
108 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
109 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
110 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
111 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
112 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
113 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
114 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
115 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
116 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
117 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
118 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
119 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
120 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
121 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
122 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
123
124 [LibraryClasses.common.PEIM]
125 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
126 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
127 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
128 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
129 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
130 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
131 ReportStatusCodeLib|IntelFrameworkPkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
132 PeCoffLoaderLib|Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf
133 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
134 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
135 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
136 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
137
138 [LibraryClasses.common.PEI_CORE]
139 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
140 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
141 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
142 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
143 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
144 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
145 OldPeiCoreEntryPoint|MdePkg/Library/OldPeiCoreEntryPoint/OldPeiCoreEntryPoint.inf
146 ReportStatusCodeLib|IntelFrameworkPkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
147 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
148 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
149 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
150
151 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
152 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
153 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
154 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
155 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
156 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
157 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
158 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
159 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
160 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.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 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
166 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
167 DebugLib|IntelFrameworkPkg/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|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
177 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
178 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
179 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
180 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
181 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
182 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
183 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
184 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
185
186 [LibraryClasses.common.DXE_DRIVER]
187 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
188 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
189 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
190 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
191 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
192 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
193 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
194 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
195 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
196 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
197 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
198 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
199 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
200 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
201 EdkGenericBdsLib|Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf
202 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
203
204 [LibraryClasses.common.UEFI_APPLICATION]
205 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
206 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
207 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.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|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
216 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
217 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
218 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
219 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
220
221
222 ################################################################################
223 #
224 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
225 #
226 ################################################################################
227
228 [PcdsFeatureFlag.common]
229 PcdDevicePathSupportDevicePathFromText|gEfiMdeModulePkgTokenSpaceGuid|FALSE
230 PcdDevicePathSupportDevicePathToText|gEfiMdeModulePkgTokenSpaceGuid|FALSE
231 PcdDxeIplSupportCustomDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
232 PcdDxeIplBuildShareCodeHobs|gEfiMdeModulePkgTokenSpaceGuid|TRUE
233 PcdDxeIplSupportEfiDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
234 PcdDxeIplSupportTianoDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
235 PcdDxeIplSupportCustomDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
236 PcdUefiVariableDefaultLangDepricate|gEfiMdePkgTokenSpaceGuid|FALSE
237
238 [PcdsFixedAtBuild.IA32]
239 PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1
240 PcdStatusCodeRuntimeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|128
241 PcdWinNtMemorySizeForSecMain|gEfiNt32PkgTokenSpaceGuid|L"64!64"|12
242 PcdWinNtFirmwareVolume|gEfiNt32PkgTokenSpaceGuid|L"..\\Fv\\Fv_Recovery.fd"|52
243 PcdWinNtBootMode|gEfiNt32PkgTokenSpaceGuid|1
244 PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000
245 PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000
246 PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000
247 PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000
248 PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000
249 PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000
250 PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000
251 PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f
252 PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x1f
253 PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF
254 PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0
255 PcdMaxPeiPcdCallBackNumberPerPcdEntry|gEfiMdeModulePkgTokenSpaceGuid|0x08
256 PcdVpdBaseAddress|gEfiMdeModulePkgTokenSpaceGuid|0x0
257 PcdMaxSizeNonPopulateCapsule|gEfiMdeModulePkgTokenSpaceGuid|0x0
258 PcdMaxSizePopulateCapsule|gEfiMdeModulePkgTokenSpaceGuid|0x0
259 PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid|0
260 PcdStatusCodeValueUncorrectableMemoryError|gEfiMdePkgTokenSpaceGuid|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
261 PcdStatusCodeValueRemoteConsoleError|gEfiMdePkgTokenSpaceGuid|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
262 PcdStatusCodeValueRemoteConsoleReset|gEfiMdePkgTokenSpaceGuid|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
263 PcdStatusCodeValueRemoteConsoleInputError|gEfiMdePkgTokenSpaceGuid|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
264 PcdStatusCodeValueRemoteConsoleOutputError|gEfiMdePkgTokenSpaceGuid|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
265 PcdUefiVariableDefaultTimeout|gEfiMdePkgTokenSpaceGuid|0x0008
266 PcdUefiVariableDefaultLangCodes|gEfiMdePkgTokenSpaceGuid|"engfra"|7
267 PcdUefiVariableDefaultLang|gEfiMdePkgTokenSpaceGuid|"eng"|4
268 PcdUefiVariableDefaultPlatformLangCodes|gEfiMdePkgTokenSpaceGuid|"en;fr"|6
269 PcdUefiVariableDefaultPlatformLang|gEfiMdePkgTokenSpaceGuid|"en"|2
270 PcdStatusCodeValueEfiWatchDogTimerExpired|gEfiMdePkgTokenSpaceGuid|0x00011003
271 PcdStatusCodeValueMemoryTestStarted|gEfiMdePkgTokenSpaceGuid|0x00051006
272 PcdStatusCodeValueSetVirtualAddressMap|gEfiMdePkgTokenSpaceGuid|0x03101004
273 PcdStatusCodeValueUncorrectableMemoryError|gEfiMdePkgTokenSpaceGuid|0x00051003
274 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
275
276 PcdWinNtFirmwareFdSize|gEfiNt32PkgTokenSpaceGuid|0x2a0000
277 PcdWinNtFirmwareBlockSize|gEfiNt32PkgTokenSpaceGuid|0x10000
278 PcdWinNtFlashNvStorageEventLogBase|gEfiNt32PkgTokenSpaceGuid|0x28c000
279 PcdWinNtFlashNvStorageEventLogSize|gEfiNt32PkgTokenSpaceGuid|0x2000
280 PcdWinNtFlashFvRecoveryBase|gEfiNt32PkgTokenSpaceGuid|0x0
281 PcdWinNtFlashFvRecoverySize|gEfiNt32PkgTokenSpaceGuid|0x280000
282
283 PcdWinNtFlashNvStorageVariableBase|gEfiNt32PkgTokenSpaceGuid|0x280000
284 PcdWinNtFlashNvStorageFtwSpareBase|gEfiNt32PkgTokenSpaceGuid|0x290000
285 PcdWinNtFlashNvStorageFtwWorkingBase|gEfiNt32PkgTokenSpaceGuid|0x28e000
286
287 PcdFlashNvStorageFtwSpareSize|gEfiMdeModulePkgTokenSpaceGuid|0x10000
288 PcdFlashNvStorageFtwWorkingSize|gEfiMdeModulePkgTokenSpaceGuid|0x2000
289 PcdFlashNvStorageVariableSize|gEfiMdeModulePkgTokenSpaceGuid|0x00c000
290
291 [PcdsFeatureFlag.IA32]
292 PcdPeiPcdDatabaseTraverseEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
293 PcdPeiPcdDatabaseCallbackOnSetEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
294 PcdPeiPcdDatabaseExEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
295 PcdPeiPcdDatabaseGetSizeEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
296 PcdPeiPcdDatabaseSetEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
297 PcdStatusCodeUseSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
298 PcdStatusCodeUseMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
299 PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE
300 PcdDxeIplSwitchToLongMode|gEfiMdeModulePkgTokenSpaceGuid|FALSE
301 PcdDxeIplSupportEfiDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
302 PcdDxeIplSupportTianoDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
303 PcdDxeIplSupportCustomDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
304 PcdDxeIplBuildShareCodeHobs|gEfiMdeModulePkgTokenSpaceGuid|TRUE
305 PcdDxePcdDatabaseTraverseEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
306 PcdStatusCodeUseHardSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
307 PcdStatusCodeUseEfiSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
308 PcdStatusCodeUseRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
309 PcdStatusCodeUseDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
310 PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE
311 PcdStatusCodeReplayInSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
312 PcdStatusCodeReplayInDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
313 PcdStatusCodeReplayInRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
314 PcdStatusCodeReplayInOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
315 PcdSupportUpdateCapsuleRest|gEfiMdeModulePkgTokenSpaceGuid|FALSE
316 PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE
317 PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE
318 PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid|FALSE
319 PcdDevicePathSupportDevicePathToText|gEfiMdeModulePkgTokenSpaceGuid|TRUE
320 PcdDevicePathSupportDevicePathFromText|gEfiMdeModulePkgTokenSpaceGuid|TRUE
321 PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid|TRUE
322 PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid|TRUE
323 PcdSupportUpdateCapsuleRest|gEfiMdeModulePkgTokenSpaceGuid|FALSE
324 PcdPciIsaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
325 PcdPciVgaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
326 PcdPciBusHotplugDeviceSupport|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE
327
328
329
330 ################################################################################
331 #
332 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
333 #
334 ################################################################################
335
336 [PcdsDynamicDefault.common.DEFAULT]
337 PcdWinNtSerialPort|gEfiNt32PkgTokenSpaceGuid|L"COM1!COM2"|18
338 PcdWinNtFileSystem|gEfiNt32PkgTokenSpaceGuid|L".!..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps"|106
339 PcdWinNtGop|gEfiNt32PkgTokenSpaceGuid|L"UGA Window 1!UGA Window 2"|50
340 PcdWinNtConsole|gEfiNt32PkgTokenSpaceGuid|L"Bus Driver Console Window"|50
341 PcdWinNtVirtualDisk|gEfiNt32PkgTokenSpaceGuid|L"FW;40960;512"|24
342 PcdWinNtCpuModel|gEfiNt32PkgTokenSpaceGuid|L"NT32 Processor Emulation"|52
343 PcdWinNtCpuSpeed|gEfiNt32PkgTokenSpaceGuid|L"1234"|8
344 PcdWinNtMemorySize|gEfiNt32PkgTokenSpaceGuid|L"64!64"|10
345 PcdWinNtPhysicalDisk|gEfiNt32PkgTokenSpaceGuid|L"a:RW;2880;512!e:RW;262144;512"|58
346 PcdWinNtUga|gEfiNt32PkgTokenSpaceGuid|L"UGA Window 1!UGA Window 2"|50
347
348 PcdFlashNvStorageFtwSpareBase|gEfiMdeModulePkgTokenSpaceGuid|0
349 PcdFlashNvStorageFtwWorkingBase|gEfiMdeModulePkgTokenSpaceGuid|0
350 PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid|0
351
352
353 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000040
354 ################################################################################
355 #
356 # Components Section - list of all EDK II Modules needed by this Platform
357 #
358 ################################################################################
359
360 [Components.IA32]
361 ##
362 # SEC Phase modules
363 ##
364 Nt32Pkg/Sec/SecMain.inf
365
366 ##
367 # PEI Phase modules
368 ##
369 MdeModulePkg/Core/Pei/PeiMain.inf
370 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
371 <LibraryClass>
372 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
373 }
374 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
375 Nt32Pkg/BootModePei/BootModePei.inf
376 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
377 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
378 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
379 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
380 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
381 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
382 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
383
384 ##
385 # DXE Phase modules
386 ##
387 MdeModulePkg/Core/Dxe/DxeMain.inf
388 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
389 <LibraryClass>
390 PcdLib|MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.inf
391 }
392 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
393 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
394 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
395 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
396 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
397 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
398 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
399 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
400 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
401 IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf
402 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
403 MdeModulePkg/Universal/FirmwareVolume/Crc32SectionExtractDxe/Crc32SectionExtractDxe.inf
404 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
405 Nt32Pkg/PlatformBdsDxe/PlatformBdsDxe.inf
406 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
407 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
408 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
409 Nt32Pkg/TimerDxe/TimerDxe.inf
410 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
411 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
412 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
413 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
414 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
415 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
416 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
417 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
418 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
419 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
420 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
421 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
422 IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf
423 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
424 MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
425 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
426 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
427 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
428 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
429 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
430 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
431 Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf
432 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
433 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
434 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
435 IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
436 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
437
438 [BuildOptions]
439 MSFT:DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
440 MSFT:RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096