RdN1Edge.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 = RdN1Edge
  13. PLATFORM_GUID = 1e5f616f-4462-4281-bf74-60c82492c6e1
  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/RdN1Edge/RdN1Edge.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. ################################################################################
  42. #
  43. # Components Section - list of all EDK II Modules needed by this Platform
  44. #
  45. ################################################################################
  46. [Components.common]
  47. Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeAcpiTables.inf