MinPlatformPkg.dsc 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. ## @file
  2. # Platform description.
  3. #
  4. # Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # This program and the accompanying materials are licensed and made available under
  7. # the terms and conditions of the BSD License which accompanies this distribution.
  8. # The full text of the license may be found at
  9. # http://opensource.org/licenses/bsd-license.php
  10. #
  11. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  13. #
  14. ##
  15. ################################################################################
  16. #
  17. # Defines Section - statements that will be processed to create a Makefile.
  18. #
  19. ################################################################################
  20. [Defines]
  21. PLATFORM_NAME = MinPlatformPkg
  22. PLATFORM_GUID = 8FE55D15-3ABF-4175-8169-74B87E5CD175
  23. PLATFORM_VERSION = 0.1
  24. DSC_SPECIFICATION = 0x00010005
  25. OUTPUT_DIRECTORY = Build/MinPlatformPkg
  26. SUPPORTED_ARCHITECTURES = IA32|X64
  27. BUILD_TARGETS = DEBUG|RELEASE
  28. SKUID_IDENTIFIER = DEFAULT
  29. ################################################################################
  30. #
  31. # SKU Identification section - list of all SKU IDs supported by this
  32. # Platform.
  33. #
  34. ################################################################################
  35. [SkuIds]
  36. 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
  37. ################################################################################
  38. #
  39. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  40. #
  41. ################################################################################
  42. [PcdsFeatureFlag]
  43. # configuration
  44. gMinPlatformPkgTokenSpaceGuid.PcdBootToShellOnly|FALSE
  45. gMinPlatformPkgTokenSpaceGuid.PcdUefiSecureBootEnable|FALSE
  46. gMinPlatformPkgTokenSpaceGuid.PcdTpm2Enable|FALSE
  47. gMinPlatformPkgTokenSpaceGuid.PcdPerformanceEnable|FALSE
  48. gMinPlatformPkgTokenSpaceGuid.PcdSmiHandlerProfileEnable|FALSE
  49. ################################################################################
  50. #
  51. # Library Class section - list of all Library Classes needed by this Platform.
  52. #
  53. ################################################################################
  54. !include MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc
  55. !include MinPlatformPkg/Include/Dsc/CorePeiLib.dsc
  56. !include MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc
  57. [LibraryClasses.common]
  58. #
  59. # Platform
  60. #
  61. PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
  62. PciHostBridgeLib|MinPlatformPkg/Pci/Library/PciHostBridgeLibSimple/PciHostBridgeLibSimple.inf
  63. PciSegmentInfoLib|MinPlatformPkg/Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.inf
  64. PlatformBootManagerLib|MinPlatformPkg/Bds/Library/DxePlatformBootManagerLib/DxePlatformBootManagerLib.inf
  65. AslUpdateLib|MinPlatformPkg/Acpi/Library/DxeAslUpdateLib/DxeAslUpdateLib.inf
  66. #
  67. # Misc
  68. #
  69. FspWrapperApiLib|IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf
  70. FspWrapperApiTestLib|IntelFsp2WrapperPkg/Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTestLib.inf
  71. FspWrapperHobProcessLib|MinPlatformPkg/FspWrapper/Library/PeiFspWrapperHobProcessLib/PeiFspWrapperHobProcessLib.inf
  72. PlatformSecLib|MinPlatformPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSecLib.inf
  73. FspWrapperPlatformLib|MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
  74. BoardInitLib|MinPlatformPkg/PlatformInit/Library/BoardInitLibNull/BoardInitLibNull.inf
  75. BoardAcpiTableLib|MinPlatformPkg/Acpi/Library/BoardAcpiLibNull/BoardAcpiTableLibNull.inf
  76. BoardAcpiEnableLib|MinPlatformPkg/Acpi/Library/BoardAcpiLibNull/BoardAcpiEnableLibNull.inf
  77. SiliconPolicyInitLib|MinPlatformPkg/PlatformInit/Library/SiliconPolicyInitLibNull/SiliconPolicyInitLibNull.inf
  78. SiliconPolicyUpdateLib|MinPlatformPkg/PlatformInit/Library/SiliconPolicyUpdateLibNull/SiliconPolicyUpdateLibNull.inf
  79. TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.inf
  80. [LibraryClasses.common.SEC]
  81. TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLib/SecTestPointCheckLib.inf
  82. [LibraryClasses.common.PEIM]
  83. #
  84. # PEI phase common
  85. #
  86. FspWrapperPlatformLib|MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
  87. ReportFvLib|MinPlatformPkg/PlatformInit/Library/PeiReportFvLib/PeiReportFvLib.inf
  88. TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf
  89. TestPointLib|MinPlatformPkg/Test/Library/TestPointLib/PeiTestPointLib.inf
  90. [LibraryClasses.common.DXE_DRIVER]
  91. #
  92. # DXE phase common
  93. #
  94. FspWrapperPlatformLib|MinPlatformPkg/FspWrapper/Library/DxeFspWrapperPlatformLib/DxeFspWrapperPlatformLib.inf
  95. TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestPointCheckLib.inf
  96. TestPointLib|MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointLib.inf
  97. [LibraryClasses.common.DXE_SMM_DRIVER]
  98. SpiFlashCommonLib|MinPlatformPkg/Flash/Library/SpiFlashCommonLibNull/SpiFlashCommonLibNull.inf
  99. TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLib/SmmTestPointCheckLib.inf
  100. TestPointLib|MinPlatformPkg/Test/Library/TestPointLib/SmmTestPointLib.inf
  101. ###################################################################################################
  102. #
  103. # Components Section - list of the modules and components that will be processed by compilation
  104. # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
  105. #
  106. # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
  107. # into firmware volume images. This section is just a list of modules to compile from
  108. # source into UEFI-compliant binaries.
  109. # It is the FDF file that contains information on combining binary files into firmware
  110. # volume images, whose concept is beyond UEFI and is described in PI specification.
  111. # Binary modules do not need to be listed in this section, as they should be
  112. # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
  113. # Logo (Logo.bmp), and etc.
  114. # There may also be modules listed in this section that are not required in the FDF file,
  115. # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
  116. # generated for it, but the binary will not be put into any firmware volume.
  117. #
  118. ###################################################################################################
  119. [Components]
  120. MinPlatformPkg/Library/PeiLib/PeiLib.inf
  121. MinPlatformPkg/Library/PeiHobVariableLibFce/PeiHobVariableLibFce.inf
  122. MinPlatformPkg/Library/PeiHobVariableLibFce/PeiHobVariableLibFceOptSize.inf
  123. MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf
  124. MinPlatformPkg/Acpi/AcpiSmm/AcpiSmm.inf
  125. MinPlatformPkg/Acpi/Library/DxeAslUpdateLib/DxeAslUpdateLib.inf
  126. MinPlatformPkg/Acpi/Library/BoardAcpiLibNull/BoardAcpiEnableLibNull.inf
  127. MinPlatformPkg/Acpi/Library/BoardAcpiLibNull/BoardAcpiTableLibNull.inf
  128. MinPlatformPkg/Acpi/Library/MultiBoardAcpiSupportLib/DxeMultiBoardAcpiSupportLib.inf
  129. MinPlatformPkg/Acpi/Library/MultiBoardAcpiSupportLib/SmmMultiBoardAcpiSupportLib.inf
  130. MinPlatformPkg/Bds/Library/DxePlatformBootManagerLib/DxePlatformBootManagerLib.inf
  131. MinPlatformPkg/Flash/SpiFvbService/SpiFvbServiceSmm.inf
  132. MinPlatformPkg/Flash/Library/SpiFlashCommonLibNull/SpiFlashCommonLibNull.inf
  133. MinPlatformPkg/FspWrapper/SaveMemoryConfig/SaveMemoryConfig.inf
  134. MinPlatformPkg/FspWrapper/Library/PeiFspWrapperHobProcessLib/PeiFspWrapperHobProcessLib.inf
  135. MinPlatformPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSecLib.inf
  136. MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
  137. MinPlatformPkg/FspWrapper/Library/DxeFspWrapperPlatformLib/DxeFspWrapperPlatformLib.inf
  138. MinPlatformPkg/Hsti/HstiIbvPlatformDxe/HstiIbvPlatformDxe.inf
  139. MinPlatformPkg/Pci/Library/PciHostBridgeLibSimple/PciHostBridgeLibSimple.inf
  140. MinPlatformPkg/PlatformInit/ReportFv/ReportFvPei.inf
  141. MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.inf
  142. MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPostMem.inf
  143. MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.inf
  144. MinPlatformPkg/PlatformInit/PlatformInitSmm/PlatformInitSmm.inf
  145. MinPlatformPkg/PlatformInit/Library/SecBoardInitLibNull/SecBoardInitLibNull.inf
  146. MinPlatformPkg/PlatformInit/Library/BoardInitLibNull/BoardInitLibNull.inf
  147. MinPlatformPkg/PlatformInit/Library/MultiBoardInitSupportLib/PeiMultiBoardInitSupportLib.inf
  148. MinPlatformPkg/PlatformInit/Library/MultiBoardInitSupportLib/DxeMultiBoardInitSupportLib.inf
  149. MinPlatformPkg/PlatformInit/SiliconPolicyPei/SiliconPolicyPeiPreMem.inf
  150. MinPlatformPkg/PlatformInit/SiliconPolicyPei/SiliconPolicyPeiPostMem.inf
  151. MinPlatformPkg/PlatformInit/SiliconPolicyDxe/SiliconPolicyDxe.inf
  152. MinPlatformPkg/PlatformInit/Library/SiliconPolicyInitLibNull/SiliconPolicyInitLibNull.inf
  153. MinPlatformPkg/PlatformInit/Library/SiliconPolicyUpdateLibNull/SiliconPolicyUpdateLibNull.inf
  154. MinPlatformPkg/Services/StallServicePei/StallServicePei.inf
  155. MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.inf
  156. MinPlatformPkg/Test/Library/TestPointCheckLib/SecTestPointCheckLib.inf
  157. MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf
  158. MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestPointCheckLib.inf
  159. MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointLib.inf
  160. MinPlatformPkg/Test/Library/TestPointLib/PeiTestPointLib.inf
  161. MinPlatformPkg/Test/Library/TestPointLib/SmmTestPointLib.inf
  162. MinPlatformPkg/Test/TestPointStubDxe/TestPointStubDxe.inf
  163. MinPlatformPkg/Test/TestPointDumpApp/TestPointDumpApp.inf
  164. !if gMinPlatformPkgTokenSpaceGuid.PcdTpm2Enable == TRUE
  165. MinPlatformPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf
  166. MinPlatformPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf
  167. !endif