StyxSataPlatformDxe.inf 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. ## @file
  2. #
  3. # Component description file for the Styx SATA platform driver.
  4. #
  5. # Copyright (c) 2014 - 2016, AMD Inc. All rights reserved.<BR>
  6. # Copyright (c) 2016, Linaro, Ltd. All rights reserved.<BR>
  7. #
  8. # This program and the accompanying materials
  9. # are licensed and made available under the terms and conditions of the BSD License
  10. # which accompanies this distribution. The full text of the license may be found at
  11. # http://opensource.org/licenses/bsd-license.php
  12. #
  13. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  14. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  15. #
  16. ##
  17. [Defines]
  18. INF_VERSION = 0x00010019
  19. BASE_NAME = StyxSataPlatformDxe
  20. FILE_GUID = 4703fac4-9de9-4010-87d1-11402894296a
  21. MODULE_TYPE = DXE_DRIVER
  22. VERSION_STRING = 1.0
  23. ENTRY_POINT = StyxSataPlatformDxeEntryPoint
  24. [Sources]
  25. InitController.c
  26. [Packages]
  27. MdeModulePkg/MdeModulePkg.dec
  28. MdePkg/MdePkg.dec
  29. Silicon/AMD/Styx/AmdModulePkg/AmdModulePkg.dec
  30. Silicon/AMD/Styx/AmdStyx.dec
  31. [LibraryClasses]
  32. AmdSataInit
  33. BaseLib
  34. DebugLib
  35. IoLib
  36. NonDiscoverableDeviceRegistrationLib
  37. UefiBootServicesTableLib
  38. UefiDriverEntryPoint
  39. [FixedPcd]
  40. gAmdModulePkgTokenSpaceGuid.PcdSataSerdesBase
  41. gAmdModulePkgTokenSpaceGuid.PcdSataSerdesOffset
  42. gAmdModulePkgTokenSpaceGuid.PcdSataNumChPerSerdes
  43. gAmdStyxTokenSpaceGuid.PcdSata0CtrlAxiSlvPort
  44. gAmdStyxTokenSpaceGuid.PcdSata0PortCount
  45. gAmdStyxTokenSpaceGuid.PcdSata1CtrlAxiSlvPort
  46. gAmdStyxTokenSpaceGuid.PcdSata1PortCount
  47. gAmdStyxTokenSpaceGuid.PcdSataPortMode
  48. gAmdStyxTokenSpaceGuid.PcdSataSmpsSupport
  49. gAmdStyxTokenSpaceGuid.PcdSataSssSupport
  50. gAmdStyxTokenSpaceGuid.PcdSataPortCpd
  51. gAmdStyxTokenSpaceGuid.PcdSataPortMpsp
  52. [Pcd]
  53. gAmdStyxTokenSpaceGuid.PcdSocCpuId
  54. [Depex]
  55. TRUE