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/e5420_6mb/target.cfg | 2 +- config/coreboot/e5420_6mb/warn.txt | 1 + config/coreboot/e5520_6mb/target.cfg | 2 +- config/coreboot/e5520_6mb/warn.txt | 1 + config/coreboot/e5530_12mb/target.cfg | 2 +- config/coreboot/e5530_12mb/warn.txt | 1 + config/coreboot/e6400_4mb/warn.txt | 4 +++- config/coreboot/e6400nvidia_4mb/warn.txt | 5 +++-- config/coreboot/e6420_10mb/target.cfg | 2 +- config/coreboot/e6420_10mb/warn.txt | 1 + config/coreboot/e6430_12mb/target.cfg | 2 +- config/coreboot/e6430_12mb/warn.txt | 1 + config/coreboot/e6520_10mb/target.cfg | 2 +- config/coreboot/e6520_10mb/warn.txt | 1 + config/coreboot/e6530_12mb/target.cfg | 2 +- config/coreboot/e6530_12mb/warn.txt | 1 + 16 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 config/coreboot/e5420_6mb/warn.txt create mode 100644 config/coreboot/e5520_6mb/warn.txt create mode 100644 config/coreboot/e5530_12mb/warn.txt create mode 100644 config/coreboot/e6420_10mb/warn.txt create mode 100644 config/coreboot/e6430_12mb/warn.txt create mode 100644 config/coreboot/e6520_10mb/warn.txt create mode 100644 config/coreboot/e6530_12mb/warn.txt diff --git a/config/coreboot/e5420_6mb/target.cfg b/config/coreboot/e5420_6mb/target.cfg index 70be0ab9..153d4d2d 100644 --- a/config/coreboot/e5420_6mb/target.cfg +++ b/config/coreboot/e5420_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/e5420_6mb/warn.txt b/config/coreboot/e5420_6mb/warn.txt new file mode 100644 index 00000000..57d05e6a --- /dev/null +++ b/config/coreboot/e5420_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. 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. diff --git a/config/coreboot/e5530_12mb/target.cfg b/config/coreboot/e5530_12mb/target.cfg index e2375ad4..e48db5e5 100644 --- a/config/coreboot/e5530_12mb/target.cfg +++ b/config/coreboot/e5530_12mb/target.cfg @@ -7,4 +7,4 @@ payload_memtest="y" payload_seabios_withgrub="y" payload_seabios_grubonly="y" grub_scan_disk="ahci" -status="untested" +status="unstable" diff --git a/config/coreboot/e5530_12mb/warn.txt b/config/coreboot/e5530_12mb/warn.txt new file mode 100644 index 00000000..57d05e6a --- /dev/null +++ b/config/coreboot/e5530_12mb/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. diff --git a/config/coreboot/e6400_4mb/warn.txt b/config/coreboot/e6400_4mb/warn.txt index 95b8ebbf..30e61da5 100644 --- a/config/coreboot/e6400_4mb/warn.txt +++ b/config/coreboot/e6400_4mb/warn.txt @@ -1 +1,3 @@ -broken s3 resume/suspend, no battery indicator/status +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. + +If you have the nvidia gpu variant, please use e6400nvidia_4mb instead. diff --git a/config/coreboot/e6400nvidia_4mb/warn.txt b/config/coreboot/e6400nvidia_4mb/warn.txt index a604fc87..5b2e4a00 100644 --- a/config/coreboot/e6400nvidia_4mb/warn.txt +++ b/config/coreboot/e6400nvidia_4mb/warn.txt @@ -1,2 +1,3 @@ -broken s3 resume/suspend, no battery indicator/status. -nouveau crashes xorg under linux (can use nomodeset) +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. + +Nvidia GPU on this model doesn't work when you try xorg; xorg will hang. Use "nomodeset" under Linux, when booting. On BSD, the nv driver works ok but can get very slow-slideshow-y when dragging windows, yet rendered video will usually run smooth; use a tiling window manager on BSD systems, or again use software rendering. diff --git a/config/coreboot/e6420_10mb/target.cfg b/config/coreboot/e6420_10mb/target.cfg index 70be0ab9..153d4d2d 100644 --- a/config/coreboot/e6420_10mb/target.cfg +++ b/config/coreboot/e6420_10mb/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/e6420_10mb/warn.txt b/config/coreboot/e6420_10mb/warn.txt new file mode 100644 index 00000000..57d05e6a --- /dev/null +++ b/config/coreboot/e6420_10mb/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. diff --git a/config/coreboot/e6430_12mb/target.cfg b/config/coreboot/e6430_12mb/target.cfg index e2375ad4..e48db5e5 100644 --- a/config/coreboot/e6430_12mb/target.cfg +++ b/config/coreboot/e6430_12mb/target.cfg @@ -7,4 +7,4 @@ payload_memtest="y" payload_seabios_withgrub="y" payload_seabios_grubonly="y" grub_scan_disk="ahci" -status="untested" +status="unstable" diff --git a/config/coreboot/e6430_12mb/warn.txt b/config/coreboot/e6430_12mb/warn.txt new file mode 100644 index 00000000..57d05e6a --- /dev/null +++ b/config/coreboot/e6430_12mb/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. diff --git a/config/coreboot/e6520_10mb/target.cfg b/config/coreboot/e6520_10mb/target.cfg index 70be0ab9..153d4d2d 100644 --- a/config/coreboot/e6520_10mb/target.cfg +++ b/config/coreboot/e6520_10mb/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/e6520_10mb/warn.txt b/config/coreboot/e6520_10mb/warn.txt new file mode 100644 index 00000000..57d05e6a --- /dev/null +++ b/config/coreboot/e6520_10mb/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. diff --git a/config/coreboot/e6530_12mb/target.cfg b/config/coreboot/e6530_12mb/target.cfg index e2375ad4..e48db5e5 100644 --- a/config/coreboot/e6530_12mb/target.cfg +++ b/config/coreboot/e6530_12mb/target.cfg @@ -7,4 +7,4 @@ payload_memtest="y" payload_seabios_withgrub="y" payload_seabios_grubonly="y" grub_scan_disk="ahci" -status="untested" +status="unstable" diff --git a/config/coreboot/e6530_12mb/warn.txt b/config/coreboot/e6530_12mb/warn.txt new file mode 100644 index 00000000..57d05e6a --- /dev/null +++ b/config/coreboot/e6530_12mb/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