Attention is currently required from: Dinesh Gehlot, Intel coreboot Reviewers, Jayvik Desai, Kapil Porwal, Karthik Ramasubramanian, Nick Vaccaro, Subrata Banik.
Hello Dinesh Gehlot, Intel coreboot Reviewers, Jayvik Desai, Kapil Porwal, Karthik Ramasubramanian, Nick Vaccaro, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86356?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: mb/google/brox: Add early power off support ......................................................................
mb/google/brox: Add early power off support
This commit adds support for early power off on Brox platform. It introduces a platform_do_early_poweroff() function which, when HAVE_EARLY_POWEROFF_SUPPORT is enabled, calls the EC's early power off function (google_chromeec_do_early_poweroff()) if the Chrome EC is present.
This allows the platform to perform early power off procedures, which are often required on Intel platforms to implement eSOL (early Sign-Of-Life) during low-battery boot.
BUG=b:339673254 TEST=Able to build and boot google/brox.
Change-Id: Ib748cb4d540c631afd0f6bd5bff23ec17601f3ed Signed-off-by: Subrata Banik subratabanik@google.com --- M src/mainboard/google/brox/Kconfig M src/mainboard/google/brox/Makefile.mk A src/mainboard/google/brox/reset.c 3 files changed, 13 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/86356/2