peci-dimmtemp.rst 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .. SPDX-License-Identifier: GPL-2.0
  2. Kernel driver peci-dimmtemp
  3. ===========================
  4. Supported chips:
  5. One of Intel server CPUs listed below which is connected to a PECI bus.
  6. * Intel Xeon E5/E7 v3 server processors
  7. Intel Xeon E5-14xx v3 family
  8. Intel Xeon E5-24xx v3 family
  9. Intel Xeon E5-16xx v3 family
  10. Intel Xeon E5-26xx v3 family
  11. Intel Xeon E5-46xx v3 family
  12. Intel Xeon E7-48xx v3 family
  13. Intel Xeon E7-88xx v3 family
  14. * Intel Xeon E5/E7 v4 server processors
  15. Intel Xeon E5-16xx v4 family
  16. Intel Xeon E5-26xx v4 family
  17. Intel Xeon E5-46xx v4 family
  18. Intel Xeon E7-48xx v4 family
  19. Intel Xeon E7-88xx v4 family
  20. * Intel Xeon Scalable server processors
  21. Intel Xeon D family
  22. Intel Xeon Bronze family
  23. Intel Xeon Silver family
  24. Intel Xeon Gold family
  25. Intel Xeon Platinum family
  26. Datasheet: Available from http://www.intel.com/design/literature.htm
  27. Author: Jae Hyun Yoo <[email protected]>
  28. Description
  29. -----------
  30. This driver implements a generic PECI hwmon feature which provides
  31. Temperature sensor on DIMM readings that are accessible via the processor PECI interface.
  32. All temperature values are given in millidegree Celsius and will be measurable
  33. only when the target CPU is powered on.
  34. Sysfs interface
  35. -------------------
  36. ======================= =======================================================
  37. temp[N]_label Provides string "DIMM CI", where C is DIMM channel and
  38. I is DIMM index of the populated DIMM.
  39. temp[N]_input Provides current temperature of the populated DIMM.
  40. temp[N]_max Provides thermal control temperature of the DIMM.
  41. temp[N]_crit Provides shutdown temperature of the DIMM.
  42. ======================= =======================================================
  43. Note:
  44. DIMM temperature attributes will appear when the client CPU's BIOS
  45. completes memory training and testing.