RiscVSpecialPlatformLib.inf 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. ## @file
  2. # Null library instance to provide platform_override for the
  3. # special RISC-V platform. This module incorporates with
  4. # OpensbiPlatformLib and RISC-V Opensbi library.
  5. #
  6. # Copyright (c) 2021, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x0001001b
  13. BASE_NAME = RiscVSpecialPlatformLib
  14. FILE_GUID = FE0AE3E6-90A4-421D-851D-E092CBEEE645
  15. MODULE_TYPE = BASE
  16. VERSION_STRING = 1.0
  17. LIBRARY_CLASS = RiscVSpecialPlatformLib|SEC
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = RISCV64
  22. #
  23. [Sources]
  24. SifiveFu540.c
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. MdeModulePkg/MdeModulePkg.dec
  28. Platform/RISC-V/PlatformPkg/RiscVPlatformPkg.dec
  29. Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dec
  30. [LibraryClasses]
  31. BaseLib