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

Annotation of www/loongson.html, Revision 1.50

1.1       miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:         "http://www.w3.org/TR/html4/loose.dtd">
                      3: <html>
                      4: <head>
                      5: <title>OpenBSD/loongson</title>
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="description" content="the OpenBSD/loongson page">
                      8: <meta name="copyright" content="This document copyright 2010 by OpenBSD.">
1.47      sthen       9: <link rel="canonical" href="http://www.openbsd.org/loongson.html">
1.1       miod       10: </head>
                     11:
                     12: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.32      nick       13: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141"
                     14: src="images/smalltitle.gif" border="0"></a>
1.1       miod       15: <p>
                     16: <h2><font color="#e00000">OpenBSD/loongson</font></h2>
                     17:
                     18: <hr>
                     19:
                     20: <p>
1.5       otto       21: <a href="images/lemote.jpg">
                     22: <img src="images/lemote.jpg" width="600" height="400"
                     23: align="right"></a>
                     24:
1.1       miod       25: OpenBSD/loongson is a port intended to run on systems based upon the
                     26: Loongson (also known as <i>Godson</i>) 2E and 2F MIPS-compatible processors,
                     27: using the
                     28: <a href="http://www.pmon2000.com/">PMON</a> firmware and boot loader.
                     29:
1.45      bentley    30: <h3 id="toc"><font color="#0000e0"><i>Table of contents</i></font></h3>
1.1       miod       31: <ul>
                     32:   <li><a href="#history">History of the port</a>
                     33:   <li><a href="#hardware">Supported hardware</a>
                     34:   <li><a href="#status">Current status</a>
                     35:   <li><a href="#install">Getting and installing OpenBSD/loongson</a>
                     36: </ul>
                     37:
                     38: <hr>
1.45      bentley    39:
                     40: <h3 id="history"><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       miod       41: <p>
                     42: The idea of an OpenBSD/loongson started when the EMTEC Gdium Liberty netbook
                     43: was announced. Unfortunately, the general availability of these machines kept
1.2       miod       44: being delayed. Because of this, focus switched to the Lemote Yeeloong netbook
1.16      deraadt    45: instead. After procrastinating for months, serious work started in August 2009,
1.11      jsg        46: and the kernel work was completed by the end of November 2009.
1.1       miod       47: <p>
                     48: Unfortunately, most of the Loongson 2F-based hardware available at that time
                     49: suffers from serious problems in the processor's branch prediction logic,
1.20      miod       50: causing the system to freeze, for which <b>errata information only exists
1.37      bcallah    51: in the Chinese documentation</b> (chapter 15, missing from the English
                     52: translation), the only English language information being an
1.50    ! mmcc       53: <a href="http://sourceware.org/ml/binutils/2009-11/msg00387.html">email</a>
1.1       miod       54: on a toolchain mailing-list.
                     55: <p>
                     56: After a rush of adding silicon problems workarounds, the port to the Lemote
1.11      jsg        57: Yeeloong was completed and self hosting by the end of January 2010.
1.10      miod       58: <p>
                     59: This solid foundation allowed for support for other designs to be added
                     60: pretty quickly, over the next couple of weeks.
                     61: <p>
                     62: And work continues...
1.1       miod       63:
                     64: <hr>
1.45      bentley    65:
                     66: <h3 id="hardware"><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.1       miod       67: <p>
1.10      miod       68: The OpenBSD/loongson kernel has generic support for systems built with either
                     69: Loongson 2E processors and Algorithmics Bonito64 PCI and memory controller,
                     70: or Loongson 2F processors with their integrated PCI/PCI-X and memory controller.
1.1       miod       71: Specific hardware support is then written on a design-by-design basis.
                     72: <p>
                     73: At the moment, the following machines are supported:
                     74: <ul>
1.25      jasper     75: <li><a href="http://www.lemote.com/en/products/mini-computer/2010/0310/111.html">Lemote Fuloong 2F
1.10      miod       76: mini-PC</a>
1.9       otto       77: <br>
1.22      miod       78: All on-board devices are supported, but the framebuffer is currently limited
                     79: to the 640x400x8 video mode set up by the firmware.
1.25      jasper     80: <li><a href="http://www.lemote.com/en/products/all-in-one/2010/0311/122.html">Lemote Lynloong all-in-one-PC</a>
1.24      miod       81: <br>
                     82: All on-board devices are supported, but the framebuffer is currently limited
                     83: to the 1360x768x16 video mode set up by the firmware.
1.25      jasper     84: <li><a href="http://www.lemote.com/en/products/Notebook/2010/0310/112.html">Lemote Yeeloong
1.10      miod       85: netbook</a>
                     86: <br>
                     87: Both the 8.9" and 10.1" models are supported.
1.18      miod       88: All on-board devices are supported.
1.10      miod       89: <li><a href="http://www.gdium.com/en/product/liberty1000">EMTEC Gdium Liberty 1000 netbook</a>
1.6       miod       90: <br>
1.13      miod       91: All on-board devices but the audio controller are supported.
1.1       miod       92: </ul>
                     93:
                     94: <hr>
1.45      bentley    95:
                     96: <h3 id="status"><font color="#0000e0"><strong>Current status:</strong></font></h3>
1.1       miod       97:
                     98: <p>
                     99: All supported systems run multiuser, and a currently unaccelerated
1.22      miod      100: X server is available.
1.1       miod      101:
                    102: <hr>
1.45      bentley   103:
                    104: <h3 id="install"><font color="#0000e0">
1.38      bcallah   105: <strong>Getting and installing OpenBSD/loongson:</strong>
1.1       miod      106: </font></h3>
                    107:
                    108: <p>
                    109: The latest supported OpenBSD/loongson release is
1.49      sthen     110: <a href="58.html">OpenBSD 5.8</a>.
1.1       miod      111: Here are the
1.49      sthen     112: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.8/loongson/INSTALL.loongson">
                    113: OpenBSD/loongson 5.8 installation instructions
1.1       miod      114: </a>.
                    115:
                    116: <p>
                    117: Snapshots are made available from time to time, in
1.39      sthen     118: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/loongson">this location</a>
1.1       miod      119: as well as in a few
                    120: <a href="ftp.html">mirrors</a>.
                    121: Here are the
1.39      sthen     122: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/loongson/INSTALL.loongson">
1.1       miod      123: OpenBSD/loongson snapshot installation instructions
                    124: </a> as well.
                    125:
                    126: </body>
                    127: </html>