aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei/Makefile
diff options
context:
space:
mode:
authorHuang Ying <ying.huang@intel.com>2010-05-18 14:35:12 +0800
committerLen Brown <len.brown@intel.com>2010-05-19 22:34:30 -0400
commita643ce207f3e70030bdb431e2a363cc111a60c1a (patch)
tree417a72d16d0b501e5215db157d0ac390e19df7af /drivers/acpi/apei/Makefile
parentACPI, IO memory pre-mapping and atomic accessing (diff)
downloadlinux-dev-a643ce207f3e70030bdb431e2a363cc111a60c1a.tar.xz
linux-dev-a643ce207f3e70030bdb431e2a363cc111a60c1a.zip
ACPI, APEI, APEI supporting infrastructure
APEI stands for ACPI Platform Error Interface, which allows to report errors (for example from the chipset) to the operating system. This improves NMI handling especially. In addition it supports error serialization and error injection. For more information about APEI, please refer to ACPI Specification version 4.0, chapter 17. This patch provides some common functions used by more than one APEI tables, mainly framework of interpreter for EINJ and ERST. A machine readable language is defined for EINJ and ERST for OS to execute, and so to drive the firmware to fulfill the corresponding functions. The machine language for EINJ and ERST is compatible, so a common framework is defined for them. Signed-off-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/apei/Makefile')
-rw-r--r--drivers/acpi/apei/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/acpi/apei/Makefile b/drivers/acpi/apei/Makefile
new file mode 100644
index 000000000000..6f41dfca4566
--- /dev/null
+++ b/drivers/acpi/apei/Makefile
@@ -0,0 +1,3 @@
+obj-$(CONFIG_ACPI_APEI) += apei.o
+
+apei-y := apei-base.o