PlatformPkgIA32.dsc 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305
  1. #/** @file
  2. # Platform description.
  3. #
  4. # Copyright (c) 2012 - 2023, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. #
  9. #**/
  10. ################################################################################
  11. #
  12. # Defines Section - statements that will be processed to create a Makefile.
  13. #
  14. ################################################################################
  15. [Defines]
  16. PLATFORM_NAME = Vlv2TbltDevicePkg
  17. PLATFORM_GUID = 465B0A0B-7AC1-443b-8F67-7B8DEC145F90
  18. PLATFORM_VERSION = 0.1
  19. DSC_SPECIFICATION = 0x00010005
  20. OUTPUT_DIRECTORY = Build/Vlv2TbltDevicePkgIA32
  21. SUPPORTED_ARCHITECTURES = IA32
  22. BUILD_TARGETS = DEBUG|RELEASE
  23. SKUID_IDENTIFIER = DEFAULT
  24. VPD_TOOL_GUID = 8C3D856A-9BE6-468E-850A-24F7A8D38E08
  25. PREBUILD = python Vlv2TbltDevicePkg/PreBuild.py
  26. POSTBUILD = python Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/GenCapsuleAll.py
  27. DEFINE RC_BINARY_RELEASE = TRUE
  28. #
  29. # Platform On/Off features are defined here
  30. #
  31. !include Vlv2TbltDevicePkg/PlatformPkgConfig.dsc
  32. DEFINE DXE_ARCHITECTURE = IA32
  33. FLASH_DEFINITION = Vlv2TbltDevicePkg/PlatformPkg.fdf
  34. !if $(LFMA_ENABLE) == TRUE
  35. FIX_LOAD_TOP_MEMORY_ADDRESS = 0xFFFFFFFFFFFFFFFF
  36. DEFINE TOP_MEMORY_ADDRESS = 0xFFFFFFFFFFFFFFFF
  37. !else
  38. FIX_LOAD_TOP_MEMORY_ADDRESS = 0x0
  39. DEFINE TOP_MEMORY_ADDRESS = 0x0
  40. !endif
  41. DEFINE PLATFORM_PCIEXPRESS_BASE = 0E0000000
  42. ################################################################################
  43. #
  44. # SKU Identification section - list of all SKU IDs supported by this
  45. # Platform.
  46. #
  47. ################################################################################
  48. [SkuIds]
  49. 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
  50. [DefaultStores]
  51. 0|STANDARD # UEFI Standard default 0|STANDARD is reserved.
  52. 1|MANUFACTURING # UEFI Manufacturing default 1|MANUFACTURING is reserved.
  53. ################################################################################
  54. #
  55. # Library Class section - list of all Library Classes needed by this Platform.
  56. #
  57. ################################################################################
  58. !include MdePkg/MdeLibs.dsc.inc
  59. [LibraryClasses.common]
  60. #
  61. # Entry point
  62. #
  63. PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
  64. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  65. DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
  66. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  67. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  68. #
  69. # Basic
  70. #
  71. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  72. !if $(SSE2_ENABLE) == TRUE
  73. BaseMemoryLib|MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
  74. !else
  75. BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
  76. !endif
  77. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  78. CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
  79. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  80. PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
  81. PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
  82. PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
  83. PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
  84. CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
  85. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  86. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  87. !if $(RC_BINARY_RELEASE) == TRUE
  88. PchPlatformLib|Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLib.inf
  89. !endif
  90. #
  91. # UEFI & PI
  92. #
  93. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  94. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  95. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  96. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  97. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  98. UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  99. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  100. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoCustomDecompressLib.inf
  101. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
  102. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  103. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  104. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  105. UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
  106. BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
  107. SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
  108. FlashDeviceLib|Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.inf
  109. UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
  110. #
  111. # Framework
  112. #
  113. !if $(S3_ENABLE) == TRUE
  114. S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
  115. !else
  116. S3BootScriptLib|MdePkg/Library/BaseS3BootScriptLibNull/BaseS3BootScriptLibNull.inf
  117. !endif
  118. S3IoLib|MdePkg/Library/BaseS3IoLib/BaseS3IoLib.inf
  119. S3PciLib|MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf
  120. #
  121. # Generic Modules
  122. #
  123. !if $(USB_ENABLE) == TRUE
  124. UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
  125. !endif
  126. !if $(SCSI_ENABLE) == TRUE
  127. UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
  128. !endif
  129. OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
  130. !if $(CAPSULE_ENABLE) == TRUE
  131. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
  132. !else
  133. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  134. !endif
  135. FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
  136. IniParsingLib|SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf
  137. PlatformFlashAccessLib|Vlv2TbltDevicePkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLib.inf
  138. MicrocodeFlashAccessLib|Vlv2TbltDevicePkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLib.inf
  139. DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf
  140. SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
  141. SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
  142. IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
  143. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  144. #
  145. # CPU
  146. #
  147. MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
  148. LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
  149. CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
  150. MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
  151. CcExitLib|UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull.inf
  152. MicrocodeLib|UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.inf
  153. #
  154. # ICH
  155. #
  156. SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
  157. SmmLib|Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf
  158. #
  159. # Platform
  160. #
  161. TimerLib|Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
  162. ResetSystemLib|Vlv2TbltDevicePkg/Library/ResetSystemLib/ResetSystemLib.inf
  163. PlatformCmosLib|Vlv2TbltDevicePkg/Library/PlatformCmosLib/PlatformCmosLib.inf
  164. #
  165. # Misc
  166. #
  167. MonoStatusCodeLib|Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.inf
  168. !if $(TARGET) == RELEASE
  169. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  170. SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
  171. !else
  172. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  173. SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
  174. !endif
  175. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  176. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  177. !if $(TPM_ENABLED) == TRUE
  178. TpmCommLib|SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
  179. Tpm12CommandLib|SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
  180. Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
  181. !endif
  182. PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
  183. !if $(SOURCE_DEBUG_ENABLE) == TRUE
  184. PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
  185. DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
  186. SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
  187. !else
  188. PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
  189. DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  190. !endif
  191. #
  192. # CryptLib
  193. #
  194. !if $(TPM_ENABLED) == TRUE
  195. TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
  196. !else
  197. TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
  198. !endif
  199. BiosIdLib|BoardModulePkg/Library/BiosIdLib/DxeBiosIdLib.inf
  200. StallSmmLib|Vlv2TbltDevicePkg/Library/StallSmmLib/StallSmmLib.inf
  201. !if $(SECURE_BOOT_ENABLE) == TRUE
  202. PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
  203. AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
  204. !else
  205. AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
  206. !endif
  207. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  208. VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
  209. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
  210. VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
  211. ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  212. FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
  213. SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  214. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
  215. RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
  216. OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
  217. IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
  218. !if $(NETWORK_TLS_ENABLE) == TRUE
  219. TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
  220. !endif
  221. Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
  222. Tcg2PhysicalPresenceLib|SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
  223. Tcg2PpVendorLib|SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
  224. BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
  225. !if $(RECOVERY_ENABLE)
  226. EdkiiSystemCapsuleLib|SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.inf
  227. !endif
  228. [LibraryClasses.IA32.SEC]
  229. !if $(PERFORMANCE_ENABLE) == TRUE
  230. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  231. !endif
  232. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  233. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  234. [LibraryClasses.IA32.PEIM, LibraryClasses.IA32.PEI_CORE, LibraryClasses.IA32.SEC]
  235. #
  236. # PEI phase common
  237. #
  238. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  239. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  240. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  241. ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
  242. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  243. MultiPlatformLib|Vlv2TbltDevicePkg/Library/MultiPlatformLib/MultiPlatformLib.inf
  244. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
  245. CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
  246. MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
  247. !if $(PERFORMANCE_ENABLE) == TRUE
  248. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  249. TimerLib|Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
  250. !endif
  251. !if $(TARGET) == RELEASE
  252. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  253. SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
  254. !else
  255. DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
  256. SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
  257. !endif
  258. LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
  259. HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
  260. !if $(SOURCE_DEBUG_ENABLE) == TRUE
  261. DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
  262. !endif
  263. [LibraryClasses.IA32]
  264. #
  265. # DXE phase common
  266. #
  267. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  268. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  269. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  270. ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
  271. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  272. Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
  273. !if $(TPM_ENABLED) == TRUE
  274. TcgPhysicalPresenceLib|SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
  275. !endif
  276. LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
  277. EfiRegTableLib|Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.inf
  278. HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
  279. MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf
  280. [LibraryClasses.IA32.DXE_DRIVER]
  281. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  282. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  283. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  284. CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
  285. !if $(PERFORMANCE_ENABLE) == TRUE
  286. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  287. TimerLib|Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
  288. !endif
  289. !if $(SOURCE_DEBUG_ENABLE) == TRUE
  290. DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
  291. !endif
  292. FlashDeviceLib|Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLibDxe.inf
  293. [LibraryClasses.IA32.DXE_CORE]
  294. HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
  295. MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
  296. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  297. !if $(PERFORMANCE_ENABLE) == TRUE
  298. PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
  299. TimerLib|Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
  300. !endif
  301. !if $(SOURCE_DEBUG_ENABLE) == TRUE
  302. DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
  303. !endif
  304. [LibraryClasses.IA32.DXE_SMM_DRIVER]
  305. MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf
  306. SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
  307. ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
  308. MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
  309. LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
  310. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  311. SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
  312. SmmCpuPlatformHookLib|UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.inf
  313. SmmCpuFeaturesLib|UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
  314. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
  315. !if $(TARGET) != RELEASE
  316. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  317. !endif
  318. !if $(SOURCE_DEBUG_ENABLE) == TRUE
  319. DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
  320. TimerLib|Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
  321. !endif
  322. CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf
  323. !if $(TPM_ENABLED) == TRUE
  324. TcgPpVendorLib|SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf
  325. !endif
  326. [LibraryClasses.IA32.SMM_CORE]
  327. MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
  328. SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
  329. ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
  330. SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
  331. SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
  332. !if $(TPM_ENABLED) == TRUE
  333. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
  334. !endif
  335. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  336. !if $(TARGET) != RELEASE
  337. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  338. !endif
  339. [LibraryClasses.IA32.DXE_RUNTIME_DRIVER]
  340. ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
  341. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
  342. !if $(SECURE_BOOT_ENABLE) == TRUE || $(TPM_ENABLED) == TRUE
  343. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
  344. !endif
  345. !if $(SOURCE_DEBUG_ENABLE) == TRUE
  346. DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
  347. !endif
  348. !if $(CAPSULE_ENABLE) == TRUE
  349. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
  350. !endif
  351. [LibraryClasses.common.UEFI_DRIVER]
  352. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  353. !if $(SOURCE_DEBUG_ENABLE) == TRUE
  354. DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
  355. !endif
  356. [LibraryClasses.IA32.UEFI_APPLICATION]
  357. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  358. !if $(SOURCE_DEBUG_ENABLE) == TRUE
  359. DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
  360. !endif
  361. ################################################################################
  362. #
  363. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  364. #
  365. ################################################################################
  366. [PcdsFeatureFlag.common]
  367. !if $(MINI_BIOS_ENABLE) == FALSE
  368. gPlatformModuleTokenSpaceGuid.PcdBdsDispatchAdditionalOprom|TRUE
  369. !else
  370. gPlatformModuleTokenSpaceGuid.PcdBdsDispatchAdditionalOprom|FALSE
  371. !endif
  372. #
  373. # If PcdDxeIplSwitchToLongMode is TRUE, DxeIpl will load a 64-bit DxeCore and switch to long mode to hand over to DxeCore.
  374. #
  375. gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
  376. gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserGrayOutTextStatement|TRUE
  377. !if $(CAPSULE_RESET_ENABLE) == TRUE
  378. gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|TRUE
  379. !else
  380. gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
  381. !endif
  382. gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
  383. !if $(ISA_SERIAL_STATUS_CODE_ENABLE) == TRUE
  384. gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseIsaSerial|TRUE
  385. !else
  386. gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseIsaSerial|FALSE
  387. !endif
  388. !if $(USB_SERIAL_STATUS_CODE_ENABLE) == TRUE
  389. gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseUsbSerial|TRUE
  390. !else
  391. gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseUsbSerial|FALSE
  392. !endif
  393. !if $(RAM_SERIAL_STATUS_CODE_ENABLE) == TRUE
  394. gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseRam|TRUE
  395. !else
  396. gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseRam|FALSE
  397. !endif
  398. !if $(VARIABLE_INFO_ENABLE) == TRUE
  399. gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE
  400. !else
  401. gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
  402. !endif
  403. !if $(SOURCE_DEBUG_ENABLE)
  404. gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmDebug|TRUE
  405. !endif
  406. gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
  407. gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmBlockStartupThisAp|TRUE
  408. [PcdsFixedAtBuild.common]
  409. !if $(SECURE_BOOT_ENABLE) == TRUE
  410. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x22000
  411. !else
  412. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x4000
  413. !endif
  414. gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x00000800
  415. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x400
  416. gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport|FALSE
  417. gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport|FALSE
  418. !if $(S4_ENABLE) == TRUE
  419. gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|TRUE
  420. !else
  421. gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
  422. !endif
  423. !if $(TARGET) == RELEASE
  424. gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
  425. !else
  426. gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
  427. !endif
  428. gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
  429. !if $(TARGET) == RELEASE
  430. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0
  431. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x3
  432. !else
  433. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
  434. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
  435. !endif
  436. !if $(PERFORMANCE_ENABLE) == TRUE
  437. gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x1
  438. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|60
  439. !endif
  440. gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable|$(TOP_MEMORY_ADDRESS)
  441. gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserSubtitleTextColor|0x0
  442. gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextColor|0x01
  443. !if $(SOURCE_DEBUG_ENABLE) == TRUE
  444. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
  445. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
  446. gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE
  447. gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|2
  448. !endif
  449. #
  450. # Set SMM stack size to 16 KB.
  451. #
  452. gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000
  453. gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
  454. #
  455. # Clear unused single certificate PCD
  456. #
  457. gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer|{0}
  458. #
  459. # Lock all updatable firmware devices at End of DXE
  460. #
  461. gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceLockEventGuid|{GUID(gEfiEndOfDxeEventGroupGuid)}
  462. # gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceLockEventGuid|{GUID(gEfiEventReadyToBootGuid)}
  463. #
  464. # Set PcdFmpDeviceTestKeySha256Digest to {0} to disable test key detection
  465. #
  466. # gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceTestKeySha256Digest|{0}
  467. [PcdsFixedAtBuild.IA32]
  468. !if $(TARGET) == RELEASE
  469. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0
  470. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x3
  471. !else
  472. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E
  473. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
  474. !endif
  475. !if $(RECOVERY_ENABLE)
  476. gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName|L"VLV2REC.Cap"
  477. !endif
  478. [PcdsPatchableInModule.common]
  479. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803805c6
  480. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0x$(PLATFORM_PCIEXPRESS_BASE)
  481. #######################################################################################################
  482. #
  483. # Begin of MRC parameters
  484. #
  485. ## Memory Parameter Patchable.
  486. # FALSE - MRC Parameters are fixed for MinnowBoard Max<BR>
  487. # TRUE - MRC Parameters are patchable by following PCDs<BR>
  488. # @Prompt Memory Parameter Patchable.
  489. # @ValidList 0x80000001 | 0, 1
  490. gVlvRefCodePkgTokenSpaceGuid.PcdMemoryParameterPatchable|FALSE
  491. ## Memory Down or DIMM slot.
  492. # 0 - DIMM<BR>
  493. # 1 - Memory Down<BR>
  494. # @Prompt Enable Memory Down
  495. # @ValidList 0x80000001 | 0, 1
  496. gVlvRefCodePkgTokenSpaceGuid.PcdEnableMemoryDown|1
  497. ## The speed of DRAM.
  498. # 0 - 800 MHz<BR>
  499. # 1 - 1066 MHz<BR>
  500. # 2 - 1333 MHz<BR>
  501. # 3 - 1600 MHz<BR>
  502. # @Prompt DRAM Speed
  503. # @ValidList 0x80000001 | 0, 1, 2, 3
  504. gVlvRefCodePkgTokenSpaceGuid.PcdDramSpeed|1
  505. ## DRAM Type.
  506. # 0 - DDR3<BR>
  507. # 1 - DDR3L<BR>
  508. # 2 - DDR3U<BR>
  509. # 3 - DDR3All<BR>
  510. # 4 - LPDDR2<BR>
  511. # 5 - LPDDR3<BR>
  512. # 6 - DDR4<BR>
  513. # @Prompt DRAM Type
  514. # @ValidList 0x80000001 | 0, 1, 2, 3, 4, 5, 6
  515. gVlvRefCodePkgTokenSpaceGuid.PcdDramType|1
  516. ## Please populate DIMM slot 0 if only one DIMM is supported.
  517. # 0 - Disable<BR>
  518. # 1 - Enable<BR>
  519. # @Prompt DIMM 0 Enable
  520. # @ValidList 0x80000001 | 0, 1
  521. gVlvRefCodePkgTokenSpaceGuid.PcdEnableDimm0|1
  522. ## DIMM 1 has to be identical to DIMM 0.
  523. # 0 - Disable<BR>
  524. # 1 - Enable<BR>
  525. # @Prompt DIMM 1 Enable Type
  526. # @ValidList 0x80000001 | 0, 1
  527. gVlvRefCodePkgTokenSpaceGuid.PcdEnableDimm1|0
  528. ## DRAM device data width.
  529. # 0 - x8<BR>
  530. # 1 - x16<BR>
  531. # 2 - x32<BR>
  532. # @Prompt DIMM_DWIDTH
  533. # @ValidList 0x80000001 | 0, 1, 2
  534. gVlvRefCodePkgTokenSpaceGuid.PcdDimmDataWidth|1
  535. ## DRAM device data density.
  536. # 0 - 1 Gbit<BR>
  537. # 1 - 2 Gbit<BR>
  538. # 2 - 4 Gbit<BR>
  539. # 3 - 8 Gbit<BR>
  540. # @Prompt DIMM_Density
  541. # @ValidList 0x80000001 | 0, 1, 2, 3
  542. gVlvRefCodePkgTokenSpaceGuid.PcdDimmDensity|2
  543. ## DRAM device data bus width.
  544. # 0 - 8 bits<BR>
  545. # 1 - 16 bits<BR>
  546. # 2 - 32 bits<BR>
  547. # 3 - 64 bits<BR>
  548. # @Prompt DIMM_BusWidth
  549. # @ValidList 0x80000001 | 0, 1, 2, 3
  550. gVlvRefCodePkgTokenSpaceGuid.PcdDimmBusWidth|3
  551. ## Ranks Per DIMM or Sides Per DIMM.
  552. # 0 - 1 Rank<BR>
  553. # 1 - 2 Ranks<BR>
  554. # @Prompt DIMM_Sides
  555. # @ValidList 0x80000001 | 0, 1
  556. gVlvRefCodePkgTokenSpaceGuid.PcdRankPerDimm|0
  557. ## tCL.<BR><BR>
  558. # @Prompt tCL
  559. gVlvRefCodePkgTokenSpaceGuid.PcdTcl|11
  560. ## tRP and tRCD in DRAM clk - 5:12.5ns, 6:15ns, etc.
  561. # @Prompt tRP_tRCD
  562. gVlvRefCodePkgTokenSpaceGuid.PcdTrpTrcd|11
  563. ## tWR in DRAM clk.
  564. # @Prompt tWR
  565. gVlvRefCodePkgTokenSpaceGuid.PcdTwr|12
  566. ## tWTR in DRAM clk.
  567. # @Prompt tWTR
  568. gVlvRefCodePkgTokenSpaceGuid.PcdTwtr|6
  569. ## tRRD in DRAM clk.
  570. # @Prompt tRRD
  571. gVlvRefCodePkgTokenSpaceGuid.PcdTrrd|6
  572. ## tRTP in DRAM clk.
  573. # @Prompt tRTP
  574. gVlvRefCodePkgTokenSpaceGuid.PcdTrtp|6
  575. ## tFAW in DRAM clk.
  576. # @Prompt tFAW
  577. gVlvRefCodePkgTokenSpaceGuid.PcdTfaw|32
  578. #
  579. # End of MRC parameters.
  580. #
  581. ###############################################################################################
  582. [PcdsDynamicHii.common.DEFAULT]
  583. gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5 # Variable: L"Timeout"
  584. gEfiMdePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1 # Variable: L"HwErrRecSupport"
  585. gPlatformModuleTokenSpaceGuid.PcdBootState|L"BootState"|gPlatformModuleTokenSpaceGuid|0x0|TRUE
  586. [PcdsDynamicDefault.common.DEFAULT]
  587. gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0x0
  588. !if $(TPM_ENABLED) == TRUE
  589. gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0x7b, 0x3a, 0xcd, 0x72, 0xA5, 0xFE, 0x5e, 0x4f, 0x91, 0x65, 0x4d, 0xd1, 0x21, 0x87, 0xbb, 0x13}
  590. !endif
  591. ## This PCD defines the video horizontal resolution.
  592. # This PCD could be set to 0 then video resolution could be at highest resolution.
  593. #gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|0
  594. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
  595. ## This PCD defines the video vertical resolution.
  596. # This PCD could be set to 0 then video resolution could be at highest resolution.
  597. #gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|0
  598. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
  599. ## This PCD defines the Console output column and the default value is 25 according to UEFI spec.
  600. # This PCD could be set to 0 then console output could be at max column and max row.
  601. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|31
  602. ## This PCD defines the Console output row and the default value is 80 according to UEFI spec.
  603. # This PCD could be set to 0 then console output could be at max column and max row.
  604. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|100
  605. ## The PCD is used to specify the video horizontal resolution of text setup.
  606. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|800
  607. ## The PCD is used to specify the video vertical resolution of text setup.
  608. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|600
  609. ## The PCD is used to specify the console output column of text setup.
  610. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|100
  611. ## The PCD is used to specify the console output column of text setup.
  612. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|31
  613. !if $(TPM_ENABLED) == TRUE
  614. gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1
  615. gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1
  616. !endif
  617. [PcdsDynamicExDefault.common.DEFAULT]
  618. gEfiVLVTokenSpaceGuid.PcdTCSmbaIoBaseAddress|0x1040
  619. gEfiVLVTokenSpaceGuid.PcdEmmcManufacturerId|0
  620. gEfiVLVTokenSpaceGuid.PcdProductSerialNumber|0
  621. gEfiVLVTokenSpaceGuid.PcdMeasuredBootEnable|TRUE
  622. gEfiVLVTokenSpaceGuid.PcdFTPMErrorOccur|FALSE
  623. gEfiVLVTokenSpaceGuid.PcdFTPMErrorSkip|FALSE
  624. gEfiVLVTokenSpaceGuid.PcdFTPMCommand|0
  625. gEfiVLVTokenSpaceGuid.PcdFTPMResponse|0
  626. gEfiVLVTokenSpaceGuid.PcdFTPMNotRespond|FALSE
  627. gEfiVLVTokenSpaceGuid.PcdFTPMStatus|0
  628. gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateSmmDataPtr|0
  629. gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0
  630. gEfiVLVTokenSpaceGuid.PcdCpuLockBoxDataAddress|0
  631. gEfiVLVTokenSpaceGuid.PcdCpuSmramCpuDataAddress|0
  632. gEfiVLVTokenSpaceGuid.PcdCpuLockBoxSize|0
  633. gEfiSecurityPkgTokenSpaceGuid.PcdUserPhysicalPresence|TRUE
  634. gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid|{GUID("$(FMP_MINNOW_MAX_SYSTEM)")}|VOID*|0x10
  635. !if $(RECOVERY_ENABLE)
  636. gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor|{0x0}|VOID*|0x100
  637. gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid|{GUID("AF9C9EB2-12AD-4D3E-A4D4-96F6C9966215")}|VOID*|0x10
  638. !endif
  639. [PcdsDynamicExVpd.common.DEFAULT]
  640. gEfiMdeModulePkgTokenSpaceGuid.PcdNvStoreDefaultValueBuffer|*
  641. [PcdsDynamicExHii.common.DEFAULT.STANDARD]
  642. !include Vlv2TbltDevicePkg/PlatformSetupDefaults.dsc
  643. [Components.IA32]
  644. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/IA32/SecCore.inf
  645. MdeModulePkg/Core/Pei/PeiMain.inf {
  646. !if $(TARGET) == DEBUG
  647. <PcdsFixedAtBuild>
  648. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E
  649. !endif
  650. <PcdsPatchableInModule>
  651. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
  652. }
  653. Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.inf {
  654. !if $(TARGET) == DEBUG
  655. <PcdsFixedAtBuild>
  656. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E
  657. !endif
  658. }
  659. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/IA32/MemoryInit.inf {
  660. <PcdsPatchableInModule>
  661. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
  662. }
  663. !if $(RC_BINARY_RELEASE) == TRUE
  664. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/IA32/SeCUma.inf
  665. !endif
  666. !if $(RC_BINARY_RELEASE) == TRUE
  667. Vlv2TbltDevicePkg/PlatformPei/PlatformPei.inf {
  668. !if $(TARGET) == DEBUG
  669. <PcdsFixedAtBuild>
  670. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E
  671. !endif
  672. }
  673. !endif
  674. !if $(SOURCE_DEBUG_ENABLE) == TRUE
  675. SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.inf{
  676. <LibraryClasses>
  677. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  678. DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
  679. PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
  680. SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
  681. }
  682. !endif
  683. !if $(TPM_ENABLED) == TRUE
  684. SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
  685. SecurityPkg/Tcg/TcgPei/TcgPei.inf {
  686. <LibraryClasses>
  687. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  688. }
  689. !endif
  690. Vlv2TbltDevicePkg/PlatformInitPei/PlatformInitPei.inf {
  691. <PcdsPatchableInModule>
  692. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803805c6
  693. <LibraryClasses>
  694. !if $(TARGET) != RELEASE
  695. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  696. !endif
  697. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  698. }
  699. Vlv2TbltDevicePkg/FvInfoPei/FvInfoPei.inf
  700. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/IA32/VlvInitPeim.inf
  701. !if $(PCIESC_ENABLE) == TRUE
  702. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchEarlyInitPeim.inf {
  703. <PcdsPatchableInModule>
  704. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
  705. }
  706. !endif
  707. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchInitPeim.inf
  708. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchSmbusArpDisabled.inf
  709. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchSpiPeim.inf
  710. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PeiSmmAccess.inf
  711. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PeiSmmControl.inf
  712. MdeModulePkg/Universal/PCD/Pei/Pcd.inf
  713. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/IA32/CpuPeim.inf
  714. UefiCpuPkg/CpuIoPei/CpuIoPei.inf
  715. UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
  716. UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.inf
  717. !if $(RECOVERY_ENABLE)
  718. #
  719. # Recovery
  720. #
  721. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchUsb.inf
  722. MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
  723. MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
  724. MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
  725. FatPkg/FatPei/FatPei.inf
  726. MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
  727. SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.inf {
  728. <LibraryClasses>
  729. FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf
  730. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  731. }
  732. !endif
  733. !if $(CAPSULE_ENABLE) == TRUE
  734. MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
  735. !endif
  736. MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
  737. <LibraryClasses>
  738. !if $(LZMA_ENABLE) == TRUE
  739. NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  740. !endif
  741. }
  742. MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
  743. MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
  744. !if $(TPM_ENABLED) == TRUE
  745. SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf {
  746. <LibraryClasses>
  747. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  748. }
  749. !endif
  750. !if $(ACPI50_ENABLE) == TRUE
  751. MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf{
  752. <LibraryClasses>
  753. TimerLib|Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
  754. }
  755. !endif
  756. !if $(PERFORMANCE_ENABLE) == TRUE
  757. MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
  758. !endif
  759. [Components.IA32]
  760. #
  761. # EDK II Related Platform codes
  762. #
  763. MdeModulePkg/Core/Dxe/DxeMain.inf {
  764. <PcdsPatchableInModule>
  765. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
  766. <LibraryClasses>
  767. !if $(DXE_CRC32_SECTION_ENABLE) == TRUE
  768. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  769. !endif
  770. !if $(LZMA_ENABLE) == TRUE
  771. NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  772. !endif
  773. !if $(TARGET) != RELEASE
  774. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  775. !endif
  776. }
  777. MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
  778. <LibraryClasses>
  779. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  780. }
  781. UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
  782. MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
  783. MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {
  784. <LibraryClasses>
  785. !if $(TARGET) != RELEASE
  786. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  787. !endif
  788. }
  789. MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
  790. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf{
  791. <LibraryClasses>
  792. !if $(SECURE_BOOT_ENABLE) == TRUE
  793. NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
  794. !endif
  795. !if $(TPM_ENABLED) == TRUE
  796. NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
  797. !endif
  798. }
  799. MdeModulePkg/Universal/Metronome/Metronome.inf
  800. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
  801. <LibraryClasses>
  802. PlatformBootManagerLib|Vlv2TbltDevicePkg/Library/DxePlatformBootManagerLib/DxePlatformBootManagerLib.inf
  803. }
  804. MdeModulePkg/Logo/LogoDxe.inf
  805. MdeModulePkg/Application/UiApp/UiApp.inf {
  806. <LibraryClasses>
  807. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  808. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  809. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  810. }
  811. MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
  812. MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
  813. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  814. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
  815. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
  816. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
  817. <LibraryClasses>
  818. NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
  819. NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
  820. SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
  821. }
  822. Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmm.inf
  823. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
  824. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSpiSmm.inf
  825. !if $(SECURE_BOOT_ENABLE) == TRUE
  826. SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf {
  827. <LibraryClasses>
  828. PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
  829. <BuildOptions>
  830. #
  831. # Specify GUID gEfiIfrBootMaintenanceGuid, to install Secure Boot Configuration menu
  832. # into Boot Maintenance Manager menu
  833. #
  834. *_*_*_VFR_FLAGS = -g b2dedc91-d59f-48d2-898a-12490c74a4e0
  835. }
  836. !endif
  837. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf {
  838. <LibraryClasses>
  839. FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
  840. }
  841. MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
  842. PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
  843. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
  844. Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbRuntimeDxe.inf
  845. Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.inf
  846. MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
  847. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchS3SupportDxe.inf
  848. PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
  849. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmmControl.inf
  850. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSmbusDxe.inf
  851. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchReset.inf
  852. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchInitDxe.inf{
  853. <PcdsPatchableInModule>
  854. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
  855. }
  856. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchInitSmm.inf
  857. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSmiDispatcher.inf
  858. !if $(PCIESC_ENABLE) == TRUE
  859. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchPcieSmm.inf
  860. !endif
  861. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSpiRuntime.inf
  862. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchPolicyInitDxe.inf
  863. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchBiosWriteProtect.inf
  864. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmmAccess.inf
  865. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PciHostBridge.inf
  866. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/VlvInitDxe.inf
  867. #
  868. # Performance Application; Set PERFORMANCE_ENABLE=TRUE for normal boot performance and smm performance data
  869. #
  870. !if $(PERFORMANCE_ENABLE) == TRUE
  871. ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf {
  872. <PcdsFixedAtBuild>
  873. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  874. }
  875. !endif
  876. Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInitDxe.inf{
  877. <LibraryClasses>
  878. !if $(TARGET) != RELEASE
  879. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  880. !endif
  881. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  882. }
  883. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/Dptf.inf
  884. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PnpDxe.inf
  885. !if $(TPM_ENABLED) == TRUE
  886. SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf {
  887. <LibraryClasses>
  888. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  889. }
  890. SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf {
  891. <LibraryClasses>
  892. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  893. <BuildOptions>
  894. #
  895. # specify GUID gEfiIfrNotInTPVPageGuid, this page will not
  896. # be showed in TPV page.
  897. #
  898. *_*_*_VFR_FLAGS = -g e58809f8-fbc1-48e2-883a-a30fdc4b441e
  899. }
  900. SecurityPkg/Tcg/TcgDxe/TcgDxe.inf {
  901. <LibraryClasses>
  902. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  903. }
  904. SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
  905. !endif
  906. #
  907. # EDK II Related Platform codes
  908. #
  909. Vlv2TbltDevicePkg/PlatformSmm/PlatformSmm.inf{
  910. <LibraryClasses>
  911. !if $(TARGET) != RELEASE
  912. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  913. !endif
  914. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  915. }
  916. Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.inf
  917. Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.inf
  918. Vlv2TbltDevicePkg/PlatformDxe/PlatformDxe.inf
  919. Vlv2TbltDevicePkg/PciPlatform/PciPlatform.inf
  920. Vlv2TbltDevicePkg/SaveMemoryConfig/SaveMemoryConfig.inf
  921. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PlatformCpuPolicy.inf
  922. Vlv2TbltDevicePkg/PpmPolicy/PpmPolicy.inf
  923. !if $(GOP_DRIVER_ENABLE) == TRUE
  924. Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.inf
  925. !endif
  926. #
  927. # SMM
  928. #
  929. MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
  930. MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
  931. UefiCpuPkg/CpuDxe/CpuDxe.inf
  932. UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf
  933. UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf
  934. UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
  935. MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
  936. UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf
  937. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PowerManagement2.inf
  938. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/DigitalThermalSensor.inf
  939. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/GraphicDxeInitSmm.inf
  940. #
  941. # ACPI
  942. #
  943. MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf {
  944. <PcdsPatchableInModule>
  945. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
  946. <PcdsFixedAtBuild>
  947. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
  948. <LibraryClasses>
  949. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  950. }
  951. MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
  952. MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
  953. Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/PowerManagementAcpiTables.inf
  954. Vlv2DeviceRefCodePkg/AcpiTablesPCAT/AcpiTables.inf
  955. Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.inf
  956. MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
  957. #
  958. # PCI
  959. #
  960. MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
  961. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/ISPDxe.inf
  962. #
  963. # ISA
  964. #
  965. Vlv2TbltDevicePkg/PcuSio/PcuSio.inf
  966. MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
  967. !if $(ACPI50_ENABLE) == TRUE
  968. MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf {
  969. <LibraryClasses>
  970. TimerLib|Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
  971. }
  972. MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf {
  973. <LibraryClasses>
  974. TimerLib|Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
  975. }
  976. !endif
  977. #
  978. # eMMC/SD Card
  979. #
  980. MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
  981. MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
  982. MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf
  983. #
  984. # IDE/SCSI/AHCI
  985. #
  986. MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
  987. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  988. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  989. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  990. FatPkg/EnhancedFatDxe/Fat.inf
  991. ShellPkg/Application/Shell/Shell.inf {
  992. <LibraryClasses>
  993. ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  994. NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  995. NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
  996. NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
  997. NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
  998. NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
  999. NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
  1000. NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
  1001. HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  1002. OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
  1003. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  1004. BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
  1005. <PcdsFixedAtBuild>
  1006. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
  1007. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  1008. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
  1009. }
  1010. !if $(SATA_ENABLE) == TRUE
  1011. Vlv2SocBinPkg/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SataController.inf
  1012. !endif
  1013. MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
  1014. !if $(SCSI_ENABLE) == TRUE
  1015. MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
  1016. MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
  1017. !endif
  1018. #
  1019. # Console
  1020. #
  1021. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  1022. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  1023. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  1024. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  1025. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  1026. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  1027. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  1028. #
  1029. # USB
  1030. #
  1031. !if $(USB_ENABLE) == TRUE
  1032. MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
  1033. MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
  1034. MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
  1035. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  1036. MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
  1037. MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
  1038. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  1039. !endif
  1040. #
  1041. # SMBIOS
  1042. #
  1043. MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
  1044. Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf
  1045. #
  1046. # CPU/FW Microde
  1047. #
  1048. Vlv2SocBinPkg/Microcode/MicrocodeUpdates.inf {
  1049. <BuildOptions>
  1050. *_*_*_GENFW_FLAGS = -a 0x800 -p 0xFF
  1051. }
  1052. #
  1053. # Network Stacks
  1054. #
  1055. !include NetworkPkg/Network.dsc.inc
  1056. !if $(CAPSULE_ENABLE) || $(MICOCODE_CAPSULE_ENABLE)
  1057. MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDxe.inf
  1058. MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
  1059. !endif
  1060. !if $(CAPSULE_ENABLE)
  1061. !include Vlv2TbltDevicePkg/FmpMinnowMaxSystem.dsc
  1062. !include Vlv2TbltDevicePkg/FmpGreenSampleDevice.dsc
  1063. !include Vlv2TbltDevicePkg/FmpBlueSampleDevice.dsc
  1064. !include Vlv2TbltDevicePkg/FmpRedSampleDevice.dsc
  1065. !endif
  1066. !if $(MICOCODE_CAPSULE_ENABLE)
  1067. IntelSiliconPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf {
  1068. <LibraryClasses>
  1069. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  1070. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  1071. SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
  1072. }
  1073. !endif
  1074. [BuildOptions]
  1075. #
  1076. # Define Build Options both for EDK and EDKII drivers.
  1077. #
  1078. GCC:*_*_*_CC_FLAGS = -Wno-missing-braces
  1079. #
  1080. # Define token for different Platform
  1081. #
  1082. !if $(SOURCE_DEBUG_ENABLE) == TRUE
  1083. MSFT:*_*_X64_GENFW_FLAGS = --keepexceptiontable
  1084. GCC:*_*_X64_GENFW_FLAGS = --keepexceptiontable
  1085. INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable
  1086. !endif
  1087. #
  1088. # Force PE/COFF sections to be aligned at 4KB boundaries to support page level
  1089. # protection of DXE_RUNTIME_DRIVER modules
  1090. #
  1091. [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
  1092. MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096
  1093. GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
  1094. XCODE:*_*_*_DLINK_FLAGS = -segalign 0x1000
  1095. #
  1096. # Force PE/COFF sections to be aligned at 4KB boundaries to support page level
  1097. # protection of DXE_SMM_DRIVER/SMM_CORE modules
  1098. #
  1099. [BuildOptions.common.EDKII.DXE_SMM_DRIVER, BuildOptions.common.EDKII.SMM_CORE]
  1100. MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096
  1101. GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
  1102. XCODE:*_*_*_DLINK_FLAGS = -segalign 0x1000
  1103. [BuildOptions.Common.EDKII]
  1104. !if $(CLKGEN_CONFIG_EXTRA_ENABLE) == TRUE
  1105. MSFT:*_*_*_CC_FLAGS = /DCLKGEN_CONFIG_EXTRA=1
  1106. MSFT:*_*_*_VFRPP_FLAGS = /DCLKGEN_CONFIG_EXTRA=1
  1107. MSFT:*_*_*_APP_FLAGS = /DCLKGEN_CONFIG_EXTRA=1
  1108. MSFT:*_*_*_PP_FLAGS = /DCLKGEN_CONFIG_EXTRA=1
  1109. MSFT:*_*_*_ASLPP_FLAGS = /DCLKGEN_CONFIG_EXTRA=1
  1110. GCC:*_*_*_CC_FLAGS = -DCLKGEN_CONFIG_EXTRA=1
  1111. GCC:*_*_*_VFRPP_FLAGS = -DCLKGEN_CONFIG_EXTRA=1
  1112. GCC:*_*_*_APP_FLAGS = -DCLKGEN_CONFIG_EXTRA=1
  1113. GCC:*_*_*_PP_FLAGS = -DCLKGEN_CONFIG_EXTRA=1
  1114. GCC:*_*_*_ASLPP_FLAGS = -DCLKGEN_CONFIG_EXTRA=1
  1115. !endif
  1116. !if $(PCIESC_ENABLE) == TRUE
  1117. MSFT:*_*_*_CC_FLAGS = /DPCIESC_SUPPORT=1
  1118. MSFT:*_*_*_VFRPP_FLAGS = /DPCIESC_SUPPORT=1
  1119. MSFT:*_*_*_APP_FLAGS = /DPCIESC_SUPPORT=1
  1120. MSFT:*_*_*_PP_FLAGS = /DPCIESC_SUPPORT=1
  1121. MSFT:*_*_*_ASLPP_FLAGS = /DPCIESC_SUPPORT=1
  1122. GCC:*_*_*_CC_FLAGS = -DPCIESC_SUPPORT=1
  1123. GCC:*_*_*_VFRPP_FLAGS = -DPCIESC_SUPPORT=1
  1124. GCC:*_*_*_APP_FLAGS = -DPCIESC_SUPPORT=1
  1125. GCC:*_*_*_PP_FLAGS = -DPCIESC_SUPPORT=1
  1126. GCC:*_*_*_ASLPP_FLAGS = -DPCIESC_SUPPORT=1
  1127. !endif
  1128. !if $(SOURCE_DEBUG_ENABLE) == TRUE
  1129. !if $(TARGET) == DEBUG
  1130. MSFT:*_*_X64_CC_FLAGS = /Od /Oy-
  1131. !endif
  1132. !endif