From 6c402c3e17bae76af7b5e28ad457e684fbbd167c Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Wed, 10 Jan 2024 13:07:54 -0700 Subject: [PATCH] darp8,darp9: Use S0ix by default Avoid the issue on new boards where the PCH will not de-assert the `PLTRST#` virtual wire on S3 resume, causing the unit to hang. Signed-off-by: Tim Crawford --- CHANGELOG.md | 7 ++++++- coreboot | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 296edd7..6577015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ date followed by an underscore and a short git revision. To see if specific features apply to your model and firmware version, see the [feature matrix](./FEATURES.md). -## unreleased +## 2024-01-10 + +- darp8: Fixed suspend issue on new boards by switching to S0ix by default +- darp9: Fixed suspend issue on new boards by switching to S0ix by default + +## 2023-10-20 - tgl-u: Fixed CPU not going lower than C2 due to card reader LTR - bonw15: Fixed speaker audio cutting in/out diff --git a/coreboot b/coreboot index 2477843..f722272 160000 --- a/coreboot +++ b/coreboot @@ -1 +1 @@ -Subproject commit 2477843e740be6ae331c12e3be2f60144616cdf6 +Subproject commit f7222726d6db0bb9a50933d8b969b487317491e5