RdV1.dsc 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #
  2. # Copyright (c) 2020-2022, ARM Limited. All rights reserved.
  3. #
  4. # SPDX-License-Identifier: BSD-2-Clause-Patent
  5. #
  6. ################################################################################
  7. #
  8. # Defines Section - statements that will be processed to create a Makefile.
  9. #
  10. ################################################################################
  11. [Defines]
  12. PLATFORM_NAME = RdV1
  13. PLATFORM_GUID = d301ac4e-0828-4cef-b754-34ca9b6781b5
  14. PLATFORM_VERSION = 0.1
  15. DSC_SPECIFICATION = 0x0001001B
  16. OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)
  17. SUPPORTED_ARCHITECTURES = AARCH64
  18. BUILD_TARGETS = NOOPT|DEBUG|RELEASE
  19. SKUID_IDENTIFIER = DEFAULT
  20. FLASH_DEFINITION = Platform/ARM/SgiPkg/SgiPlatform.fdf
  21. BOARD_DXE_FV_COMPONENTS = Platform/ARM/SgiPkg/RdV1/RdV1.fdf.inc
  22. BUILD_NUMBER = 1
  23. # include common definitions from SgiPlatform.dsc
  24. !include Platform/ARM/SgiPkg/SgiPlatform.dsc.inc
  25. !include Platform/ARM/SgiPkg/SgiMemoryMap.dsc.inc
  26. # include common/basic libraries from MdePkg.
  27. !include MdePkg/MdeLibs.dsc.inc
  28. ################################################################################
  29. #
  30. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  31. #
  32. ################################################################################
  33. [PcdsFixedAtBuild.common]
  34. # GIC Base Addresses
  35. gArmTokenSpaceGuid.PcdGicDistributorBase|0x30000000
  36. gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x30140000
  37. gArmSgiTokenSpaceGuid.PcdGicSize|0x200000
  38. # ARM Cores and Clusters
  39. gArmPlatformTokenSpaceGuid.PcdCoreCount|1
  40. gArmPlatformTokenSpaceGuid.PcdClusterCount|16
  41. ################################################################################
  42. #
  43. # Components Section - list of all EDK II Modules needed by this Platform
  44. #
  45. ################################################################################
  46. [Components.common]
  47. Platform/ARM/SgiPkg/AcpiTables/RdV1AcpiTables.inf