diff options
author | Leah Rowe <leah@libreboot.org> | 2024-04-27 15:45:49 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-04-27 15:45:49 +0100 |
commit | ad7e3966b9884dc3a5cff116d33cc27b0d775d27 (patch) | |
tree | 4d96a03798326a557f357e430a33cd4cb501796a /config/coreboot/dell9020sff_12mb | |
parent | 3ace925e916a1277f6f4ade03282d34d7968d6f1 (diff) |
update 9020 sff/mt release status
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/dell9020sff_12mb')
-rw-r--r-- | config/coreboot/dell9020sff_12mb/target.cfg | 2 | ||||
-rw-r--r-- | config/coreboot/dell9020sff_12mb/warn.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config/coreboot/dell9020sff_12mb/target.cfg b/config/coreboot/dell9020sff_12mb/target.cfg index a3acd5fb..ac0b1792 100644 --- a/config/coreboot/dell9020sff_12mb/target.cfg +++ b/config/coreboot/dell9020sff_12mb/target.cfg @@ -6,4 +6,4 @@ payload_seabios_grubonly="y" payload_memtest="y" grub_scan_disk="ahci" release="n" -status="stable" +status="unstable" diff --git a/config/coreboot/dell9020sff_12mb/warn.txt b/config/coreboot/dell9020sff_12mb/warn.txt new file mode 100644 index 00000000..fe1aa7f9 --- /dev/null +++ b/config/coreboot/dell9020sff_12mb/warn.txt @@ -0,0 +1 @@ +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 |