[BACK]Return to mvme88k.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/mvme88k.html, Revision 1.70

1.29      miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
1.3       fn          3: <html>
1.1       deraadt     4: <head>
                      5: <title>OpenBSD/mvme88k</title>
1.29      miod        6: <link rev="made" href="mailto:www@openbsd.org">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.3       fn          8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/mvme88k page">
                     10: <meta name="keywords" content="openbsd,mvme88k">
                     11: <meta name="distribution" content="global">
1.66      miod       12: <meta name="copyright" content="This document copyright 1996-2007 by OpenBSD.">
1.3       fn         13: </head>
                     14:
1.29      miod       15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     17: <p>
                     18: <h2><font color="#e00000">OpenBSD/mvme88k</font></h2>
                     19:
                     20: <hr>
1.3       fn         21:
1.29      miod       22: <p>
1.45      miod       23: OpenBSD/mvme88k is an effort to port OpenBSD to the systems built upon
                     24: Motorola's 881x0-based VME motherboard family.
1.1       deraadt    25:
1.29      miod       26: <p>
1.64      miod       27: A mailing list for m88k-based ports is available at
                     28: <u><font color="#23238e">m88k@openbsd.org</font></u>.
                     29: To join the OpenBSD/m88k mailing list, send a message body of
                     30: <b>"subscribe m88k"</b> to
                     31: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     32: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     33: subscribing.
                     34:
                     35: <p>
1.60      miod       36: The current port maintainer is Miod Vallat
1.37      miod       37: (<a href="mailto:miod@openbsd.org">miod@openbsd.org</a>), with the help of
                     38: Steve Murphree. Others are definitely welcome to contribute!
1.3       fn         39:
1.67      nick       40: <a name="toc"></a>
1.29      miod       41: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
1.3       fn         42: <p>
1.13      smurph     43: <ul>
1.31      jufi       44:   <li><a href="#history">History of the port</a>
1.29      miod       45:   <li><a href="#status">Current status</a>
                     46:   <li><a href="#projects">Project list</a>
1.56      nick       47:   <li><a href="#hardware">Supported hardware</a>
1.29      miod       48:   <li><a href="#install">Getting and installing OpenBSD/mvme88k</a>
                     49:   <li><a href="#details">Hardware details</a>
1.13      smurph     50: </ul>
                     51:
                     52: <hr>
1.29      miod       53: <a name="history"></a>
                     54: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.13      smurph     55:
                     56: <p>
1.16      smurph     57: The Motorola 88k processor is said to be the best RISC processor ever
1.17      deraadt    58: devised.  Its simplicity and elegance combine to make the mvme88k a
1.16      smurph     59: hearty, robust platform.
1.29      miod       60:
1.13      smurph     61: <p>
1.29      miod       62: Nivas Madhur started the initial mvme88k port for the MVME187 card, but
                     63: has since moved on to another employer.
                     64: The port was brought in the OpenBSD tree by Dale Rahn, but he did not
                     65: have enough time to work on it.
                     66: Steve Murphree, Jr. eventually completed the port to the MVME187 in
                     67: November 1998.
1.13      smurph     68:
                     69: <p>
1.29      miod       70: Unfortunately, at the same time, a compiler upgrade from gcc 2.8.1 to
                     71: egcs revealed a lot of problems in the mvme88k support in gcc, which
                     72: could not be fixed in time for mvme88k to be a supported OpenBSD 2.5
                     73: release.
1.13      smurph     74:
                     75: <p>
1.29      miod       76: The lack of an in-tree toolchain did not prevent further work on the port,
                     77: and a lot of changes were made to the codebase, such as revamped autoconf
                     78: and on-board SCSI driver, greatly expanded VME bus support, working install
                     79: process that correctly creates a Motorola VID block on the disks,
                     80: and support for MVME188 as well as improving support for MVME197.
