ArmPkg.dsc 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. #/** @file
  2. # ARM processor 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, Linaro Ltd. All rights reserved.<BR>
  7. #
  8. # This program and the accompanying materials
  9. # are licensed and made available under the terms and conditions of the BSD License
  10. # which accompanies this distribution. The full text of the license may be found at
  11. # http://opensource.org/licenses/bsd-license.php
  12. #
  13. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  14. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  15. #
  16. #**/
  17. ################################################################################
  18. #
  19. # Defines Section - statements that will be processed to create a Makefile.
  20. #
  21. ################################################################################
  22. [Defines]
  23. PLATFORM_NAME = ArmPkg
  24. PLATFORM_GUID = 5CFBD99E-3C43-4E7F-8054-9CDEAFF7710F
  25. PLATFORM_VERSION = 0.1
  26. DSC_SPECIFICATION = 0x00010005
  27. OUTPUT_DIRECTORY = Build/Arm
  28. SUPPORTED_ARCHITECTURES = ARM|AARCH64
  29. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  30. SKUID_IDENTIFIER = DEFAULT
  31. [BuildOptions]
  32. RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
  33. *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
  34. [LibraryClasses.common]
  35. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  36. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  37. CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
  38. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  39. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  40. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  41. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  42. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  43. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  44. TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
  45. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  46. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  47. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  48. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  49. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  50. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  51. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  52. NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
  53. UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  54. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  55. SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
  56. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  57. DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
  58. CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
  59. CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
  60. ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
  61. ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf
  62. ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
  63. ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
  64. ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
  65. OpteeLib|ArmPkg/Library/OpteeLib/OpteeLib.inf
  66. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  67. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  68. SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
  69. FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
  70. ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  71. FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
  72. SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  73. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  74. ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
  75. ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
  76. ArmMtlLib|ArmPkg/Library/ArmMtlNullLib/ArmMtlNullLib.inf
  77. [LibraryClasses.common.PEIM]
  78. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  79. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  80. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  81. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  82. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  83. [LibraryClasses.ARM, LibraryClasses.AARCH64]
  84. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  85. # Add support for GCC stack protector
  86. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  87. [Components.common]
  88. ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
  89. ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
  90. ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  91. ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
  92. ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
  93. ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
  94. ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
  95. ArmPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf
  96. ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf
  97. ArmPkg/Library/SemihostLib/SemihostLib.inf
  98. ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf
  99. ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
  100. ArmPkg/Library/ArmExceptionLib/ArmRelocateExceptionLib.inf
  101. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  102. ArmPkg/Drivers/CpuPei/CpuPei.inf
  103. ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
  104. ArmPkg/Drivers/ArmGic/ArmGicLib.inf
  105. ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.inf
  106. ArmPkg/Drivers/TimerDxe/TimerDxe.inf
  107. ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
  108. ArmPkg/Library/ArmGenericTimerVirtCounterLib/ArmGenericTimerVirtCounterLib.inf
  109. ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
  110. ArmPkg/Library/ArmSmcLibNull/ArmSmcLibNull.inf
  111. ArmPkg/Library/ArmHvcLib/ArmHvcLib.inf
  112. ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf
  113. ArmPkg/Library/OpteeLib/OpteeLib.inf
  114. ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
  115. ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
  116. ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf
  117. ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
  118. ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf
  119. ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf
  120. ArmPkg/Library/ArmLib/ArmBaseLib.inf
  121. ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
  122. ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  123. ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
  124. ArmPkg/Drivers/ArmScmiDxe/ArmScmiDxe.inf
  125. [Components.AARCH64]
  126. ArmPkg/Library/ArmMmuLib/ArmMmuPeiLib.inf
  127. ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf