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

Annotation of www/mvme88k.html, Revision 1.92

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.88      miod       12: <meta name="copyright" content="This document copyright 1996-2013 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.80      miod       23: OpenBSD/mvme88k is a port of OpenBSD to the systems built upon
                     24: Motorola's 88xxx-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:
1.67      nick       35: <a name="toc"></a>
1.29      miod       36: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
1.3       fn         37: <p>
1.13      smurph     38: <ul>
1.31      jufi       39:   <li><a href="#history">History of the port</a>
1.29      miod       40:   <li><a href="#status">Current status</a>
                     41:   <li><a href="#projects">Project list</a>
1.56      nick       42:   <li><a href="#hardware">Supported hardware</a>
1.29      miod       43:   <li><a href="#install">Getting and installing OpenBSD/mvme88k</a>
                     44:   <li><a href="#details">Hardware details</a>
1.13      smurph     45: </ul>
                     46:
                     47: <hr>
1.29      miod       48: <a name="history"></a>
                     49: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.13      smurph     50:
                     51: <p>
1.16      smurph     52: The Motorola 88k processor is said to be the best RISC processor ever
1.17      deraadt    53: devised.  Its simplicity and elegance combine to make the mvme88k a
1.89      miod       54: hearty, robust platform.
1.29      miod       55:
1.13      smurph     56: <p>
1.89      miod       57: Unfortunately, the first generation designs (88100) made use of companion chips
                     58: for cache and virtual memory management, making hardware designs painfully
                     59: complex (and expensive, at that time).  The second generation (88110) addressed
1.91      miod       60: this issue, but was plagued with reliability issues.  Eventually, Motorola
1.89      miod       61: seized the opportunity to drop the 88000 line in favour of the PowerPC as soon
                     62: as possible, although some parts of the 88110 still exist in the PowerPC family
                     63: processors today.
                     64:
                     65: <p>
                     66: Nivas Madhur started the initial mvme88k port for the MVME187 card, building
                     67: upon the CMU Mach code running on the 88100-based Omron Luna88k systems.
                     68: However, he moved on to another employer before his work was ready to be
                     69: imported into the OpenBSD source tree.
                     70:
                     71: <p>
                     72: This integration work was completed by Dale Rahn, but he did not have enough
                     73: time to continue working on the port.  Steve Murphree, Jr., stepped up, and
                     74: eventually completed the port to the MVME187 in November 1998.
1.13      smurph     75:
                     76: <p>
1.29      miod       77: Unfortunately, at the same time, a compiler upgrade from gcc 2.8.1 to
1.80      miod       78: egcs exposed a lot of problems in the mvme88k support in gcc, which
1.29      miod       79: could not be fixed in time for mvme88k to be a supported OpenBSD 2.5
                     80: release.
1.13      smurph     81:
                     82: <p>
1.29      miod       83: The lack of an in-tree toolchain did not prevent further work on the port,
                     84: and a lot of changes were made to the codebase, such as revamped autoconf
1.80      miod       85: and on-board SCSI driver, greatly expanded VME bus support, a working
                     86: install process that correctly creates a Motorola VID block on the disks,
1.29      miod       87: and support for MVME188 as well as improving support for MVME197.
1.13      smurph     88:
1.34      miod       89: <p>
                     90: During summer 2003, an effort to fix the toolchain eventually produced a
                     91: working gcc 2.95 compiler, and allowed the port to be self-hosting again.
1.54      miod       92: With the help of Mark Kettenis, the toolchain effort eventually produced
                     93: working binutils and gdb in late may 2004.
1.34      miod       94:
1.69      miod       95: <p>
                     96: Work towards multiprocessor support on the MVME188 boards started in
                     97: summer 2005 and, after a lot of tedious bugfixing, was eventually
                     98: completed shortly after the 4.2 release in november 2007.
                     99:
1.70      miod      100: <p>
                    101: The next step was getting the 88110-based MVME197 designs to work.
1.80      miod      102: Single-processor kernels started to run reliably in december 2007;
                    103: multiprocessor support was completed in march 2009, but kept triggering
                    104: obscure bugs which eventually got tracked down to a processor errata,
                    105: fixed for good in april 2010.
1.70      miod      106:
1.89      miod      107: <p>
                    108: The long-awaited switch from the a.out binary format to ELF happened after the
                    109: 5.2 release, with a compiler upgrade to gcc 3.3.6.  This work paved the way
1.90      miod      110: for ELF shared libraries support.
1.89      miod      111:
1.29      miod      112: <hr>
                    113: <a name="status"></a>
                    114: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                    115:
1.13      smurph    116: <p>
1.70      miod      117: Currently, MVME187, MVME188 and MVME197 boards, as well as similar
1.46      miod      118: designs, are booting multi-user, supporting most of the on-board devices.
1.39      david     119: There are still a few caveats; depending on your exact hardware setup,
                    120: your mileage may vary.
1.74      sthen     121: Work is in progress to fix the remaining problems.
1.13      smurph    122:
1.29      miod      123: <hr>
                    124: <a name="projects"></a>
                    125: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                    126: </strong></font></h3>
1.19      smurph    127:
                    128: <p>
                    129: <ul>
1.77      miod      130:   <li>Work on unsupported device cards (MVME330, MVME374...).
1.19      smurph    131: </ul>
                    132:
1.13      smurph    133: <hr>
1.29      miod      134: <a name="hardware"></a>
                    135: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.13      smurph    136:
                    137: <p>
1.29      miod      138: <h4>Supported processor boards</h4>
1.13      smurph    139:
                    140: <p>
                    141: <ul>
1.35      miod      142: <li><strong>MVME187</strong><br>
                    143: A single 88100 processor-based version of the <a href="mvme68k.html">mvme68k</a>
1.36      miod      144: MVME167 and MVME177 boards. Features two 88200 CMMUs with 16KB cache
1.35      miod      145: each, SRAM, and on-board ethernet and SCSI controllers, as well as four serial
                    146: ports and one parallel port.<br>
1.55      miod      147: <li><strong>MVME188 and MVME188A</strong><br>
1.38      miod      148: Contrary to the other MVME processor boards, this board has no on-board
                    149: devices; it just acts as a container for an <i>HYPERmodule</i> which provides
1.69      miod      150: one, two or four 88100 processors, and two or four 88200 (16KB cache) or 88204
1.38      miod      151: (64KB cache) CMMUs per processor.<br>
1.55      miod      152: All HYPERmodules combinations are supported, but M88200 1P128 and 1P512 have
                    153: not been tested.<br>
1.38      miod      154: External cards specific to the MVME188 family provide memory and serial ports.
1.70      miod      155: <br>
1.75      miod      156: Multi-processor kernels are supported on these boards.
1.70      miod      157: <li><strong>MVME197LE</strong><br>
                    158: An entry-level design similar to the MVME187, but based on the 88110 processor
                    159: with integrated MMU and cache controller.<br>
                    160: <li><strong>MVME197SP and MVME197DP</strong><br>
                    161: Improved versions of the MVME197LE, with one (SP) or two (DP) 88110 processors,
                    162: and one 88410 external cache controller per processor.<br>
1.80      miod      163: Multi-processor kernels are supported on these boards.
1.13      smurph    164: </ul>
                    165:
1.29      miod      166: <p>
1.45      miod      167: Besides various Motorola complete systems (<strong>M8120</strong>,
1.76      miod      168: <strong>Series 900</strong>, etc), this port also runs on the
1.45      miod      169: MVME187-based <strong>Triton Dolphin System 100</strong>.
                    170:
                    171: <p>
1.29      miod      172: <h4>Supported on-board devices</h4>
1.13      smurph    173:
1.29      miod      174: <p>
1.13      smurph    175: <ul>
1.70      miod      176: <li><strong>MVME187 and MVME197</strong>
1.13      smurph    177:   <ul>
1.49      miod      178:   <li>Cirrus Logic CL2400 serial ports (tty00-tty03/tty07<i>[M8120]</i>) (cl)
1.45      miod      179:   <li>Intel 82596CA Ethernet interface
1.43      miod      180: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&amp;sektion=4&amp;arch=mvme88k">ie</a>)
1.45      miod      181:   <li>NCR53c710 SCSI Controller
1.53      miod      182: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=osiop&amp;sektion=4&amp;arch=mvme88k">osiop</a>)
1.45      miod      183:   <li>128KB SRAM (/dev/sram0)
                    184:   <li>8KB NVRAM (/dev/nvram0)
1.13      smurph    185:   </ul>
1.45      miod      186: </li>
                    187: <li><strong>MVME188</strong>
1.13      smurph    188:   <ul>
1.45      miod      189:   <li>serial ports on <i>SYSCON</i> board (ttya-ttyb) (dart)
                    190:   <li>2KB NVRAM (/dev/nvram0)
1.13      smurph    191:   </ul>
1.45      miod      192: </li>
1.29      miod      193: </ul>
1.13      smurph    194:
1.29      miod      195: <p>
1.45      miod      196: <h4>Supported VME boards</h4>
1.13      smurph    197:
1.29      miod      198: <p>
1.13      smurph    199: <ul>
1.77      miod      200:   <li><strong>MVME327A</strong> SCSI and floppy Controller
                    201: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vsbic&amp;sektion=4&amp;arch=mvme88k">vsbic</a>),
                    202: currently limited to the SCSI interface