1.13      smurph     81:
1.34      miod       82: <p>
                     83: During summer 2003, an effort to fix the toolchain eventually produced a
                     84: working gcc 2.95 compiler, and allowed the port to be self-hosting again.
1.54      miod       85: With the help of Mark Kettenis, the toolchain effort eventually produced
                     86: working binutils and gdb in late may 2004.
1.34      miod       87:
1.69      miod       88: <p>
                     89: Work towards multiprocessor support on the MVME188 boards started in
                     90: summer 2005 and, after a lot of tedious bugfixing, was eventually
                     91: completed shortly after the 4.2 release in november 2007.
                     92:
1.70    ! miod       93: <p>
        !            94: The next step was getting the 88110-based MVME197 designs to work.
        !            95: Single-processor kernels started to run reliably in december 2007.
        !            96:
1.29      miod       97: <hr>
                     98: <a name="status"></a>
                     99: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                    100:
1.13      smurph    101: <p>
1.70    ! miod      102: Currently, MVME187, MVME188 and MVME197 boards, as well as similar
1.46      miod      103: designs, are booting multi-user, supporting most of the on-board devices.
1.39      david     104: There are still a few caveats; depending on your exact hardware setup,
                    105: your mileage may vary.
1.70    ! miod      106: Work is on progress to fix the remaining problems.
1.13      smurph    107:
1.29      miod      108: <hr>
                    109: <a name="projects"></a>
                    110: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                    111: </strong></font></h3>
1.19      smurph    112:
                    113: <p>
                    114: <ul>
1.70    ! miod      115:   <li>Complete 88110 floating-point support.
        !           116:   <li>MVME197DP multi-processor support.
1.37      miod      117:   <li>Work on unsupported device cards (MVME327, MVME374...).
                    118:   <li>Write code for new binutils (and gdb), switch to ELF and, later,
1.32      miod      119:       shared libraries.
1.19      smurph    120: </ul>
                    121:
1.13      smurph    122: <hr>
1.29      miod      123: <a name="hardware"></a>
                    124: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.13      smurph    125:
                    126: <p>
1.29      miod      127: <h4>Supported processor boards</h4>
1.13      smurph    128:
                    129: <p>
                    130: <ul>
1.35      miod      131: <li><strong>MVME187</strong><br>
                    132: A single 88100 processor-based version of the <a href="mvme68k.html">mvme68k</a>
1.36      miod      133: MVME167 and MVME177 boards. Features two 88200 CMMUs with 16KB cache
1.35      miod      134: each, SRAM, and on-board ethernet and SCSI controllers, as well as four serial
                    135: ports and one parallel port.<br>
1.55      miod      136: <li><strong>MVME188 and MVME188A</strong><br>
1.38      miod      137: Contrary to the other MVME processor boards, this board has no on-board
                    138: devices; it just acts as a container for an <i>HYPERmodule</i> which provides
1.69      miod      139: one, two or four 88100 processors, and two or four 88200 (16KB cache) or 88204
1.38      miod      140: (64KB cache) CMMUs per processor.<br>
1.55      miod      141: All HYPERmodules combinations are supported, but M88200 1P128 and 1P512 have
                    142: not been tested.<br>
1.38      miod      143: External cards specific to the MVME188 family provide memory and serial ports.
1.70    ! miod      144: <br>
        !           145: Multi-processor kernels are supported on these boards in <tt>-CURRENT</tt>.
        !           146: <li><strong>MVME197LE</strong><br>
        !           147: An entry-level design similar to the MVME187, but based on the 88110 processor
        !           148: with integrated MMU and cache controller.<br>
        !           149: These boards are supported in <tt>-CURRENT</tt>.
        !           150: <li><strong>MVME197SP and MVME197DP</strong><br>
        !           151: Improved versions of the MVME197LE, with one (SP) or two (DP) 88110 processors,
        !           152: and one 88410 external cache controller per processor.<br>
        !           153: These boards are supported in <tt>-CURRENT</tt> with single-processor
        !           154: kernels only so far.
1.13      smurph    155: </ul>
                    156:
1.29      miod      157: <p>
1.45      miod      158: Besides various Motorola complete systems (<strong>M8120</strong>,
                    159: MVME187-based <strong>series 900</strong>, etc), this port also runs on the
                    160: MVME187-based <strong>Triton Dolphin System 100</strong>.
                    161:
                    162: <p>
1.29      miod      163: <h4>Supported on-board devices</h4>
1.13      smurph    164:
1.29      miod      165: <p>
1.13      smurph    166: <ul>
1.70    ! miod      167: <li><strong>MVME187 and MVME197</strong>
1.13      smurph    168:   <ul>
1.49      miod      169:   <li>Cirrus Logic CL2400 serial ports (tty00-tty03/tty07<i>[M8120]</i>) (cl)
1.45      miod      170:   <li>Intel 82596CA Ethernet interface
1.43      miod      171: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&amp;sektion=4&amp;arch=mvme88k">ie</a>)
1.45      miod      172:   <li>NCR53c710 SCSI Controller
1.53      miod      173: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=osiop&amp;sektion=4&amp;arch=mvme88k">osiop</a>)
1.45      miod      174:   <li>128KB SRAM (/dev/sram0)
                    175:   <li>8KB NVRAM (/dev/nvram0)
1.13      smurph    176:   </ul>
1.45      miod      177: </li>
                    178: <li><strong>MVME188</strong>
1.13      smurph    179:   <ul>
1.45      miod      180:   <li>serial ports on <i>SYSCON</i> board (ttya-ttyb) (dart)
                    181:   <li>2KB NVRAM (/dev/nvram0)
1.13      smurph    182:   </ul>
1.45      miod      183: </li>
1.29      miod      184: </ul>
1.13      smurph    185:
1.29      miod      186: <p>
1.45      miod      187: <h4>Supported VME boards</h4>
1.13      smurph    188:
1.29      miod      189: <p>
1.13      smurph    190: <ul>
1.45      miod      191:   <li><strong>MVME328</strong> High Performance SCSI Controller
1.43      miod      192: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vs&amp;sektion=4&amp;arch=mvme88k">vs</a>)
1.45      miod      193:   <li><strong>MVME332XT</strong> High Performance Serial I/O Controller
1.42      miod      194:        (8 serial ports, 1 parallel port) (vx)
1.45      miod      195:   <li><strong>MVME376</strong> Ethernet Communications Controller
1.44      miod      196: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4&amp;arch=mvme88k">le</a>)
1.13      smurph    197: </ul>
                    198:
1.33      miod      199: <p>
                    200: <h4>Unsupported processor boards</h4>
                    201: <p>
                    202:
                    203: <p>
1.70    ! miod      204: These boards are currently not supported. There is nothing, apart from lack
        !           205: of availabile hardware, preventing them from being supported eventually.
1.33      miod      206: <ul>
1.48      miod      207: <li><strong>MVME180 <i>``Angelfire''</i> and MVME181</strong><br>
                    208: A low-cost, entry level board, featuring a single 88100 processor, two 88200
                    209: CMMUs and two on-board serial ports.
1.33      miod      210: </ul>
                    211:
1.13      smurph    212: <hr>
1.29      miod      213: <a name="install"></a>
                    214: <h3><font color="#0000e0">
                    215: <strong>Getting and installing OpenBSD/mvme88k:</strong>
                    216: </font></h3>
                    217:
                    218: <p>
1.52      david     219: The latest supported OpenBSD/mvme88k release is
1.68      miod      220: <a href="42.html">OpenBSD 4.2</a>.
1.52      david     221: Here are the
1.68      miod      222: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.2/mvme88k/INSTALL.mvme88k">
                    223: OpenBSD/mvme88k 4.2 installation instructions
1.52      david     224: </a>.
                    225:
                    226: <p>
1.38      miod      227: Snapshots are made available from time to time, in
1.52      david     228: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/mvme88k">this location</a>
1.33      miod      229: as well as in a few
                    230: <a href="ftp.html">mirrors</a>.
                    231: Here are the
1.52      david     232: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/mvme88k/INSTALL.mvme88k">
1.33      miod      233: OpenBSD/mvme88k snapshot installation instructions
                    234: </a> as well.
1.1       deraadt   235:
1.3       fn        236: <hr>
1.30      miod      237: <a name="details"></a>
1.29      miod      238: <h3><font color="#0000e0"><strong>Hardware details:</strong></font></h3>
1.13      smurph    239:
1.14      smurph    240: <p>
1.29      miod      241: As VME hardware is quite uncommon in the average retail place, and Motorola
                    242: 881x0-based hardware is even more rare, this section is here to satisfy the
                    243: well-founded curiosity about the mvme88k hardware.
                    244:
1.48      miod      245: <p>
                    246: A comprehensive reference about the m88k processor and the various designs
                    247: built upon it is being gathered by Paul Weissmann at
1.57      miod      248: <a href="http://badabada.org/">badabada</a>.
1.48      miod      249:
1.52      david     250: <a name="pics"></a>
1.29      miod      251: <p>
                    252: Pictures of a Motorola 900 modular chassis, with a 33MHz MVME187 CPU board,
                    253: 32MB RAM, 4 MVME332XT serial boards, and an Archive 250MB QIC tape drive.
1.14      smurph    254: <ul>
1.29      miod      255:  <li><a href="images/mvme187-1.jpg">MVME187 Series 900 (front view)</a>
1.14      smurph    256:  <li><a href="images/mvme187-2.jpg">MVME187 Series 900 (rear view)</a>
                    257:  <li><a href="images/mvme187-3.jpg">MVME187 Series 900 (rear view w/terminal)</a>
                    258:  <li><a href="images/mvme187-4.jpg">MVME187 Series 900 (rear view close up)</a>
                    259:  <li><a href="images/mvme188-2.jpg">MVME188 Dual proc board</a>
                    260: </ul>
1.15      smurph    261:
1.19      smurph    262: <p>
1.33      miod      263: This is a boot log of an MVME187 system.
1.19      smurph    264: <pre>
1.33      miod      265: CPU0 is attached with 2 MC88200 CMMUs
1.21      miod      266: CPU0 is master CPU
1.43      miod      267: [ using 164336 bytes of bsd a.out symbol table ]
1.21      miod      268: Copyright (c) 1982, 1986, 1989, 1991, 1993
1.33      miod      269:         The Regents of the University of California.  All rights reserved.
                    270: Copyright (c) 1995-2003 OpenBSD. All rights reserved.  http://www.OpenBSD.org
1.21      miod      271:
1.43      miod      272: OpenBSD 3.4-current (GENERIC) #339: Thu Dec 25 20:53:33 GMT 2003
                    273:     miod@ramade.gentiane.org:/usr/src/sys/arch/mvme88k/compile/GENERIC
                    274: real mem  = 33554432
                    275: avail mem = 28024832 (6842 pages)
                    276: using 435 buffers containing 1781760 bytes of memory
                    277: mainbus0 (root): Motorola MVME187, 25MHz
1.38      miod      278: cpu0: M88100 rev 0x3, 2 CMMU
                    279: cpu0: M88200 (16K) rev 0x9, global Icache, M88200 (16K) rev 0x9, global Dcache
                    280: bugtty0 at mainbus0 addr 0xfff45000: fallback console
1.33      miod      281: pcctwo0 at mainbus0 addr 0xfff00000: rev 0
1.38      miod      282: clock0 at pcctwo0 ipl 5
1.43      miod      283: memc0 at pcctwo0 offset 0x43000: MEMC040 rev 1
1.33      miod      284: nvram0 at pcctwo0 offset 0xc0000: MK48T08 len 8192
1.43      miod      285: cl0 at pcctwo0 offset 0x45000 ipl 3 console
1.38      miod      286: ssh0 at pcctwo0 offset 0x47000 ipl 2: version 0 target 7
                    287: scsibus0 at ssh0: 8 targets
