From e761922542264629d7035735ea7b3e31f7a9ee74 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 27 Apr 2024 15:01:31 +0100 Subject: Set status=unstable on dell latitudes also warn about issues, in a warn.txt file for each. Signed-off-by: Leah Rowe --- config/coreboot/e5520_6mb/target.cfg | 2 +- config/coreboot/e5520_6mb/warn.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 config/coreboot/e5520_6mb/warn.txt (limited to 'config/coreboot/e5520_6mb') diff --git a/config/coreboot/e5520_6mb/target.cfg b/config/coreboot/e5520_6mb/target.cfg index 70be0ab9..153d4d2d 100644 --- a/config/coreboot/e5520_6mb/target.cfg +++ b/config/coreboot/e5520_6mb/target.cfg @@ -9,4 +9,4 @@ payload_seabios_withgrub="y" payload_seabios_grubonly="y" grub_scan_disk="ahci" microcode_required="n" -status="untested" +status="unstable" diff --git a/config/coreboot/e5520_6mb/warn.txt b/config/coreboot/e5520_6mb/warn.txt new file mode 100644 index 00000000..57d05e6a --- /dev/null +++ b/config/coreboot/e5520_6mb/warn.txt @@ -0,0 +1 @@ +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. -- cgit v1.2.1