Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips add some models



details:   https://anonhg.NetBSD.org/src/rev/9564fae228f5
branches:  trunk
changeset: 345937:9564fae228f5
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Jun 16 06:20:08 2016 +0000

description:
add some models

diffstat:

 sys/arch/mips/README.models |  26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

diffs (64 lines):

diff -r b10f8dd36cf4 -r 9564fae228f5 sys/arch/mips/README.models
--- a/sys/arch/mips/README.models       Thu Jun 16 06:08:06 2016 +0000
+++ b/sys/arch/mips/README.models       Thu Jun 16 06:20:08 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: README.models,v 1.1 2016/06/16 01:33:35 dholland Exp $
+# $NetBSD: README.models,v 1.2 2016/06/16 06:20:08 macallan Exp $
 
 MIPS models and architecture levels
 -----------------------------------
@@ -32,7 +32,7 @@
 
 Note that while MIPS32 is a 32-bit subset of MIPS64, each
 corresponding pair of MIPS32rN and MIPS64rN are comparable in age and
-properties. Later revisions (further down the list) are mostly subsets
+properties. Later revisions (further down the list) are mostly supersets
 of earlier revisions, although some exceptions exist.
 
 
@@ -55,6 +55,7 @@
        R6000           MIPS-II ??
        R8000           MIPS-IV (64-bit)        [idt96 1-5]
        R10000          MIPS-IV (64-bit)        [idt96 1-5]
+       R1x000          MIPS-IV (64-bit)
 
 For later models than this I currently have no information.
 
@@ -89,6 +90,9 @@
        ... ??                                  ??
        (see http://research.microsoft.com/en-us/projects/emips/ )
    evbmips
+       Loongson 2F ( gdium, lemote etc. )      more or less LE MIPS-III with
+                                               some extensions
+       xburst ( as in, jz4780, found on CI20 ) LE MIPS32R2 with extensions
        ... ??                                  ?? (various-endian)
    ews4800mips (big-endian [buildsh])
        EWS4800/350                             ??
@@ -141,17 +145,19 @@
         Indigo2 (R4x00)                                R4?00 (MIPS-III) [portpage]
         Challenge M                            ??
         Indy (R4x00)                           R4?00 (MIPS-III) [portpage]
-        Indy (R5000)                           R5000 (??) [portpage]
+        Indy (R5000)                           R5000 (MIPS-IV) [portpage]
         Challenge S (R4x00)                    R4?00 (MIPS-III) [portpage]
-       Challenge S (R5000)                     R5000 (??) [portpage]
+       Challenge S (R5000)                     R5000 (MIPS-IV) [portpage]
        R10000 Power Indigo2                    R10000 (MIPS-IV) [portpage]
-       Octane                                  ??
-        O2 (R5000)                             R5000 (??) [portpage]
-       O2 (RM5200)                             RM5200 (??) [portpage]
+       Octane                                  R1x000 (MIPS-IV) [portpage]
+        O2 (R5000)                             R5000 (MIPS-IV) [portpage]
+       O2 (RM5200)                             RM5200 (MIPS-IV) [portpage]
+       O2 (R7000)                              R7000  (MIPS-IV) [portpage]
        O2 (R10000)                             R10000 (MIPS-IV) [portpage]
-       O2 (R12000)                             R12000 (??) [portpage]
-       Fuel                                    ??
-       Tezro                                   ??
+       O2 (R12000)                             R12000 (MIPS-IV) [portpage]
+       O2 (R14000)                             R14000 (MIPS-IV) [portpage]
+       Fuel                                    R1x000 (MIPS-IV) [portpage]
+       Tezro                                   R1x000 (MIPS-IV) [portpage]
        ... ??
 
 



Home | Main Index | Thread Index | Old Index