ACPI, x86: Extended error log driver for x86 platform
authorChen, Gong <gong.chen@linux.intel.com>
Mon, 21 Oct 2013 21:29:25 +0000 (14:29 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 23 Oct 2013 17:09:07 +0000 (10:09 -0700)
commit4b3db708b114fc35ff1e0cd28a2bfb1490dbb5d3
tree136ba42b08015d55861bfb103a6ec87f9dd5a54b
parent10ef6b0dffe404bcc54e94cb2ca1a5b18445a66b
ACPI, x86: Extended error log driver for x86 platform

This H/W error log driver (a.k.a eMCA driver) is implemented based on
http://www.intel.com/content/www/us/en/architecture-and-technology/enhanced-mca-logging-xeon-paper.html

After errors are captured, more detailed platform specific information
can be got via this new enhanced H/W error log driver. Most notably we
can track memory errors back to the DIMM slot silk screen label.

Signed-off-by: Chen, Gong <gong.chen@linux.intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/x86/include/asm/mce.h
drivers/acpi/Kconfig
drivers/acpi/Makefile
drivers/acpi/acpi_extlog.c [new file with mode: 0644]
drivers/acpi/bus.c
include/linux/acpi.h