RdN1EdgeX2.dsc 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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 = RdN1EdgeX2
  13. PLATFORM_GUID = a8ec2997-83ff-4347-8a9d-796d8c0c8b4d
  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/RdN1EdgeX2/RdN1EdgeX2.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. # ARM Cores and Clusters
  35. gArmPlatformTokenSpaceGuid.PcdCoreCount|4
  36. gArmPlatformTokenSpaceGuid.PcdClusterCount|2
  37. # GIC Base Addresses
  38. gArmTokenSpaceGuid.PcdGicDistributorBase|0x30000000
  39. gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x300C0000
  40. gArmSgiTokenSpaceGuid.PcdGicSize|0x100000
  41. # Number of chips in the multi-chip package
  42. gArmSgiTokenSpaceGuid.PcdChipCount|2
  43. ################################################################################
  44. #
  45. # Components Section - list of all EDK II Modules needed by this Platform
  46. #
  47. ################################################################################
  48. [Components.common]
  49. Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf