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

Annotation of www/loongson.html, Revision 1.41

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