]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: Intel PMT Crashlog capability driver
authorAlexander Duyck <alexander.h.duyck@linux.intel.com>
Thu, 29 Oct 2020 01:55:36 +0000 (18:55 -0700)
committerLee Jones <lee.jones@linaro.org>
Wed, 4 Nov 2020 11:14:38 +0000 (11:14 +0000)
commitac2d179929b363e75c6ae265c212cfcbf1ec6f25
tree3d2b258630a82190f386757096dbcbda5c9bc199
parent030df512148019eb36f02f659e4ec1508b611016
platform/x86: Intel PMT Crashlog capability driver

Add support for the Intel Platform Monitoring Technology crashlog
interface. This interface provides a few sysfs values to allow for
controlling the crashlog telemetry interface as well as a character
driver to allow for mapping the crashlog memory region so that it can be
accessed after a crashlog has been recorded.

This driver is meant to only support the server version of the crashlog
which is identified as crash_type 1 with a version of zero. Currently no
other types are supported.

Signed-off-by: Alexander Duyck <alexander.h.duyck@linux.intel.com>
Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Documentation/ABI/testing/sysfs-class-intel_pmt
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/intel_pmt_crashlog.c [new file with mode: 0644]