SgiPlatform.dec 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #
  2. # Copyright (c) 2018-2020, ARM Limited. All rights reserved.
  3. #
  4. # SPDX-License-Identifier: BSD-2-Clause-Patent
  5. #
  6. [Defines]
  7. DEC_SPECIFICATION = 0x0001001A
  8. PACKAGE_NAME = SgiPkg
  9. PACKAGE_GUID = e6e0f26c-0df9-4f6c-a382-37ded896c6e9
  10. PACKAGE_VERSION = 0.1
  11. ################################################################################
  12. #
  13. # Include Section - list of Include Paths that are provided by this package.
  14. # Comments are used for Keywords and Module Types.
  15. #
  16. # Supported Module Types:
  17. # BASE SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION
  18. #
  19. ################################################################################
  20. [Includes.common]
  21. Include # Root include for the package
  22. [Guids.common]
  23. # ARM Sgi Platform ID descriptor
  24. gArmSgiPlatformIdDescriptorGuid = { 0xf56f152a, 0xad2a, 0x11e6, { 0xb1, 0xa7, 0x00, 0x50, 0x56, 0x3c, 0x44, 0xcc } }
  25. gArmSgiTokenSpaceGuid = { 0x577d6941, 0xaea1, 0x40b4, { 0x90, 0x93, 0x2a, 0x86, 0x61, 0x72, 0x5a, 0x57 } }
  26. gArmSgiAcpiTablesGuid = { 0xc712719a, 0x0aaf, 0x438c, { 0x9c, 0xdd, 0x35, 0xab, 0x4d, 0x60, 0x20, 0x7d } }
  27. [PcdsFeatureFlag.common]
  28. gArmSgiTokenSpaceGuid.PcdVirtioBlkSupported|FALSE|BOOLEAN|0x00000001
  29. gArmSgiTokenSpaceGuid.PcdVirtioNetSupported|FALSE|BOOLEAN|0x00000010
  30. [PcdsFixedAtBuild]
  31. gArmSgiTokenSpaceGuid.PcdDramBlock2Base|0|UINT64|0x00000002
  32. gArmSgiTokenSpaceGuid.PcdDramBlock2Size|0|UINT64|0x00000003
  33. # Virtio Block device
  34. gArmSgiTokenSpaceGuid.PcdVirtioBlkBaseAddress|0x00000000|UINT32|0x00000004
  35. gArmSgiTokenSpaceGuid.PcdVirtioBlkSize|0x00000000|UINT32|0x00000005
  36. gArmSgiTokenSpaceGuid.PcdVirtioBlkInterrupt|0x00000000|UINT32|0x00000006
  37. # Virtio Network device
  38. gArmSgiTokenSpaceGuid.PcdVirtioNetBaseAddress|0x00000000|UINT32|0x00000007
  39. gArmSgiTokenSpaceGuid.PcdVirtioNetSize|0x00000000|UINT32|0x00000008
  40. gArmSgiTokenSpaceGuid.PcdVirtioNetInterrupt|0x00000000|UINT32|0x00000009
  41. # Chip count on the platform
  42. gArmSgiTokenSpaceGuid.PcdChipCount|1|UINT32|0x0000000B
  43. # GIC
  44. gArmSgiTokenSpaceGuid.PcdGicSize|0|UINT64|0x0000000A
  45. [Ppis]
  46. gNtFwConfigDtInfoPpiGuid = { 0x6f606eb3, 0x9123, 0x4e15, { 0xa8, 0x9b, 0x0f, 0xac, 0x66, 0xef, 0xd0, 0x17 } }