sysfs-class-mei 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. What: /sys/class/mei/
  2. Date: May 2014
  3. KernelVersion: 3.17
  4. Contact: Tomas Winkler <tomas.winkler@intel.com>
  5. Description:
  6. The mei/ class sub-directory belongs to mei device class
  7. What: /sys/class/mei/meiN/
  8. Date: May 2014
  9. KernelVersion: 3.17
  10. Contact: Tomas Winkler <tomas.winkler@intel.com>
  11. Description:
  12. The /sys/class/mei/meiN directory is created for
  13. each probed mei device
  14. What: /sys/class/mei/meiN/fw_status
  15. Date: Nov 2014
  16. KernelVersion: 3.19
  17. Contact: Tomas Winkler <tomas.winkler@intel.com>
  18. Description: Display fw status registers content
  19. The ME FW writes its status information into fw status
  20. registers for BIOS and OS to monitor fw health.
  21. The register contains running state, power management
  22. state, error codes, and others. The way the registers
  23. are decoded depends on PCH or SoC generation.
  24. Also number of registers varies between 1 and 6
  25. depending on generation.
  26. What: /sys/class/mei/meiN/hbm_ver
  27. Date: Aug 2016
  28. KernelVersion: 4.9
  29. Contact: Tomas Winkler <tomas.winkler@intel.com>
  30. Description: Display the negotiated HBM protocol version.
  31. The HBM protocol version negotiated
  32. between the driver and the device.
  33. What: /sys/class/mei/meiN/hbm_ver_drv
  34. Date: Aug 2016
  35. KernelVersion: 4.9
  36. Contact: Tomas Winkler <tomas.winkler@intel.com>
  37. Description: Display the driver HBM protocol version.
  38. The HBM protocol version supported by the driver.
  39. What: /sys/class/mei/meiN/tx_queue_limit
  40. Date: Jan 2018
  41. KernelVersion: 4.16
  42. Contact: Tomas Winkler <tomas.winkler@intel.com>
  43. Description: Configure tx queue limit
  44. Set maximal number of pending writes
  45. per opened session.
  46. What: /sys/class/mei/meiN/fw_ver
  47. Date: May 2018
  48. KernelVersion: 4.18
  49. Contact: Tomas Winkler <tomas.winkler@intel.com>
  50. Description: Display the ME firmware version.
  51. The version of the platform ME firmware is in format:
  52. <platform>:<major>.<minor>.<milestone>.<build_no>.
  53. There can be up to three such blocks for different
  54. FW components.