AcpiPlatform.inf 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. ## @file
  2. # Component information file for AcpiPlatform module
  3. #
  4. # Copyright (c) 2019 Intel Corporation. All rights reserved. <BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = AcpiPlatform
  12. FILE_GUID = FC90EB7A-3E0A-483C-A26C-484D36593FF4
  13. MODULE_TYPE = DXE_DRIVER
  14. VERSION_STRING = 1.0
  15. ENTRY_POINT = InstallAcpiPlatform
  16. [Sources.common]
  17. AcpiPlatform.h
  18. AcpiPlatform.c
  19. Fadt/Fadt.c
  20. Facs/Facs.c
  21. Hpet/Hpet.c
  22. Wsmt/Wsmt.c
  23. [Packages]
  24. MdePkg/MdePkg.dec
  25. MdeModulePkg/MdeModulePkg.dec
  26. UefiCpuPkg/UefiCpuPkg.dec
  27. MinPlatformPkg/MinPlatformPkg.dec
  28. PcAtChipsetPkg/PcAtChipsetPkg.dec
  29. [LibraryClasses]
  30. UefiDriverEntryPoint
  31. BaseLib
  32. DebugLib
  33. IoLib
  34. PcdLib
  35. UefiBootServicesTableLib
  36. UefiRuntimeServicesTableLib
  37. BaseMemoryLib
  38. HobLib
  39. PciSegmentInfoLib
  40. AslUpdateLib
  41. [Pcd]
  42. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId
  43. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId
  44. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId
  45. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision
  46. gMinPlatformPkgTokenSpaceGuid.PcdPcIoApicEnable
  47. gMinPlatformPkgTokenSpaceGuid.PcdPcIoApicCount
  48. gMinPlatformPkgTokenSpaceGuid.PcdPcIoApicIdBase
  49. gMinPlatformPkgTokenSpaceGuid.PcdPcIoApicAddressBase
  50. gMinPlatformPkgTokenSpaceGuid.PcdPcIoApicInterruptBase
  51. gMinPlatformPkgTokenSpaceGuid.PcdMaxCpuThreadCount
  52. gMinPlatformPkgTokenSpaceGuid.PcdMaxCpuCoreCount
  53. gMinPlatformPkgTokenSpaceGuid.PcdMaxCpuSocketCount
  54. gMinPlatformPkgTokenSpaceGuid.PcdFadtPreferredPmProfile
  55. gMinPlatformPkgTokenSpaceGuid.PcdFadtIaPcBootArch
  56. gMinPlatformPkgTokenSpaceGuid.PcdFadtFlags
  57. gPcAtChipsetPkgTokenSpaceGuid.PcdHpetBaseAddress
  58. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
  59. gMinPlatformPkgTokenSpaceGuid.PcdPciExpressRegionLength
  60. gMinPlatformPkgTokenSpaceGuid.PcdAcpiEnableSwSmi
  61. gMinPlatformPkgTokenSpaceGuid.PcdAcpiDisableSwSmi
  62. gMinPlatformPkgTokenSpaceGuid.PcdAcpiPm1AEventBlockAddress
  63. gMinPlatformPkgTokenSpaceGuid.PcdAcpiPm1BEventBlockAddress
  64. gMinPlatformPkgTokenSpaceGuid.PcdAcpiPm1AControlBlockAddress
  65. gMinPlatformPkgTokenSpaceGuid.PcdAcpiPm1BControlBlockAddress
  66. gMinPlatformPkgTokenSpaceGuid.PcdAcpiPm2ControlBlockAddress
  67. gMinPlatformPkgTokenSpaceGuid.PcdAcpiPmTimerBlockAddress
  68. gMinPlatformPkgTokenSpaceGuid.PcdAcpiGpe0BlockAddress
  69. gMinPlatformPkgTokenSpaceGuid.PcdAcpiGpe1BlockAddress
  70. gMinPlatformPkgTokenSpaceGuid.PcdLocalApicAddress
  71. gMinPlatformPkgTokenSpaceGuid.PcdIoApicAddress
  72. gMinPlatformPkgTokenSpaceGuid.PcdIoApicId
  73. gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber
  74. gMinPlatformPkgTokenSpaceGuid.PcdMaxCpuSocketCount
  75. gMinPlatformPkgTokenSpaceGuid.PcdWsmtProtectionFlags
  76. [Protocols]
  77. gEfiAcpiTableProtocolGuid ## CONSUMES
  78. gEfiMpServiceProtocolGuid ## CONSUMES
  79. gEfiPciIoProtocolGuid ## CONSUMES
  80. [Guids]
  81. gEfiGlobalVariableGuid ## CONSUMES
  82. gEfiHobListGuid ## CONSUMES
  83. gEfiEndOfDxeEventGroupGuid ## CONSUMES
  84. [Depex]
  85. gEfiAcpiTableProtocolGuid AND
  86. gEfiMpServiceProtocolGuid AND
  87. gEfiPciRootBridgeIoProtocolGuid AND
  88. gEfiVariableArchProtocolGuid AND
  89. gEfiVariableWriteArchProtocolGuid