qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4633] Add more SuperSparcs
@ 2008-05-31 11:33 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-05-31 11:33 UTC (permalink / raw)
  To: qemu-devel

Revision: 4633
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4633
Author:   blueswir1
Date:     2008-05-31 11:33:20 +0000 (Sat, 31 May 2008)

Log Message:
-----------
Add more SuperSparcs

Modified Paths:
--------------
    trunk/target-sparc/helper.c

Modified: trunk/target-sparc/helper.c
===================================================================
--- trunk/target-sparc/helper.c	2008-05-30 22:57:20 UTC (rev 4632)
+++ trunk/target-sparc/helper.c	2008-05-31 11:33:20 UTC (rev 4633)
@@ -1214,6 +1214,30 @@
         .features = CPU_DEFAULT_FEATURES,
     },
     {
+        .name = "TI SuperSparc 40", // STP1020NPGA
+        .iu_version = 0x41000000,
+        .fpu_version = 0 << 17,
+        .mmu_version = 0x00000000,
+        .mmu_bm = 0x00002000,
+        .mmu_ctpr_mask = 0xffffffc0,
+        .mmu_cxr_mask = 0x0000ffff,
+        .mmu_sfsr_mask = 0xffffffff,
+        .mmu_trcr_mask = 0xffffffff,
+        .features = CPU_DEFAULT_FEATURES,
+    },
+    {
+        .name = "TI SuperSparc 50", // STP1020PGA
+        .iu_version = 0x40000000,
+        .fpu_version = 0 << 17,
+        .mmu_version = 0x04000000,
+        .mmu_bm = 0x00002000,
+        .mmu_ctpr_mask = 0xffffffc0,
+        .mmu_cxr_mask = 0x0000ffff,
+        .mmu_sfsr_mask = 0xffffffff,
+        .mmu_trcr_mask = 0xffffffff,
+        .features = CPU_DEFAULT_FEATURES,
+    },
+    {
         .name = "TI SuperSparc 51",
         .iu_version = 0x43000000,
         .fpu_version = 0 << 17,
@@ -1226,6 +1250,18 @@
         .features = CPU_DEFAULT_FEATURES,
     },
     {
+        .name = "TI SuperSparc 60", // STP1020APGA
+        .iu_version = 0x40000000,
+        .fpu_version = 0 << 17,
+        .mmu_version = 0x03000000,
+        .mmu_bm = 0x00002000,
+        .mmu_ctpr_mask = 0xffffffc0,
+        .mmu_cxr_mask = 0x0000ffff,
+        .mmu_sfsr_mask = 0xffffffff,
+        .mmu_trcr_mask = 0xffffffff,
+        .features = CPU_DEFAULT_FEATURES,
+    },
+    {
         .name = "TI SuperSparc 61",
         .iu_version = 0x44000000,
         .fpu_version = 0 << 17,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-31 11:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-31 11:33 [Qemu-devel] [4633] Add more SuperSparcs Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).