platform/chrome: cros_ec: Shutdown on EC Panic
authorRob Barnes <robbarnes@google.com>
Wed, 4 Jan 2023 01:15:24 +0000 (01:15 +0000)
committerTzung-Bi Shih <tzungbi@kernel.org>
Fri, 6 Jan 2023 03:48:06 +0000 (11:48 +0800)
commit957445d730badbea1b3b2ef038e60d2ca38abd0a
treec6a7e6e8e65c785d80b635b63fbf643d2d457863
parentd90fa2c64d59f5f151beeef5dbc599784b3391ca
platform/chrome: cros_ec: Shutdown on EC Panic

When an EC panic is reported, attempt an orderly shutdown.
Force a shutdown after a brief timeout if the orderly shutdown
fails for any reason.

Using the common hw_protection_shutdown utility function since
an EC panic has the potential to cause hw damage.

This is all best effort. EC should also force a hard reset after a
short timeout.

Signed-off-by: Rob Barnes <robbarnes@google.com>
Reviewed-by: Prashant Malani <pmalani@chromium.org>
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
Link: https://lore.kernel.org/r/20230104011524.369764-3-robbarnes@google.com
drivers/platform/chrome/cros_ec_lpc.c