hw-me-regs.h 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
  2. /*
  3. * Copyright (c) 2003-2022, Intel Corporation. All rights reserved.
  4. * Intel Management Engine Interface (Intel MEI) Linux driver
  5. */
  6. #ifndef _MEI_HW_MEI_REGS_H_
  7. #define _MEI_HW_MEI_REGS_H_
  8. /*
  9. * MEI device IDs
  10. */
  11. #define MEI_DEV_ID_82946GZ 0x2974 /* 82946GZ/GL */
  12. #define MEI_DEV_ID_82G35 0x2984 /* 82G35 Express */
  13. #define MEI_DEV_ID_82Q965 0x2994 /* 82Q963/Q965 */
  14. #define MEI_DEV_ID_82G965 0x29A4 /* 82P965/G965 */
  15. #define MEI_DEV_ID_82GM965 0x2A04 /* Mobile PM965/GM965 */
  16. #define MEI_DEV_ID_82GME965 0x2A14 /* Mobile GME965/GLE960 */
  17. #define MEI_DEV_ID_ICH9_82Q35 0x29B4 /* 82Q35 Express */
  18. #define MEI_DEV_ID_ICH9_82G33 0x29C4 /* 82G33/G31/P35/P31 Express */
  19. #define MEI_DEV_ID_ICH9_82Q33 0x29D4 /* 82Q33 Express */
  20. #define MEI_DEV_ID_ICH9_82X38 0x29E4 /* 82X38/X48 Express */
  21. #define MEI_DEV_ID_ICH9_3200 0x29F4 /* 3200/3210 Server */
  22. #define MEI_DEV_ID_ICH9_6 0x28B4 /* Bearlake */
  23. #define MEI_DEV_ID_ICH9_7 0x28C4 /* Bearlake */
  24. #define MEI_DEV_ID_ICH9_8 0x28D4 /* Bearlake */
  25. #define MEI_DEV_ID_ICH9_9 0x28E4 /* Bearlake */
  26. #define MEI_DEV_ID_ICH9_10 0x28F4 /* Bearlake */
  27. #define MEI_DEV_ID_ICH9M_1 0x2A44 /* Cantiga */
  28. #define MEI_DEV_ID_ICH9M_2 0x2A54 /* Cantiga */
  29. #define MEI_DEV_ID_ICH9M_3 0x2A64 /* Cantiga */
  30. #define MEI_DEV_ID_ICH9M_4 0x2A74 /* Cantiga */
  31. #define MEI_DEV_ID_ICH10_1 0x2E04 /* Eaglelake */
  32. #define MEI_DEV_ID_ICH10_2 0x2E14 /* Eaglelake */
  33. #define MEI_DEV_ID_ICH10_3 0x2E24 /* Eaglelake */
  34. #define MEI_DEV_ID_ICH10_4 0x2E34 /* Eaglelake */
  35. #define MEI_DEV_ID_IBXPK_1 0x3B64 /* Calpella */
  36. #define MEI_DEV_ID_IBXPK_2 0x3B65 /* Calpella */
  37. #define MEI_DEV_ID_CPT_1 0x1C3A /* Couger Point */
  38. #define MEI_DEV_ID_PBG_1 0x1D3A /* C600/X79 Patsburg */
  39. #define MEI_DEV_ID_PPT_1 0x1E3A /* Panther Point */
  40. #define MEI_DEV_ID_PPT_2 0x1CBA /* Panther Point */
  41. #define MEI_DEV_ID_PPT_3 0x1DBA /* Panther Point */
  42. #define MEI_DEV_ID_LPT_H 0x8C3A /* Lynx Point H */
  43. #define MEI_DEV_ID_LPT_W 0x8D3A /* Lynx Point - Wellsburg */
  44. #define MEI_DEV_ID_LPT_LP 0x9C3A /* Lynx Point LP */
  45. #define MEI_DEV_ID_LPT_HR 0x8CBA /* Lynx Point H Refresh */
  46. #define MEI_DEV_ID_WPT_LP 0x9CBA /* Wildcat Point LP */
  47. #define MEI_DEV_ID_WPT_LP_2 0x9CBB /* Wildcat Point LP 2 */
  48. #define MEI_DEV_ID_SPT 0x9D3A /* Sunrise Point */
  49. #define MEI_DEV_ID_SPT_2 0x9D3B /* Sunrise Point 2 */
  50. #define MEI_DEV_ID_SPT_3 0x9D3E /* Sunrise Point 3 (iToutch) */
  51. #define MEI_DEV_ID_SPT_H 0xA13A /* Sunrise Point H */
  52. #define MEI_DEV_ID_SPT_H_2 0xA13B /* Sunrise Point H 2 */
  53. #define MEI_DEV_ID_LBG 0xA1BA /* Lewisburg (SPT) */
  54. #define MEI_DEV_ID_BXT_M 0x1A9A /* Broxton M */
  55. #define MEI_DEV_ID_APL_I 0x5A9A /* Apollo Lake I */
  56. #define MEI_DEV_ID_DNV_IE 0x19E5 /* Denverton IE */
  57. #define MEI_DEV_ID_GLK 0x319A /* Gemini Lake */
  58. #define MEI_DEV_ID_KBP 0xA2BA /* Kaby Point */
  59. #define MEI_DEV_ID_KBP_2 0xA2BB /* Kaby Point 2 */
  60. #define MEI_DEV_ID_KBP_3 0xA2BE /* Kaby Point 3 (iTouch) */
  61. #define MEI_DEV_ID_CNP_LP 0x9DE0 /* Cannon Point LP */
  62. #define MEI_DEV_ID_CNP_LP_3 0x9DE4 /* Cannon Point LP 3 (iTouch) */
  63. #define MEI_DEV_ID_CNP_H 0xA360 /* Cannon Point H */
  64. #define MEI_DEV_ID_CNP_H_3 0xA364 /* Cannon Point H 3 (iTouch) */
  65. #define MEI_DEV_ID_CMP_LP 0x02e0 /* Comet Point LP */
  66. #define MEI_DEV_ID_CMP_LP_3 0x02e4 /* Comet Point LP 3 (iTouch) */
  67. #define MEI_DEV_ID_CMP_V 0xA3BA /* Comet Point Lake V */
  68. #define MEI_DEV_ID_CMP_H 0x06e0 /* Comet Lake H */
  69. #define MEI_DEV_ID_CMP_H_3 0x06e4 /* Comet Lake H 3 (iTouch) */
  70. #define MEI_DEV_ID_CDF 0x18D3 /* Cedar Fork */
  71. #define MEI_DEV_ID_ICP_LP 0x34E0 /* Ice Lake Point LP */
  72. #define MEI_DEV_ID_ICP_N 0x38E0 /* Ice Lake Point N */
  73. #define MEI_DEV_ID_JSP_N 0x4DE0 /* Jasper Lake Point N */
  74. #define MEI_DEV_ID_TGP_LP 0xA0E0 /* Tiger Lake Point LP */
  75. #define MEI_DEV_ID_TGP_H 0x43E0 /* Tiger Lake Point H */
  76. #define MEI_DEV_ID_MCC 0x4B70 /* Mule Creek Canyon (EHL) */
  77. #define MEI_DEV_ID_MCC_4 0x4B75 /* Mule Creek Canyon 4 (EHL) */
  78. #define MEI_DEV_ID_EBG 0x1BE0 /* Emmitsburg WS */
  79. #define MEI_DEV_ID_ADP_S 0x7AE8 /* Alder Lake Point S */
  80. #define MEI_DEV_ID_ADP_LP 0x7A60 /* Alder Lake Point LP */
  81. #define MEI_DEV_ID_ADP_P 0x51E0 /* Alder Lake Point P */
  82. #define MEI_DEV_ID_ADP_N 0x54E0 /* Alder Lake Point N */
  83. #define MEI_DEV_ID_RPL_S 0x7A68 /* Raptor Lake Point S */
  84. #define MEI_DEV_ID_MTL_M 0x7E70 /* Meteor Lake Point M */
  85. /*
  86. * MEI HW Section
  87. */
  88. /* Host Firmware Status Registers in PCI Config Space */
  89. #define PCI_CFG_HFS_1 0x40
  90. # define PCI_CFG_HFS_1_D0I3_MSK 0x80000000
  91. # define PCI_CFG_HFS_1_OPMODE_MSK 0xf0000 /* OP MODE Mask: SPS <= 4.0 */
  92. # define PCI_CFG_HFS_1_OPMODE_SPS 0xf0000 /* SPS SKU : SPS <= 4.0 */
  93. #define PCI_CFG_HFS_2 0x48
  94. #define PCI_CFG_HFS_3 0x60
  95. # define PCI_CFG_HFS_3_FW_SKU_MSK 0x00000070
  96. # define PCI_CFG_HFS_3_FW_SKU_IGN 0x00000000
  97. # define PCI_CFG_HFS_3_FW_SKU_SPS 0x00000060
  98. #define PCI_CFG_HFS_4 0x64
  99. #define PCI_CFG_HFS_5 0x68
  100. # define GSC_CFG_HFS_5_BOOT_TYPE_MSK 0x00000003
  101. # define GSC_CFG_HFS_5_BOOT_TYPE_PXP 3
  102. #define PCI_CFG_HFS_6 0x6C
  103. /* MEI registers */
  104. /* H_CB_WW - Host Circular Buffer (CB) Write Window register */
  105. #define H_CB_WW 0
  106. /* H_CSR - Host Control Status register */
  107. #define H_CSR 4
  108. /* ME_CB_RW - ME Circular Buffer Read Window register (read only) */
  109. #define ME_CB_RW 8
  110. /* ME_CSR_HA - ME Control Status Host Access register (read only) */
  111. #define ME_CSR_HA 0xC
  112. /* H_HGC_CSR - PGI register */
  113. #define H_HPG_CSR 0x10
  114. /* H_D0I3C - D0I3 Control */
  115. #define H_D0I3C 0x800
  116. #define H_GSC_EXT_OP_MEM_BASE_ADDR_LO_REG 0x100
  117. #define H_GSC_EXT_OP_MEM_BASE_ADDR_HI_REG 0x104
  118. #define H_GSC_EXT_OP_MEM_LIMIT_REG 0x108
  119. #define GSC_EXT_OP_MEM_VALID BIT(31)
  120. /* register bits of H_CSR (Host Control Status register) */
  121. /* Host Circular Buffer Depth - maximum number of 32-bit entries in CB */
  122. #define H_CBD 0xFF000000
  123. /* Host Circular Buffer Write Pointer */
  124. #define H_CBWP 0x00FF0000
  125. /* Host Circular Buffer Read Pointer */
  126. #define H_CBRP 0x0000FF00
  127. /* Host Reset */
  128. #define H_RST 0x00000010
  129. /* Host Ready */
  130. #define H_RDY 0x00000008
  131. /* Host Interrupt Generate */
  132. #define H_IG 0x00000004
  133. /* Host Interrupt Status */
  134. #define H_IS 0x00000002
  135. /* Host Interrupt Enable */
  136. #define H_IE 0x00000001
  137. /* Host D0I3 Interrupt Enable */
  138. #define H_D0I3C_IE 0x00000020
  139. /* Host D0I3 Interrupt Status */
  140. #define H_D0I3C_IS 0x00000040
  141. /* H_CSR masks */
  142. #define H_CSR_IE_MASK (H_IE | H_D0I3C_IE)
  143. #define H_CSR_IS_MASK (H_IS | H_D0I3C_IS)
  144. /* register bits of ME_CSR_HA (ME Control Status Host Access register) */
  145. /* ME CB (Circular Buffer) Depth HRA (Host Read Access) - host read only
  146. access to ME_CBD */
  147. #define ME_CBD_HRA 0xFF000000
  148. /* ME CB Write Pointer HRA - host read only access to ME_CBWP */
  149. #define ME_CBWP_HRA 0x00FF0000
  150. /* ME CB Read Pointer HRA - host read only access to ME_CBRP */
  151. #define ME_CBRP_HRA 0x0000FF00
  152. /* ME Power Gate Isolation Capability HRA - host ready only access */
  153. #define ME_PGIC_HRA 0x00000040
  154. /* ME Reset HRA - host read only access to ME_RST */
  155. #define ME_RST_HRA 0x00000010
  156. /* ME Ready HRA - host read only access to ME_RDY */
  157. #define ME_RDY_HRA 0x00000008
  158. /* ME Interrupt Generate HRA - host read only access to ME_IG */
  159. #define ME_IG_HRA 0x00000004
  160. /* ME Interrupt Status HRA - host read only access to ME_IS */
  161. #define ME_IS_HRA 0x00000002
  162. /* ME Interrupt Enable HRA - host read only access to ME_IE */
  163. #define ME_IE_HRA 0x00000001
  164. /* TRC control shadow register */
  165. #define ME_TRC 0x00000030
  166. /* H_HPG_CSR register bits */
  167. #define H_HPG_CSR_PGIHEXR 0x00000001
  168. #define H_HPG_CSR_PGI 0x00000002
  169. /* H_D0I3C register bits */
  170. #define H_D0I3C_CIP 0x00000001
  171. #define H_D0I3C_IR 0x00000002
  172. #define H_D0I3C_I3 0x00000004
  173. #define H_D0I3C_RR 0x00000008
  174. #endif /* _MEI_HW_MEI_REGS_H_ */