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

Annotation of www/loongson.html, Revision 1.40

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