mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Add T1 and T2 CPUs
git-svn-id: svn://coreboot.org/openbios/openbios-devel@215 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -372,6 +372,14 @@ static const struct cpudef sparc_defs[] = {
|
||||
.iu_version = (0x3eULL << 48) | (0x22ULL << 32),
|
||||
.name = "SUNW,UltraSPARC-IIIi+",
|
||||
},
|
||||
{
|
||||
.iu_version = (0x3eULL << 48) | (0x23ULL << 32),
|
||||
.name = "SUNW,UltraSPARC-T1",
|
||||
},
|
||||
{
|
||||
.iu_version = (0x3eULL << 48) | (0x24ULL << 32),
|
||||
.name = "SUNW,UltraSPARC-T2",
|
||||
},
|
||||
{
|
||||
.iu_version = (0x22ULL << 48) | (0x10ULL << 32),
|
||||
.name = "SUNW,UltraSPARC",
|
||||
|
||||
Reference in New Issue
Block a user