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)
commit06d65deade9aabba58e0518df86dcd324e86b832
tree48214d97e8dc8f8b02f925e98293d041d5353f69
parentfab1c23242528771a955c475ef23d99156a71a7f
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]