ArmPlatformPkg.dsc 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. #/** @file
  2. # ARM platform package.
  3. #
  4. # Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
  5. # Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
  6. # Copyright (c) 2016 - 2017, Linaro Ltd. All rights reserved.<BR>
  7. # Copyright (c) Microsoft Corporation.<BR>
  8. #
  9. # SPDX-License-Identifier: BSD-2-Clause-Patent
  10. #
  11. #**/
  12. ################################################################################
  13. #
  14. # Defines Section - statements that will be processed to create a Makefile.
  15. #
  16. ################################################################################
  17. [Defines]
  18. PLATFORM_NAME = ArmPlatformPkg
  19. PLATFORM_GUID = 9ce08891-ac9c-476d-ab04-0c04d3a97544
  20. PLATFORM_VERSION = 0.1
  21. DSC_SPECIFICATION = 0x0001001A
  22. OUTPUT_DIRECTORY = Build/ArmPlatform
  23. SUPPORTED_ARCHITECTURES = ARM|AARCH64
  24. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  25. SKUID_IDENTIFIER = DEFAULT
  26. [BuildOptions]
  27. RELEASE_*_*_CC_FLAGS = -D MDEPKG_NDEBUG
  28. *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
  29. [PcdsFixedAtBuild]
  30. gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
  31. gArmTokenSpaceGuid.PcdFdSize|0x1000
  32. !include MdePkg/MdeLibs.dsc.inc
  33. [LibraryClasses.common]
  34. ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf
  35. ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
  36. ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
  37. ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
  38. ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
  39. ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
  40. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  41. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  42. CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
  43. DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  44. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  45. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  46. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  47. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  48. LcdHwLib|ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.inf
  49. LcdPlatformLib|ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf
  50. LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  51. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  52. MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
  53. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  54. PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
  55. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  56. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  57. PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf
  58. PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
  59. PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
  60. PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
  61. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  62. SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
  63. TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf
  64. TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
  65. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  66. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  67. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  68. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  69. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  70. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  71. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  72. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  73. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  74. [LibraryClasses.common.PEIM]
  75. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  76. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  77. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  78. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  79. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  80. [LibraryClasses.common.SEC]
  81. ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
  82. HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
  83. MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
  84. PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
  85. [LibraryClasses.AARCH64.MM_STANDALONE]
  86. HobLib|StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf
  87. MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmMemoryAllocationLib/StandaloneMmMemoryAllocationLib.inf
  88. MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
  89. StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
  90. [Components.common]
  91. ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
  92. ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf
  93. ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf
  94. ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
  95. ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
  96. ArmPlatformPkg/Library/HdLcd/HdLcd.inf
  97. ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.inf
  98. ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf
  99. ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
  100. ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf
  101. ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
  102. ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf
  103. ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.inf
  104. ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
  105. ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
  106. ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
  107. ArmPlatformPkg/PlatformPei/PlatformPeim.inf
  108. ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
  109. ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
  110. ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
  111. ArmPlatformPkg/PrePi/PeiMPCore.inf
  112. ArmPlatformPkg/PrePi/PeiUniCore.inf
  113. ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.inf