]> git.proxmox.com Git - mirror_ubuntu-kernels.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)
commit5ef9998c96b0c99c49c202054586967e609286d2
tree3d2b258630a82190f386757096dbcbda5c9bc199
parent68fe8e6e2c4b04e2733d77834f55a4a0e172b770
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]