hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/Documentation/ABI/testing/sysfs-class-mei
....@@ -65,3 +65,41 @@
6565 <platform>:<major>.<minor>.<milestone>.<build_no>.
6666 There can be up to three such blocks for different
6767 FW components.
68
+
69
+What: /sys/class/mei/meiN/dev_state
70
+Date: Mar 2019
71
+KernelVersion: 5.1
72
+Contact: Tomas Winkler <tomas.winkler@intel.com>
73
+Description: Display the ME device state.
74
+
75
+ The device state can have following values:
76
+ INITIALIZING
77
+ INIT_CLIENTS
78
+ ENABLED
79
+ RESETTING
80
+ DISABLED
81
+ POWER_DOWN
82
+ POWER_UP
83
+
84
+What: /sys/class/mei/meiN/trc
85
+Date: Nov 2019
86
+KernelVersion: 5.5
87
+Contact: Tomas Winkler <tomas.winkler@intel.com>
88
+Description: Display trc status register content
89
+
90
+ The ME FW writes Glitch Detection HW (TRC)
91
+ status information into trc status register
92
+ for BIOS and OS to monitor fw health.
93
+
94
+What: /sys/class/mei/meiN/kind
95
+Date: Jul 2020
96
+KernelVersion: 5.8
97
+Contact: Tomas Winkler <tomas.winkler@intel.com>
98
+Description: Display kind of the device
99
+
100
+ Generic devices are marked as "mei"
101
+ while special purpose have their own
102
+ names.
103
+ Available options:
104
+ - mei: generic mei device.
105
+ - itouch: itouch (ipts) mei device.