Skip to content

Commit

Permalink
ACPI, APEI, EINJ support
Browse files Browse the repository at this point in the history
EINJ provides a hardware error injection mechanism, this is useful for
debugging and testing of other APEI and RAS features.

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>
  • Loading branch information
Huang Ying authored and Len Brown committed May 20, 2010
1 parent 9dc9666 commit e402134
Show file tree
Hide file tree
Showing 3 changed files with 495 additions and 0 deletions.
8 changes: 8 additions & 0 deletions drivers/acpi/apei/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ config ACPI_APEI
to the operating system. This improves NMI handling
especially. In addition it supports error serialization and
error injection.

config ACPI_APEI_EINJ
tristate "APEI Error INJection (EINJ)"
depends on ACPI_APEI && DEBUG_FS
help
EINJ provides a hardware error injection mechanism, it is
mainly used for debugging and testing the other parts of
APEI and some other RAS features.
1 change: 1 addition & 0 deletions drivers/acpi/apei/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
obj-$(CONFIG_ACPI_APEI) += apei.o
obj-$(CONFIG_ACPI_APEI_EINJ) += einj.o

apei-y := apei-base.o hest.o
Loading

0 comments on commit e402134

Please sign in to comment.