summaryrefslogtreecommitdiff
path: root/config/coreboot/dell9020mt-nri_12mb
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-11 18:53:12 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-11 18:53:12 +0100
commit05fbd392982344cf8f6743a59ba3817ab2771704 (patch)
tree3a50782a960d9a4672292e7e0b15e12f245a74dd /config/coreboot/dell9020mt-nri_12mb
parent8ba0fd834ddd6269c0cc286e298c5bf864adb0ca (diff)
remove all status checks. only handle release.
the release variable is all we need, turning a target on or off for a given release. the status checks were prone to bugs, and unnecessary; it also broke certain benchmark scripts. it's better to keep the lbmk logic simpler. board status will be moved to the documentation instead. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/dell9020mt-nri_12mb')
-rw-r--r--config/coreboot/dell9020mt-nri_12mb/target.cfg1
-rw-r--r--config/coreboot/dell9020mt-nri_12mb/warn.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/config/coreboot/dell9020mt-nri_12mb/target.cfg b/config/coreboot/dell9020mt-nri_12mb/target.cfg
index bc4053d4..37d8f553 100644
--- a/config/coreboot/dell9020mt-nri_12mb/target.cfg
+++ b/config/coreboot/dell9020mt-nri_12mb/target.cfg
@@ -5,4 +5,3 @@ payload_seabios_withgrub="y"
payload_seabios_grubonly="y"
payload_memtest="y"
grub_scan_disk="ahci"
-status="stable"
diff --git a/config/coreboot/dell9020mt-nri_12mb/warn.txt b/config/coreboot/dell9020mt-nri_12mb/warn.txt
deleted file mode 100644
index fe1aa7f9..00000000
--- a/config/coreboot/dell9020mt-nri_12mb/warn.txt
+++ /dev/null
@@ -1 +0,0 @@
-Completely stable with graphics, but IOMMU disabled by default; graphics cards only work with IOMMU turned off. Intel graphics works fine with IOMMU turned on. IOMMU is needed for Qubes to work properly. To turn on IOMMU, do this to your ROM before flashing (ONLY do this if using Intel graphics): ./nvramtool -C libreboot.rom -w iommu=Enable