mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Add more machine types
git-svn-id: svn://coreboot.org/openbios/openbios-devel@240 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -738,6 +738,46 @@ static const struct machdef sun4m_defs[] = {
|
||||
.mid_offset = 0,
|
||||
.initfn = dummy_mach_init,
|
||||
},
|
||||
{
|
||||
.machine_id = 33,
|
||||
.banner_name = "SPARCstation Voyager",
|
||||
.model = "SUNW,501-2581",
|
||||
.name = "SUNW,SPARCstation-Voyager",
|
||||
.mid_offset = 0,
|
||||
.initfn = dummy_mach_init,
|
||||
},
|
||||
{
|
||||
.machine_id = 34,
|
||||
.banner_name = "SPARCstation LX",
|
||||
.model = "SUNW,501-2031",
|
||||
.name = "SUNW,SPARCstation-LX",
|
||||
.mid_offset = 0,
|
||||
.initfn = dummy_mach_init,
|
||||
},
|
||||
{
|
||||
.machine_id = 35,
|
||||
.banner_name = "SPARCstation 4",
|
||||
.model = "SUNW,501-2572",
|
||||
.name = "SUNW,SPARCstation-4",
|
||||
.mid_offset = 0,
|
||||
.initfn = dummy_mach_init,
|
||||
},
|
||||
{
|
||||
.machine_id = 36,
|
||||
.banner_name = "SPARCstation Classic",
|
||||
.model = "SUNW,501-2326",
|
||||
.name = "SUNW,SPARCstation-Classic",
|
||||
.mid_offset = 0,
|
||||
.initfn = dummy_mach_init,
|
||||
},
|
||||
{
|
||||
.machine_id = 37,
|
||||
.banner_name = "Tadpole S3 GX",
|
||||
.model = "S3",
|
||||
.name = "Tadpole_S3GX",
|
||||
.mid_offset = 0,
|
||||
.initfn = dummy_mach_init,
|
||||
},
|
||||
{
|
||||
.machine_id = 64,
|
||||
.banner_name = "SPARCstation 10 (1 X 390Z55)",
|
||||
|
||||
Reference in New Issue
Block a user