Attention is currently required from: Jayvik Desai, Kapil Porwal, Karthik Ramasubramanian, Pranava Y N.
Hello Jayvik Desai, Kapil Porwal, Karthik Ramasubramanian, Pranava Y N, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86359?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/fatcat: Add early power off support ......................................................................
mb/google/fatcat: Add early power off support
This commit adds support for early power off on Fatcat 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/fatcat.
Change-Id: Id6b31d6916898541b0396002376910eed5d26b06 Signed-off-by: Subrata Banik subratabanik@google.com --- M src/mainboard/google/fatcat/Kconfig M src/mainboard/google/fatcat/Makefile.mk A src/mainboard/google/fatcat/reset.c 3 files changed, 12 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/86359/2