From c4fe290da89e645b5ead8c41d70520474742e7bb Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 3 May 2024 13:57:35 +0100 Subject: [PATCH] mark x4x boards ready for release Signed-off-by: Leah Rowe --- config/coreboot/g43t-am3/target.cfg | 2 +- config/coreboot/g43t-am3_16mb/target.cfg | 3 ++- config/coreboot/ga-g41m-es2l/target.cfg | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/coreboot/g43t-am3/target.cfg b/config/coreboot/g43t-am3/target.cfg index af80482..21b6872 100644 --- a/config/coreboot/g43t-am3/target.cfg +++ b/config/coreboot/g43t-am3/target.cfg @@ -3,4 +3,4 @@ xarch="i386-elf" payload_seabios="y" payload_memtest="y" grub_timeout=10 -status="untested" +status="stable" diff --git a/config/coreboot/g43t-am3_16mb/target.cfg b/config/coreboot/g43t-am3_16mb/target.cfg index af80482..01cd4d0 100644 --- a/config/coreboot/g43t-am3_16mb/target.cfg +++ b/config/coreboot/g43t-am3_16mb/target.cfg @@ -3,4 +3,5 @@ xarch="i386-elf" payload_seabios="y" payload_memtest="y" grub_timeout=10 -status="untested" +status="stable" +release="n" diff --git a/config/coreboot/ga-g41m-es2l/target.cfg b/config/coreboot/ga-g41m-es2l/target.cfg index 9fc566d..dc53b74 100644 --- a/config/coreboot/ga-g41m-es2l/target.cfg +++ b/config/coreboot/ga-g41m-es2l/target.cfg @@ -4,4 +4,4 @@ payload_seabios="y" payload_memtest="y" grub_scan_disk="ata" grub_timeout=10 -status="untested" +status="stable"