From 120c2fd271df70f650ddab6dafad422108c4db99 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Thu, 29 Feb 2024 18:58:30 -0700 Subject: [PATCH] coreboot: Fix RTC being reset on boot Cherry-pick the following upstream commits: - coreboot/coreboot@fb401e74da0c: soc/intel/alderlake: Sync UPD Usb4CmMode with Kconfig - coreboot/coreboot@961ed9fe2710: soc/intel/adl: Set slp-s0 counter frequency - coreboot/coreboot@377845a9d4f3: soc/intel/tigerlake: Fix processor hang while plug unplug of TBT device - coreboot/coreboot@354a54ac84a9: soc/intel/tigerlake: Remove IOM Mctp command from TCSS ASL - coreboot/coreboot@adf042f6c61e: lib/rtc: Fix off-by-one error in February day count in leap year This also brings in the WIP addw4, but that will documented in the PR that adds full support for the board. Signed-off-by: Tim Crawford --- CHANGELOG.md | 4 ++++ coreboot | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d85d4dc..ba879fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ features apply to your model and firmware version, see the - adl: Fixed PCIe 4.0 drives in PCIe 3.0 slot failing to initialize on resume - rpl: Fixed PCIe 4.0 drives in PCIe 3.0 slot failing to initialize on resume - rpl: Fixed TCSS ACPI access +- adl: Fixed `SLP_S0#` counter frequency +- rpl: Fixed `SLP_S0#` counter frequency +- tgl: Fixed TBT ACPI +- Fixed RTC being reset on boot during February 29th ## 2024-01-18 diff --git a/coreboot b/coreboot index 6ab4a72..f3ecbae 160000 --- a/coreboot +++ b/coreboot @@ -1 +1 @@ -Subproject commit 6ab4a7243cf69a5b9e33fb4b1e241476328c80c2 +Subproject commit f3ecbaeb3b229e3eb980d89070bee376a316d4a8