From 6a0eab38dbaa9a91ee4903519388f4dc2d5e142c Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Thu, 3 Aug 2023 16:35:54 -0600 Subject: [PATCH] changelog: Add section for 2023-07-19 Signed-off-by: Tim Crawford --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e691e1d..3718841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ features apply to your model and firmware version, see the ## unreleased +- cml-u: Fixed boot failing at FSP-S +- Added KBC reset on CPU reset to prevent keyboard from being locked +- Enabled power switch Watch Dog Timer with a timeout of 10 seconds +- Fixed detecting if PECI is available on eSPI systems using S0ix +- Added support for a FnLock key + +## 2023-07-19 + - bonw14: Fixed loading CPU microcode - rpl-hx: Fixed setting PL1 and PL2 power limits - rpl-hx: Fixed LPM substates @@ -20,11 +28,6 @@ features apply to your model and firmware version, see the - lemp9: Fixed fan tachometer GPIOs - lemp10: Fixed fan tachometer GPIOs - lemp11: Fixed fan tachometer GPIOs -- cml-u: Fixed boot failing at FSP-S -- Added KBC reset on CPU reset to prevent keyboard from being locked -- Enabled power switch Watch Dog Timer with a timeout of 10 seconds -- Fixed detecting if PECI is available on eSPI systems using S0ix -- Added support for a FnLock key ## 2023-07-10