]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI, APEI, ERST debug support
authorHuang Ying <ying.huang@intel.com>
Thu, 12 Aug 2010 03:55:17 +0000 (11:55 +0800)
committerLen Brown <len.brown@intel.com>
Sun, 15 Aug 2010 02:47:55 +0000 (22:47 -0400)
commitfcc21a3c05b6b8d38a32725688545465f26b82ca
tree51cdaa84aad4504232b426a770ce16a5bd0d050b
parent7e73d008b9825d25d0792d27cd49df856203e42e
ACPI, APEI, ERST debug support

This patch adds debugging/testing support to ERST. A misc device is
implemented to export raw ERST read/write/clear etc operations to user
space. With this patch, we can add ERST testing support to
linuxfirmwarekit ISO (linuxfirmwarekit.org) to verify the kernel
support and the firmware implementation.

Signed-off-by: Huang Ying <ying.huang@intel.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/apei/Kconfig
drivers/acpi/apei/Makefile
drivers/acpi/apei/erst-dbg.c [new file with mode: 0644]