DeveloperBoxMm.dsc 4.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. #
  2. # Copyright (c) 2013-2014, ARM Limited. All rights reserved.
  3. # Copyright (c) 2017-2018, Linaro Limited. All rights reserved.
  4. #
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ################################################################################
  8. #
  9. # Defines Section - statements that will be processed to create a Makefile.
  10. #
  11. ################################################################################
  12. [Defines]
  13. PLATFORM_NAME = DeveloperBoxMm
  14. PLATFORM_GUID = cedcc3f9-fb42-45e6-b134-e7ca97abbffd
  15. PLATFORM_VERSION = 0.1
  16. DSC_SPECIFICATION = 0x0001001B
  17. OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)
  18. SUPPORTED_ARCHITECTURES = AARCH64
  19. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  20. SKUID_IDENTIFIER = DEFAULT
  21. FLASH_DEFINITION = Platform/Socionext/DeveloperBox/$(PLATFORM_NAME).fdf
  22. BUILD_NUMBER = 1
  23. !include Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
  24. [LibraryClasses]
  25. ArmSvcLib|ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf
  26. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  27. FvLib|StandaloneMmPkg/Library/FvLib/FvLib.inf
  28. MemLib|StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
  29. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  30. PeCoffExtraActionLib|StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/StandaloneMmPeCoffExtraActionLib.inf
  31. StandaloneMmCoreEntryPoint|StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf
  32. StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
  33. StandaloneMmMmuLib|ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf
  34. SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
  35. PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
  36. PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
  37. PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
  38. [LibraryClasses.common.MM_CORE_STANDALONE]
  39. HobLib|StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf
  40. MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmCoreMemoryAllocationLib/StandaloneMmCoreMemoryAllocationLib.inf
  41. [LibraryClasses.common.MM_STANDALONE]
  42. HobLib|StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf
  43. MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmMemoryAllocationLib/StandaloneMmMemoryAllocationLib.inf
  44. MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
  45. [BuildOptions.common.EDKII.MM_STANDALONE, BuildOptions.common.EDKII.MM_CORE_STANDALONE]
  46. GCC:*_*_*_CC_FLAGS = -mstrict-align -mgeneral-regs-only
  47. GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
  48. ################################################################################
  49. #
  50. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  51. #
  52. ################################################################################
  53. [PcdsFixedAtBuild]
  54. gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x51040000
  55. ################################################################################
  56. #
  57. # Components Section - list of all EDK II Modules needed by this Platform
  58. #
  59. ################################################################################
  60. [Components.common]
  61. #
  62. # Standalone MM components
  63. #
  64. StandaloneMmPkg/Core/StandaloneMmCore.inf {
  65. <LibraryClasses>
  66. ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
  67. NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  68. <PcdsFixedAtBuild>
  69. gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x2
  70. }
  71. StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.inf
  72. Silicon/Socionext/SynQuacer/Drivers/Fip006Dxe/Fip006StandaloneMm.inf
  73. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteStandaloneMm.inf
  74. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf {
  75. <LibraryClasses>
  76. AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
  77. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
  78. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  79. VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
  80. NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
  81. }