From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4633] Add more SuperSparcs
Date: Sat, 31 May 2008 11:33:21 +0000 [thread overview]
Message-ID: <E1K2PKr-00014r-CR@cvs.savannah.gnu.org> (raw)
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,
reply other threads:[~2008-05-31 11:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1K2PKr-00014r-CR@cvs.savannah.gnu.org \
--to=blauwirbel@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).