From ae6aa72ceb8d16fcc896485bc64c09c4c53840d1 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Wed, 20 Jul 2022 14:21:29 -0600 Subject: [PATCH] oryp9: Fix power off on battery power, sync fans Adjust power limits to prevent the system powering off while compiling the kernel on battery power in NVIDIA graphics mode. Sync CPU and GPU fans to mitigate thermal issues. Signed-off-by: Tim Crawford --- CHANGELOG.md | 5 ++++- coreboot | 2 +- ec | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index facc4bb..05a9ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ Changes are identified by the date of the released firmware including them. If you are running System76 Open Firmware, opening the boot menu will show this date followed by an underscore and a short git revision. -## 2022-07-13 +## 2022-07-20 - oryp9: Release of open firmware with System76 EC + +## 2022-07-13 + - darp8: Fixed power off under load while on battery power ## 2022-07-05 diff --git a/coreboot b/coreboot index adc5695..2b030e5 160000 --- a/coreboot +++ b/coreboot @@ -1 +1 @@ -Subproject commit adc5695c39444f2078fad9f136a58f237a109344 +Subproject commit 2b030e54fd32c53512ba473503e6de7c8cd05d83 diff --git a/ec b/ec index 5ef477a..7ab91e9 160000 --- a/ec +++ b/ec @@ -1 +1 @@ -Subproject commit 5ef477ab5b630c5c2684e3576a11636ffd86f07d +Subproject commit 7ab91e9f1d8f2b37b091fa6b9d78f22c66d20979