RiscVPlatformTimerLib.inf 950 B

123456789101112131415161718192021222324252627282930313233343536
  1. ## @file
  2. # RISC-V CPU lib to override timer mechanism for U5 series platform.
  3. #
  4. # Copyright (c) 2019, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x0001001b
  11. BASE_NAME = RiscVPlatformTimerLib
  12. FILE_GUID = AFA75BBD-DE9D-4E77-BD88-1EA401BE931D
  13. MODULE_TYPE = BASE
  14. VERSION_STRING = 1.0
  15. LIBRARY_CLASS = RiscVPlatformTimerLib
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = RISCV64
  20. #
  21. [Sources]
  22. [Sources.RISCV64]
  23. RiscVPlatformTimerLib.S
  24. [Packages]
  25. MdeModulePkg/MdeModulePkg.dec
  26. MdePkg/MdePkg.dec
  27. Platform/StarFive/JH7110SeriesPkg/JH7110SeriesPkg.dec
  28. Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dec