vc/google/chromeos/ec: remove EC hibernate in cr50 update path
More platforms are not able to hibernate under certain circumstances, such as when AC is plugged. This original path was conservatively put in to prevent potential damage when cr50-update-caused asynchronous resets occur. Julius' compelling argument that async resets from recovery mode requests should have enough coverage of the design over the course of project development. Remove the hibernate path and assume all is well going forward. Change-Id: I37121e75ff4e6abcb41d8534a1eccf0788ce2ea2 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/29076 Reviewed-by: Justin TerAvest <teravest@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
6
src/security/tpm/tss/vendor/cr50/Kconfig
vendored
6
src/security/tpm/tss/vendor/cr50/Kconfig
vendored
@@ -25,10 +25,4 @@ config POWER_OFF_ON_CR50_UPDATE
|
||||
help
|
||||
Power off machine while waiting for CR50 update to take effect.
|
||||
|
||||
config DISABLE_POWER_OFF_EC_ON_CR50_UPDATE
|
||||
bool
|
||||
default n
|
||||
help
|
||||
Disable powering off EC while waiting for CR50 update to take effect.
|
||||
|
||||
endif
|
||||
|
Reference in New Issue
Block a user