RdN2Cfg1.dsc 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ## @file
  2. # Platform Description file for RD-N2-Cfg1 platform.
  3. #
  4. # Copyright (c) 2017 - 2020, Arm Limited. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. ##
  8. ################################################################################
  9. #
  10. # Defines Section - statements that will be processed to create a Makefile.
  11. #
  12. ################################################################################
  13. [Defines]
  14. PLATFORM_NAME = RdN2Cfg1
  15. PLATFORM_GUID = aca676d8-3acb-43d0-9e05-95e1ce6bf5d3
  16. PLATFORM_VERSION = 0.1
  17. DSC_SPECIFICATION = 0x0001001B
  18. OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)
  19. SUPPORTED_ARCHITECTURES = AARCH64
  20. BUILD_TARGETS = NOOPT|DEBUG|RELEASE
  21. SKUID_IDENTIFIER = DEFAULT
  22. FLASH_DEFINITION = Platform/ARM/SgiPkg/SgiPlatform.fdf
  23. BOARD_DXE_FV_COMPONENTS = Platform/ARM/SgiPkg/RdN2Cfg1/RdN2Cfg1.fdf.inc
  24. BUILD_NUMBER = 1
  25. # include common definitions from SgiPlatform.dsc
  26. !include Platform/ARM/SgiPkg/SgiPlatform.dsc.inc
  27. !include Platform/ARM/SgiPkg/SgiMemoryMap2.dsc.inc
  28. # include common/basic libraries from MdePkg.
  29. !include MdePkg/MdeLibs.dsc.inc
  30. ################################################################################
  31. #
  32. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  33. #
  34. ################################################################################
  35. [PcdsFixedAtBuild.common]
  36. # GIC Base Addresses
  37. gArmTokenSpaceGuid.PcdGicDistributorBase|0x30000000
  38. gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x30100000
  39. gArmSgiTokenSpaceGuid.PcdGicSize|0x200000
  40. # ARM Cores and Clusters
  41. gArmPlatformTokenSpaceGuid.PcdCoreCount|1
  42. gArmPlatformTokenSpaceGuid.PcdClusterCount|8
  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/RdN2Cfg1AcpiTables.inf