From 05fbd392982344cf8f6743a59ba3817ab2771704 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 11 May 2024 18:53:12 +0100 Subject: 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 --- config/coreboot/dell9020mtbmrc_12mb/target.cfg | 1 - config/coreboot/dell9020mtbmrc_12mb/warn.txt | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 config/coreboot/dell9020mtbmrc_12mb/warn.txt (limited to 'config/coreboot/dell9020mtbmrc_12mb') diff --git a/config/coreboot/dell9020mtbmrc_12mb/target.cfg b/config/coreboot/dell9020mtbmrc_12mb/target.cfg index 0141f142..0da057a9 100644 --- a/config/coreboot/dell9020mtbmrc_12mb/target.cfg +++ b/config/coreboot/dell9020mtbmrc_12mb/target.cfg @@ -6,4 +6,3 @@ payload_seabios_grubonly="y" payload_memtest="y" grub_scan_disk="ahci" release="n" -status="deprecated" diff --git a/config/coreboot/dell9020mtbmrc_12mb/warn.txt b/config/coreboot/dell9020mtbmrc_12mb/warn.txt deleted file mode 100644 index 21be619a..00000000 --- a/config/coreboot/dell9020mtbmrc_12mb/warn.txt +++ /dev/null @@ -1,10 +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 - -*This* target uses Intel MRC (a binary blob) for memory controller initialisation. -If you want *libre* initialisation (recommended), use the *nri* targets instead, -e.g. dell9020sff-nri_12mb or dell9020mt-nri_12mb - -These MRC-based targets will be *removed* in a future Libreboot release. It is -strongly recommended that you use the NRI-based targets (Native RAM initialisation). - -This version uses Broadwell MRC, which is compatible on Haswell machines. -- cgit v1.2.1