]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/UnixPkg.dsc
Fix build break. Was fixing Beagle names in Omap35xx package and missed a few.
[mirror_edk2.git] / UnixPkg / UnixPkg.dsc
CommitLineData
7b202cb0 1## @file\r
804405e7 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
7b202cb0 7# Copyright (c) 2006 - 2010, Intel Corporation\r
804405e7 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
fa2198b4 13#\r
804405e7 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
7b202cb0 17##\r
804405e7 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
7b202cb0 48[LibraryClasses]\r
804405e7 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
804405e7 59 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
804405e7 60 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
61 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
3f07728f 62 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
53d794b2 63 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
5d1a5b35 64 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
804405e7 65 PlatformBdsLib|UnixPkg/Library/UnixBdsLib/PlatformBds.inf\r
66 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
53d794b2 67 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
804405e7 68 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
8273af4e 69 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
fa2198b4 70 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
804405e7 71\r
fa2198b4 72\r
0534bb8f 73\r
804405e7 74[LibraryClasses.common.USER_DEFINED]\r
75 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
f3a2b25d 76 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
6a5025fc 77 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
e14130b3 78 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
79 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf\r
80 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
81 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
804405e7 82\r
83[LibraryClasses.common.DXE_CORE]\r
84 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
85 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
86 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
0002305b 87 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
88 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
804405e7 89 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
6a5025fc 90 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
804405e7 91 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
92 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
93 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
398b646f 94 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf\r
804405e7 95 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
96\r
97[LibraryClasses.common.DXE_SMM_DRIVER]\r
98 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
53d794b2 99 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
804405e7 100 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
101 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
102 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
103 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
1039a257 104 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
804405e7 105 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
6a5025fc 106 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
804405e7 107 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
108 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
109 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
110 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
111\r
112[LibraryClasses.common.PEIM]\r
113 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
114 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
115 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
116 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
117 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
118 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
119 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
6a5025fc 120 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
804405e7 121 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
122 OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf\r
123 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf\r
124 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
398b646f 125 PeCoffExtraActionLib|UnixPkg/Library/PeiUnixPeCoffExtraActionLib/PeiUnixPeCoffExtraActionLib.inf\r
804405e7 126 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
127\r
128[LibraryClasses.common.PEI_CORE]\r
129 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
130 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
131 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
132 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
133 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
134 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
135 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
6a5025fc 136 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
d41b7535 137 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
804405e7 138 PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf\r
139 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
140 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
398b646f 141 PeCoffExtraActionLib|UnixPkg/Library/PeiUnixPeCoffExtraActionLib/PeiUnixPeCoffExtraActionLib.inf\r
804405e7 142\r
143[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
144 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
145 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
146 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
82e718f8 147 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
804405e7 148 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
149 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
6a5025fc 150 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
804405e7 151 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
152 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
153 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
154 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
53d794b2 155 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
804405e7 156 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf\r
157 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
158 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
398b646f 159 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf\r
804405e7 160\r
161[LibraryClasses.common.UEFI_DRIVER]\r
162 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
163 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
164 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
82e718f8 165 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
804405e7 166 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
167 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
6a5025fc 168 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
804405e7 169 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
170 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
171 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
53d794b2 172 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
804405e7 173 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf\r
174 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
175 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
dfb8993c 176 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
177 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
178 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
179 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
398b646f 180 PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf\r
804405e7 181\r
182[LibraryClasses.common.DXE_DRIVER]\r
183 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
184 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
185 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
82e718f8 186 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
804405e7 187 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
188 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
6a5025fc 189 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
804405e7 190 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
191 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
192 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
53d794b2 193 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
804405e7 194 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf\r
195 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
196 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
197 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
198 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
199 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
200 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
201\r
202[LibraryClasses.common.UEFI_APPLICATION]\r
203 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
53d794b2 204 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
804405e7 205 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
206 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
207 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
208 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
209 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
82e718f8 210 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
804405e7 211 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
6a5025fc 212 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
804405e7 213 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
214 UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf\r
215 OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf\r
216 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
c71b6597 217 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r
804405e7 218\r
219################################################################################\r
220#\r
221# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
222#\r
223################################################################################\r
224[PcdsFixedAtBuild.IA32]\r
804405e7 225 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageVariableBase|0x280000\r
226 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwSpareBase|0x290000\r
227 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwWorkingBase|0x28e000\r
228\r
229 gEfiUnixPkgTokenSpaceGuid.PcdUnixBootMode|1\r
230 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize|0x2a0000\r
231 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize|0x10000\r
232 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogBase|0x28c000\r
233 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize|0x2000\r
234 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase|0x0\r
235 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize|0x280000\r
fa2198b4 236\r
804405e7 237 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySizeForSecMain|L"64!64"|VOID*|10\r
238 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareVolume|L"../FV/FV_RECOVERY.fd"|VOID*|52\r
239\r
240 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
241 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
242 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
243 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
244 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
245 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
246 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
247 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
248 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
249 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
250 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
251 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0\r
252 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08\r
253 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
254 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
255 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
804405e7 256 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3\r
257 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR\r
258 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET\r
259 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR\r
260 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR\r
804405e7 261 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003\r
262 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006\r
263 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004\r
264 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003\r
265 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
266 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200\r
267 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r
268 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r
269 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r
270 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0\r
271\r
272 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000\r
273 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000\r
274 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000\r
275 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
276 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6\r
277 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32\r
278 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400\r
279 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000\r
280 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000\r
fa2198b4 281\r
282\r
7b202cb0 283[PcdsFeatureFlag]\r
804405e7 284 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
285 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE\r
286 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE\r
804405e7 287 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE\r
288 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE\r
289 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE\r
290 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE\r
291 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE\r
292 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE\r
293 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE\r
294 gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE\r
8a38e451 295 gEfiEdkModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE\r
804405e7 296 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
297 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
804405e7 298 gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE\r
299 gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE\r
beb9b900 300 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE\r
804405e7 301 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE\r
302 #gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|FALSE\r
fa2198b4 303\r
804405e7 304[PcdsFeatureFlag.IA32]\r
305 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE\r
306 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE\r
307 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE\r
308 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE\r
309 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE\r
804405e7 310 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
72670d3e 311 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|TRUE\r
6a37c6bc 312 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
804405e7 313 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE\r
8a38e451 314 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE\r
804405e7 315 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
316 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
804405e7 317 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE\r
318 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE\r
319 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE\r
320 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE\r
8a38e451 321 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE\r
beb9b900 322 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE\r
804405e7 323 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
324\r
325################################################################################\r
326#\r
327# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
328#\r
329################################################################################\r
330\r
331[PcdsDynamicDefault.common.DEFAULT]\r
332 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
333 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
334 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0\r
335 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0|UINT32|4\r
336 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0|UINT32|4\r
337 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0|UINT32|4\r
338 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0|UINT32|4\r
339 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0|UINT32|4\r
340 gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0|UINT32|4\r
341 gEfiUnixPkgTokenSpaceGuid.PcdUnixConsole|L"Bus Driver Console Window"|VOID*|50\r
342 gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"|VOID*|50\r
0856e61e 343 gEfiUnixPkgTokenSpaceGuid.PcdUnixFileSystem|L".!../../../../EdkShellBinPkg/Bin/Ia32/Apps"|VOID*|106\r
804405e7 344 gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"disk1.img:FW"|VOID*|24\r
345 gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"|VOID*|30\r
346 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuModel|L"Intel(R) Processor Model"|VOID*|48\r
347 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuSpeed|L"3000"|VOID*|8\r
348 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize|L"64!64"|VOID*|10\r
349 gEfiUnixPkgTokenSpaceGuid.PcdUnixSerialPort|L"/dev/ttyS0!/dev/ttyS1"|VOID*|20\r
350\r
c71b6597 351[PcdsDynamicHii.common.DEFAULT]\r
70c92c7f 352 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEfiUnixSystemConfigGuid|0x0|80\r
353 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEfiUnixSystemConfigGuid|0x4|25\r
b672348f 354 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
c71b6597 355\r
dcbb35eb 356###################################################################################################\r
804405e7 357#\r
dcbb35eb 358# Components Section - list of the modules and components that will be processed by compilation\r
359# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
804405e7 360#\r
dcbb35eb 361# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
362# into firmware volume images. This section is just a list of modules to compile from\r
363# source into UEFI-compliant binaries.\r
364# It is the FDF file that contains information on combining binary files into firmware\r
365# volume images, whose concept is beyond UEFI and is described in PI specification.\r
366# Binary modules do not need to be listed in this section, as they should be\r
367# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
368# Logo (Logo.bmp), and etc.\r
369# There may also be modules listed in this section that are not required in the FDF file,\r
370# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
371# generated for it, but the binary will not be put into any firmware volume.\r
372#\r
373###################################################################################################\r
804405e7 374[Components.IA32]\r
375 ##\r
376 # SEC Phase modules\r
377 ##\r
378 UnixPkg/Sec/SecMain.inf\r
379\r
380 ##\r
381 # PEI Phase modules\r
382 ##\r
383 MdeModulePkg/Core/Pei/PeiMain.inf\r
384 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
385 <LibraryClasses>\r
386 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
387 }\r
02994038 388 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
804405e7 389 UnixPkg/BootModePei/BootModePei.inf\r
390 UnixPkg/UnixFlashMapPei/FlashMap.inf\r
804405e7 391 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
392 UnixPkg/UnixAutoScanPei/UnixAutoScan.inf\r
393 UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf\r
394 UnixPkg/UnixThunkPpiToProtocolPei/UnixThunkPpiToProtocol.inf\r
395 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
fa2198b4 396\r
804405e7 397 ##\r
398 # DXE Phase modules\r
399 ##\r
400 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
401 <LibraryClasses>\r
402 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
403 }\r
404 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
405 <LibraryClasses>\r
406 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
407 }\r
408\r
409 UnixPkg/MetronomeDxe/Metronome.inf\r
116c9e2e 410 UnixPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf\r
804405e7 411 UnixPkg/ResetRuntimeDxe/Reset.inf\r
412 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
413 UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf\r
414 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
415 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf\r
416 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
417 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
418 UnixPkg/UnixThunkDxe/UnixThunk.inf\r
419 UnixPkg/CpuRuntimeDxe/Cpu.inf\r
7ee40c6e 420 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
804405e7 421 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf\r
422 UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf\r
423 UnixPkg/TimerDxe/Timer.inf\r
66934142 424 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
804405e7 425 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
426 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
427 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
428 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
429 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
430 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
431 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
432 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
5d1a5b35 433 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
804405e7 434 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
435 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
436 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
437 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
beb9b900 438 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
804405e7 439 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
440 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
441 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
442 UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf\r
fa2198b4 443\r
804405e7 444 UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf\r
445 UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf\r
446 UnixPkg/UnixUgaDxe/UnixUga.inf\r
447 UnixPkg/UnixConsoleDxe/UnixConsole.inf\r
448 UnixPkg/UnixSimpleFileSystemDxe/UnixSimpleFileSystem.inf\r
449 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
450\r
451 #\r
452 # Network stack drivers\r
453 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.\r
454 #\r
455 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
456 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
457 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
458 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
459 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
460 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
1b14ec40 461 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
804405e7 462 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
463 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
464 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
465\r
aaa2cc19 466 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
804405e7 467 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
468 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
c71b6597 469 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
804405e7 470 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
471 <LibraryClasses>\r
472 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
473 }\r
693e49ca 474\r
3b66da94 475 #FatPkg/EnhancedFatDxe/Fat.inf\r
fa2198b4 476\r