diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-04 04:58:20 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-04 04:58:40 +0100 |
commit | 5bf25eac05c0d081aeb7390ffa8529b044b62bf9 (patch) | |
tree | 864bf67c3d3d7485b486d09654f4304822fae830 /config/coreboot/e6400_4mb | |
parent | 7a955a4c728169f5d09aa95cb173db19e52b3b0d (diff) |
coreboot: update latitude release status
working s3 means i'm happy to mark it as being stable.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/e6400_4mb')
-rw-r--r-- | config/coreboot/e6400_4mb/target.cfg | 2 | ||||
-rw-r--r-- | config/coreboot/e6400_4mb/warn.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/coreboot/e6400_4mb/target.cfg b/config/coreboot/e6400_4mb/target.cfg index d1ea26ad..fb7c7bfb 100644 --- a/config/coreboot/e6400_4mb/target.cfg +++ b/config/coreboot/e6400_4mb/target.cfg @@ -7,4 +7,4 @@ payload_memtest="y" payload_seabios_withgrub="y" payload_seabios_grubonly="y" grub_scan_disk="ahci" -status="unstable" # broken s3 +status="stable" # broken s3 diff --git a/config/coreboot/e6400_4mb/warn.txt b/config/coreboot/e6400_4mb/warn.txt index 30e61da5..9545476b 100644 --- a/config/coreboot/e6400_4mb/warn.txt +++ b/config/coreboot/e6400_4mb/warn.txt @@ -1,3 +1,3 @@ -Battery indicator not working yet. S3 suspend/resume may be broken. May shut down instead of throttle on high CPU temperature; use the intel_pstate driver to cap speeds, and monitor performance via CPU stress test and lm-sensors/xsensors utility, before using the machine regularly. +Battery indicator not working yet. May shut down instead of throttle on high CPU temperature; use the intel_pstate driver to cap speeds, and monitor performance via CPU stress test and lm-sensors/xsensors utility, before using the machine regularly. If you have the nvidia gpu variant, please use e6400nvidia_4mb instead. |