ArmPlatformPkg.dsc 6.1 KB

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