1.33      miod      288: vme0 at pcctwo0 offset 0x40000: vector base 0x80, system controller
                    289: vme0: using BUG parameters
1.43      miod      290: vme0: 1phys 0x02000000-0xefff0000 to VME 0x02000000-0xefff0000
1.33      miod      291: vme0: 2phys 0xff000000-0xff7f0000 to VME 0xff000000-0xff7f0000
                    292: vme0: 3phys 0x00000000-0x00000000 to VME 0x00000000-0x00000000
                    293: vme0: 4phys 0x00000000-0x00000000 to VME 0x00000000-0x00000000
                    294: vme0: vme to cpu irq level 1:1
1.21      miod      295: vmes0 at vme0
1.43      miod      296: vx0 at vmes0 addr 0xff780000 vaddr 0x3ad0000 vec 0x80 ipl 3
                    297: vx0: created channel 1
                    298: vs0 at vmes0 addr 0xffff9000 vaddr 0x3ae0000 vec 0x81 ipl 2: target 7
1.38      miod      299: scsibus1 at vs0: 8 targets
                    300: sd0 at scsibus1 targ 0 lun 0: &lt;COMPAQPC, DCAS-32160, S6CA&gt; SCSI2 0/direct fixed
1.33      miod      301: sd0: 2006MB, 8188 cyl, 3 head, 167 sec, 512 bytes/sec, 4110000 sec total
1.21      miod      302: vmel0 at vme0
1.43      miod      303: ie0 at pcctwo0 offset 0x46000 ipl 1: address 08:00:3e:21:07:25
1.21      miod      304: boot device: sd0
                    305: root on sd0a
                    306: rootdev=0x400 rrootdev=0x800 rawdev=0x802
1.33      miod      307: Automatic boot in progress: starting file system checks.
                    308: /dev/rsd0a: file system is clean; not checking
                    309: /dev/rsd0d: file system is clean; not checking
                    310: /dev/rsd0e: file system is clean; not checking
                    311: /dev/rsd0f: file system is clean; not checking
                    312: /dev/rsd0g: file system is clean; not checking
                    313: /dev/rsd0h: file system is clean; not checking
                    314: /dev/rsd0i: file system is clean; not checking
                    315: setting tty flags
                    316: ddb.console: 0 -&gt; 1
                    317: kern.splassert: 0 -&gt; 2
                    318: starting network
                    319: add net default: gateway odyssee
                    320: starting system logger
                    321: starting rpc daemons: portmap ypbind rdate timed.
                    322: savecore: no core dump
                    323: checking quotas: done.
                    324: building ps databases: kvm dev.
                    325: clearing /tmp
                    326: starting pre-securelevel daemons:.
                    327: setting kernel security level: kern.securelevel: 0 -&gt; 1
1.36      miod      328: preserving editor files
1.33      miod      329: creating runtime link editor directory cache.
1.36      miod      330: starting network daemons: sendmail inetd sshd.
1.33      miod      331: starting local daemons:.
                    332: standard daemons: cron.
1.48      miod      333: Sat Jan  3 22:58:54 GMT 2004
1.33      miod      334:
1.43      miod      335: OpenBSD/mvme88k (ramade.gentiane.org) (console)
1.33      miod      336:
                    337: login:
1.19      smurph    338: </pre>
                    339:
1.15      smurph    340: <hr>
1.29      miod      341: <a href="plat.html">
                    342: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    343: </a>
                    344: <br>
                    345: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.3       fn        346: <br>
1.70    ! miod      347: <small>$OpenBSD: mvme88k.html,v 1.69 2007/11/12 21:47:37 miod Exp $</small>
1.3       fn        348:
                    349: </body>
                    350: </html>