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/d945gclf_8mb/target.cfg | 1 - config/coreboot/d945gclf_8mb/warn.txt | 1 - 2 files changed, 2 deletions(-) delete mode 100644 config/coreboot/d945gclf_8mb/warn.txt (limited to 'config/coreboot/d945gclf_8mb') diff --git a/config/coreboot/d945gclf_8mb/target.cfg b/config/coreboot/d945gclf_8mb/target.cfg index 2c2cf673..5843b4e7 100644 --- a/config/coreboot/d945gclf_8mb/target.cfg +++ b/config/coreboot/d945gclf_8mb/target.cfg @@ -4,5 +4,4 @@ payload_grub="n" payload_grub_withseabios="n" payload_seabios="y" payload_memtest="n" -status="untested" release="n" diff --git a/config/coreboot/d945gclf_8mb/warn.txt b/config/coreboot/d945gclf_8mb/warn.txt deleted file mode 100644 index 7e2498a1..00000000 --- a/config/coreboot/d945gclf_8mb/warn.txt +++ /dev/null @@ -1 +0,0 @@ -this board has never been stable, and has not been tested in Libreboot 20240504 so no ROM images included for it in that release -- cgit v1.2.1