Meera Ravindranath has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59790 )
Change subject: mb/google/brya: Fix S0i3 regression ......................................................................
mb/google/brya: Fix S0i3 regression
ACPI PM timer needs to be disabled explicitly in CB since FSP has no control since this commit:0e905801f8ff6c10b20625e31d851920b3f4c4f2 in order to increment S0i3 counter.
BUG=b:206922066 TEST=Boot gimble to OS and verify S0i3 counter incrementing
Signed-off-by: Meera Ravindranath meera.ravindranath@intel.com Change-Id: I8005dacd732c033980ccc479375ff5b06df8dac1 --- M src/mainboard/google/brya/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/59790/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index a5ca942..f01eac3 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -157,4 +157,7 @@ in variant.h, as well as T1_OFF_MS (time between PERST & RST) and T2_OFF_MS (time between RST and FCPO).
+config USE_PM_ACPI_TIMER + default n + endif # BOARD_GOOGLE_BASEBOARD_BRYA || BOARD_GOOGLE_BASEBOARD_BRASK