[PATCH V3 05/10] acpi: apei: handle SEA notification type for ARMv8
From: Hanjun Guo <hidden>
Date: 2016-10-18 12:44:52
Also in:
kvmarm, linux-acpi, linux-efi, lkml
From: Hanjun Guo <hidden>
Date: 2016-10-18 12:44:52
Also in:
kvmarm, linux-acpi, linux-efi, lkml
Hi Tyler, On 2016/10/8 5:31, Tyler Baicar wrote:
ARM APEI extension proposal added SEA (Synchrounous External Abort) notification type for ARMv8. Add a new GHES error source handling function for SEA. If an error source's notification type is SEA, then this function can be registered into the SEA exception handler. That way GHES will parse and report SEA exceptions when they occur.
Does this SEA is replayed by the firmware (firmware first handling) or directly triggered by the hardware when error is happened? Thanks Hanjun