1.45      miod      203:   <li><strong>MVME328</strong> High Performance SCSI Controller
1.43      miod      204: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vs&amp;sektion=4&amp;arch=mvme88k">vs</a>)
1.45      miod      205:   <li><strong>MVME332XT</strong> High Performance Serial I/O Controller
1.42      miod      206:        (8 serial ports, 1 parallel port) (vx)
1.45      miod      207:   <li><strong>MVME376</strong> Ethernet Communications Controller
1.44      miod      208: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4&amp;arch=mvme88k">le</a>)
1.13      smurph    209: </ul>
                    210:
1.33      miod      211: <p>
                    212: <h4>Unsupported processor boards</h4>
                    213: <p>
                    214:
                    215: <p>
1.70      miod      216: These boards are currently not supported. There is nothing, apart from lack
1.72      saad      217: of available hardware, preventing them from being supported eventually.
1.33      miod      218: <ul>
1.48      miod      219: <li><strong>MVME180 <i>``Angelfire''</i> and MVME181</strong><br>
                    220: A low-cost, entry level board, featuring a single 88100 processor, two 88200
                    221: CMMUs and two on-board serial ports.
1.33      miod      222: </ul>
                    223:
1.13      smurph    224: <hr>
1.29      miod      225: <a name="install"></a>
                    226: <h3><font color="#0000e0">
                    227: <strong>Getting and installing OpenBSD/mvme88k:</strong>
                    228: </font></h3>
                    229:
                    230: <p>
1.52      david     231: The latest supported OpenBSD/mvme88k release is
1.92    ! sthen     232: <a href="53.html">OpenBSD 5.3</a>.
1.52      david     233: Here are the
1.92    ! sthen     234: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.3/mvme88k/INSTALL.mvme88k">
        !           235: OpenBSD/mvme88k 5.3 installation instructions
1.52      david     236: </a>.
                    237:
                    238: <p>
1.38      miod      239: Snapshots are made available from time to time, in
1.92    ! sthen     240: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/mvme88k">this location</a>
1.33      miod      241: as well as in a few
                    242: <a href="ftp.html">mirrors</a>.
                    243: Here are the
1.92    ! sthen     244: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/mvme88k/INSTALL.mvme88k">
1.33      miod      245: OpenBSD/mvme88k snapshot installation instructions
                    246: </a> as well.
1.1       deraadt   247:
1.3       fn        248: <hr>
1.30      miod      249: <a name="details"></a>
1.29      miod      250: <h3><font color="#0000e0"><strong>Hardware details:</strong></font></h3>
1.13      smurph    251:
1.14      smurph    252: <p>
1.29      miod      253: As VME hardware is quite uncommon in the average retail place, and Motorola
                    254: 881x0-based hardware is even more rare, this section is here to satisfy the
                    255: well-founded curiosity about the mvme88k hardware.
                    256:
1.89      miod      257: <!--
1.48      miod      258: <p>
                    259: A comprehensive reference about the m88k processor and the various designs
                    260: built upon it is being gathered by Paul Weissmann at
1.57      miod      261: <a href="http://badabada.org/">badabada</a>.
1.89      miod      262: -->
1.48      miod      263:
1.52      david     264: <a name="pics"></a>
1.29      miod      265: <p>
                    266: Pictures of a Motorola 900 modular chassis, with a 33MHz MVME187 CPU board,
                    267: 32MB RAM, 4 MVME332XT serial boards, and an Archive 250MB QIC tape drive.
1.14      smurph    268: <ul>
1.29      miod      269:  <li><a href="images/mvme187-1.jpg">MVME187 Series 900 (front view)</a>
1.14      smurph    270:  <li><a href="images/mvme187-2.jpg">MVME187 Series 900 (rear view)</a>
                    271:  <li><a href="images/mvme187-3.jpg">MVME187 Series 900 (rear view w/terminal)</a>
                    272:  <li><a href="images/mvme187-4.jpg">MVME187 Series 900 (rear view close up)</a>
                    273:  <li><a href="images/mvme188-2.jpg">MVME188 Dual proc board</a>
                    274: </ul>
1.15      smurph    275:
                    276: <hr>
1.29      miod      277: <a href="plat.html">
                    278: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    279: </a>
                    280: <br>
                    281: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.3       fn        282: <br>
1.92    ! sthen     283: <small>$OpenBSD: mvme88k.html,v 1.91 2013/02/08 22:28:51 miod Exp $</small>
1.3       fn        284:
                    285: </body>
                    286: </html>