diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-03 13:57:35 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-03 13:57:35 +0100 |
commit | 748b20721587793ec296875e41eb8cd02904a693 (patch) | |
tree | df830ce7d136974d8ca64d1ba504c08af8528470 | |
parent | 9caff26332ae2c0c5c49ebb4d9946237c1419561 (diff) |
mark x4x boards ready for release
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | config/coreboot/g43t-am3/target.cfg | 2 | ||||
-rw-r--r-- | config/coreboot/g43t-am3_16mb/target.cfg | 3 | ||||
-rw-r--r-- | 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 af80482f..21b6872f 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 af80482f..01cd4d07 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 9fc566d8..dc53b74a 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" |