BaseRiscV64CpuExceptionHandlerLib.inf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ## @file
  2. # RISC-V CPU Exception Handler Library
  3. #
  4. # Copyright (c) 2022-2023, Ventana Micro Systems Inc. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x0001001B
  11. BASE_NAME = BaseRiscV64CpuExceptionHandlerLib
  12. MODULE_UNI_FILE = BaseRiscV64CpuExceptionHandlerLib.uni
  13. FILE_GUID = 6AB0D5FD-E615-45A3-9374-E284FB061FC9
  14. MODULE_TYPE = BASE
  15. VERSION_STRING = 1.0
  16. LIBRARY_CLASS = CpuExceptionHandlerLib
  17. #
  18. # The following information is for reference only and not required by the build tools.
  19. #
  20. # VALID_ARCHITECTURES = RISCV64
  21. #
  22. [Sources]
  23. SupervisorTrapHandler.S
  24. CpuExceptionHandlerLib.c
  25. CpuExceptionHandlerLib.h
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. MdeModulePkg/MdeModulePkg.dec
  29. UefiCpuPkg/UefiCpuPkg.dec
  30. [LibraryClasses]
  31. BaseLib
  32. SerialPortLib
  33. PrintLib
  34. SynchronizationLib
  35. PeCoffGetEntryPointLib
  36. MemoryAllocationLib
  37. DebugLib