]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/UnixPkg.dsc
Fix build break for EFI_SMBIOS_TABLE_GUID name has been changed.
[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
398b646f 6# a real platform. This also provides an example for how an DSC is created.\r
804405e7 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
82e718f8 52 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
804405e7 53 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
54 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
6f4be513 55 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
82e718f8 56 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
804405e7 57 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
58 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
59 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r
60 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
804405e7 61 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
62 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
53d794b2 63 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
804405e7 64 ExtendedHiiLib|MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf\r
65 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf\r
66 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf\r
53d794b2 67 IfrSupportLib|MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf\r
804405e7 68 ExtendedIfrSupportLib|MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf\r
5d1a5b35 69 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
804405e7 70 PlatformBdsLib|UnixPkg/Library/UnixBdsLib/PlatformBds.inf\r
71 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
53d794b2 72 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
804405e7 73 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
74\r
804405e7 75[LibraryClasses.common.USER_DEFINED]\r
76 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
f3a2b25d 77 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
e14130b3 78 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
79 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
80 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf\r
81 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
82 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
804405e7 83\r
84[LibraryClasses.common.DXE_CORE]\r
85 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
86 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
87 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
0002305b 88 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
89 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
804405e7 90 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
91 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
92 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
93 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
94 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
398b646f 95 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf\r
804405e7 96 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
97\r
98[LibraryClasses.common.DXE_SMM_DRIVER]\r
99 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
53d794b2 100 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
804405e7 101 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
102 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
103 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
104 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
82e718f8 105 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
804405e7 106 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
107 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
108 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
109 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
110 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
111 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
112\r
113[LibraryClasses.common.PEIM]\r
114 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
115 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
116 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
117 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
118 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
119 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
120 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
121 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
122 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
123 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf\r
124 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf\r
125 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
398b646f 126 PeCoffExtraActionLib|UnixPkg/Library/PeiUnixPeCoffExtraActionLib/PeiUnixPeCoffExtraActionLib.inf\r
804405e7 127 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
128\r
129[LibraryClasses.common.PEI_CORE]\r
130 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
131 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
132 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
133 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
134 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
135 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
136 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
137 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
138 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
139 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf\r
140 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
141 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
398b646f 142 PeCoffExtraActionLib|UnixPkg/Library/PeiUnixPeCoffExtraActionLib/PeiUnixPeCoffExtraActionLib.inf\r
804405e7 143\r
144[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
145 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
146 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
147 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
82e718f8 148 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
804405e7 149 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
150 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
151 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
152 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
153 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
154 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
155 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
53d794b2 156 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
804405e7 157 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf\r
158 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
159 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
398b646f 160 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf\r
804405e7 161\r
162[LibraryClasses.common.UEFI_DRIVER]\r
163 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
164 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
165 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
82e718f8 166 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
804405e7 167 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
168 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
169 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
170 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
171 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
172 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
53d794b2 173 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
804405e7 174 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf\r
175 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
176 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
dfb8993c 177 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
178 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
179 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
180 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
398b646f 181 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf\r
804405e7 182\r
183[LibraryClasses.common.DXE_DRIVER]\r
184 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
185 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
186 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
82e718f8 187 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
804405e7 188 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
189 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
190 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
191 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
192 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
193 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
53d794b2 194 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
804405e7 195 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf\r
196 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
197 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
198 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
199 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
200 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
201 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
202\r
203[LibraryClasses.common.UEFI_APPLICATION]\r
204 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
53d794b2 205 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
804405e7 206 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
207 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
208 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
209 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
210 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
82e718f8 211 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
804405e7 212 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
213 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
214 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
215 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf\r
216 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
217 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
c71b6597 218 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r
804405e7 219\r
220################################################################################\r
221#\r
222# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
223#\r
224################################################################################\r
225[PcdsFixedAtBuild.IA32]\r
226 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r
227 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128\r
228\r
229 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageVariableBase|0x280000\r
230 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwSpareBase|0x290000\r
231 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwWorkingBase|0x28e000\r
232\r
233 gEfiUnixPkgTokenSpaceGuid.PcdUnixBootMode|1\r
234 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize|0x2a0000\r
235 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize|0x10000\r
236 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogBase|0x28c000\r
237 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize|0x2000\r
238 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase|0x0\r
239 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize|0x280000\r
240 \r
241 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySizeForSecMain|L"64!64"|VOID*|10\r
242 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareVolume|L"../FV/FV_RECOVERY.fd"|VOID*|52\r
243\r
244 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
245 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
246 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
247 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
248 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
249 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
250 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
251 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
252 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
253 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
254 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
255 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0\r
256 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08\r
257 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
258 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
259 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
260 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0\r
261 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3\r
262 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR\r
263 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET\r
264 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR\r
265 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR\r
266 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008\r
267 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003\r
268 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006\r
269 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004\r
270 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003\r
271 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
272 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200\r
273 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r
274 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r
275 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r
276 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0\r
277\r
278 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000\r
279 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000\r
280 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000\r
281 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
282 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6\r
283 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32\r
284 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400\r
285 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000\r
286 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000\r
287\r
288[PcdsFeatureFlag.common]\r
804405e7 289 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
290 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE\r
291 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE\r
292 gEfiEdkModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
804405e7 293 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE\r
294 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE\r
295 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE\r
296 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE\r
297 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE\r
298 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE\r
299 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE\r
300 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE\r
8a38e451 301 gEfiEdkModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE\r
804405e7 302 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
303 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
804405e7 304 gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE\r
305 gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE\r
306 gEfiGenericPlatformTokenSpaceGuid.PcdPciIsaEnable|FALSE\r
307 gEfiGenericPlatformTokenSpaceGuid.PcdPciVgaEnable|FALSE\r
308 gEfiGenericPlatformTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE\r
309 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE\r
310 #gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|FALSE\r
311 \r
312[PcdsFeatureFlag.IA32]\r
313 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE\r
314 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE\r
315 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE\r
316 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE\r
317 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE\r
318 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
319 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE\r
320 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE\r
321 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
804405e7 322 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE\r
323 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE\r
324 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE\r
325 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE\r
326 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE\r
327 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE\r
328 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE\r
329 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE\r
330 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE\r
331 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE\r
332 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE\r
333 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE\r
334 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE\r
335 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE\r
8a38e451 336 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE\r
804405e7 337 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
338 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
804405e7 339 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE\r
340 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE\r
341 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE\r
342 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE\r
8a38e451 343 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE\r
804405e7 344 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE\r
345 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE\r
346 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE\r
347 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
348\r
349################################################################################\r
350#\r
351# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
352#\r
353################################################################################\r
354\r
355[PcdsDynamicDefault.common.DEFAULT]\r
356 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
357 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
358 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0\r
359 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0|UINT32|4\r
360 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0|UINT32|4\r
361 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0|UINT32|4\r
362 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0|UINT32|4\r
363 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0|UINT32|4\r
364 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0|UINT32|4\r
365 gEfiUnixPkgTokenSpaceGuid.PcdUnixConsole|L"Bus Driver Console Window"|VOID*|50\r
366 gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"|VOID*|50\r
0856e61e 367 gEfiUnixPkgTokenSpaceGuid.PcdUnixFileSystem|L".!../../../../EdkShellBinPkg/Bin/Ia32/Apps"|VOID*|106\r
804405e7 368 gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"disk1.img:FW"|VOID*|24\r
369 gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"|VOID*|30\r
370 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuModel|L"Intel(R) Processor Model"|VOID*|48\r
371 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuSpeed|L"3000"|VOID*|8\r
372 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize|L"64!64"|VOID*|10\r
373 gEfiUnixPkgTokenSpaceGuid.PcdUnixSerialPort|L"/dev/ttyS0!/dev/ttyS1"|VOID*|20\r
374\r
c71b6597 375[PcdsDynamicHii.common.DEFAULT]\r
9351da4f 376 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0x0053 0x0065 0x0074 0x0075 0x0070|gEfiUnixSystemConfigGuid|0x0|80 # Variable: L"Setup"\r
377 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0x0053 0x0065 0x0074 0x0075 0x0070|gEfiUnixSystemConfigGuid|0x4|25 # Variable: L"Setup"\r
c71b6597 378\r
dcbb35eb 379###################################################################################################\r
804405e7 380#\r
dcbb35eb 381# Components Section - list of the modules and components that will be processed by compilation\r
382# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
804405e7 383#\r
dcbb35eb 384# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
385# into firmware volume images. This section is just a list of modules to compile from\r
386# source into UEFI-compliant binaries.\r
387# It is the FDF file that contains information on combining binary files into firmware\r
388# volume images, whose concept is beyond UEFI and is described in PI specification.\r
389# Binary modules do not need to be listed in this section, as they should be\r
390# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
391# Logo (Logo.bmp), and etc.\r
392# There may also be modules listed in this section that are not required in the FDF file,\r
393# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
394# generated for it, but the binary will not be put into any firmware volume.\r
395#\r
396###################################################################################################\r
804405e7 397[Components.IA32]\r
398 ##\r
399 # SEC Phase modules\r
400 ##\r
401 UnixPkg/Sec/SecMain.inf\r
402\r
403 ##\r
404 # PEI Phase modules\r
405 ##\r
406 MdeModulePkg/Core/Pei/PeiMain.inf\r
407 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
408 <LibraryClasses>\r
409 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
410 }\r
411 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf\r
412 UnixPkg/BootModePei/BootModePei.inf\r
413 UnixPkg/UnixFlashMapPei/FlashMap.inf\r
804405e7 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
419 \r
420 ##\r
421 # DXE Phase modules\r
422 ##\r
423 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
424 <LibraryClasses>\r
425 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
426 }\r
427 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
428 <LibraryClasses>\r
429 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
430 }\r
431\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
7ee40c6e 443 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
804405e7 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
5d1a5b35 456 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
804405e7 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
466 \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
473\r
474 #\r
475 # Network stack drivers\r
476 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.\r
477 #\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
487\r
488 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
489 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
c71b6597 490 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
804405e7 491 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
492 <LibraryClasses>\r
493 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
494 }\r
693e49ca 495\r