]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI, APEI, UEFI Common Platform Error Record (CPER) header
authorHuang Ying <ying.huang@intel.com>
Tue, 18 May 2010 06:35:19 +0000 (14:35 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 20 May 2010 02:41:05 +0000 (22:41 -0400)
commit946214a7ff77ce8e75c35b277dbd4f7c5bbc30c8
tree48214d97e8dc8f8b02f925e98293d041d5353f69
parente34a81590a2a43b76f75c15779f1f4e9b2998127
ACPI, APEI, UEFI Common Platform Error Record (CPER) header

CPER stands for Common Platform Error Record, it is the hardware error
record format used to describe platform hardware error by various APEI
tables, such as ERST, BERT and HEST etc.

For more information about CPER, please refer to Appendix N of UEFI
Specification version 2.3.

This patch mainly includes the data structure difinition header file
used by other files.

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>
drivers/acpi/apei/Makefile
drivers/acpi/apei/apei-internal.h
drivers/acpi/apei/cper.c [new file with mode: 0644]
include/linux/cper.h [new file with mode: 0644]