Attention is currently required from: Caveh Jalali, Rob Barnes, Boris Mittelberg.
Hello Raul Rangel, Caveh Jalali, Boris Mittelberg,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/69391
to look at the new patch set (#3).
Change subject: google/chromeec: Add ACPI method for EC Panic ......................................................................
google/chromeec: Add ACPI method for EC Panic
Add an ACPI method to handle EC_HOST_EVENT_PANIC (bit 24) events.
EC panic is not covered by the standard (0-F) ACPI notify values. Arbitrarily choosing B0 notify, which is in the 84-BF device specific ACPI notify range.
This will be a no-op until the kernel driver is also updated to handle this event.
BUG=b:258195448 BRANCH=None TEST=Observe event with modified cros_ec_lpc driver
Change-Id: Iafa642c1c50f9a0083a8e618e1eabec9a7ce39b4 Signed-off-by: Rob Barnes robbarnes@google.com --- M src/ec/google/chromeec/acpi/ec.asl 1 file changed, 32 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/69391/3