Migrate configs for the Gigabyte Socket 4/5 machines (#4111)

* Bring back machine migration

And add migration for the Gigabyte Socket 4 and 5 machines

* Fix the GA-586IS's internal name

* Remove legacy CPU tables for very old builds

Since backward compatibility with pre-build 2654 configs has been
removed, remove forward compatibility with these builds as well
This commit is contained in:
Alexander Babikov
2024-02-04 00:08:18 +05:00
committed by GitHub
parent 91494bab97
commit d7e125c16e
4 changed files with 55 additions and 1033 deletions

View File

@@ -8764,7 +8764,7 @@ const machine_t machines[] = {
/* Has AMI MegaKey 'H' KBC firmware. */
{
.name = "[i430LX] Gigabyte GA-586IS",
.internal_name = "586mc1",
.internal_name = "586is",
.type = MACHINE_TYPE_SOCKET4,
.chipset = MACHINE_CHIPSET_INTEL_430LX,
.init = machine_at_586is_init,