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

Annotation of www/loongson.html, Revision 1.71

1.64      bentley     1: <!doctype html>
                      2: <html lang=en id=platform>
                      3: <meta charset=utf-8>
                      4:
1.1       miod        5: <title>OpenBSD/loongson</title>
                      6: <meta name="description" content="the OpenBSD/loongson page">
1.53      tb          7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.55      tb          9: <link rel="canonical" href="https://www.openbsd.org/loongson.html">
1.1       miod       10:
1.53      tb         11:
1.64      bentley    12: <h2 id=OpenBSD>
1.53      tb         13: <a href="index.html">
1.64      bentley    14: <i>Open</i><b>BSD</b></a>
                     15: loongson
1.53      tb         16: </h2>
                     17: <hr>
1.64      bentley    18:
                     19: <table><tr><td>
1.1       miod       20: <p>
                     21: OpenBSD/loongson is a port intended to run on systems based upon the
                     22: Loongson (also known as <i>Godson</i>) 2E and 2F MIPS-compatible processors,
                     23: using the
1.68      visa       24: <a href="http://cgit.loongnix.org/cgit/pmon-loongson3/">PMON</a> firmware and boot loader.
1.1       miod       25:
1.71    ! deraadt    26: <p>
        !            27: <strong>The OpenBSD/loongson port has been discontinued after the 7.0 release.</strong>
        !            28: </table>
        !            29:
1.64      bentley    30: <td>
                     31: <a href="images/lemote.jpg">
                     32: <img src="images/lemote.jpg" width="600" height="400" alt="lemote"></a>
                     33: </table>
                     34:
1.1       miod       35: <hr>
1.45      bentley    36:
1.64      bentley    37: <h3 id="history"><strong>History:</strong></h3>
                     38:
1.1       miod       39: <p>
                     40: The idea of an OpenBSD/loongson started when the EMTEC Gdium Liberty netbook
                     41: was announced. Unfortunately, the general availability of these machines kept
1.2       miod       42: being delayed. Because of this, focus switched to the Lemote Yeeloong netbook
1.16      deraadt    43: instead. After procrastinating for months, serious work started in August 2009,
1.11      jsg        44: and the kernel work was completed by the end of November 2009.
1.64      bentley    45:
1.1       miod       46: <p>
                     47: Unfortunately, most of the Loongson 2F-based hardware available at that time
                     48: suffers from serious problems in the processor's branch prediction logic,
1.20      miod       49: causing the system to freeze, for which <b>errata information only exists
1.37      bcallah    50: in the Chinese documentation</b> (chapter 15, missing from the English
                     51: translation), the only English language information being an
1.50      mmcc       52: <a href="http://sourceware.org/ml/binutils/2009-11/msg00387.html">email</a>
1.1       miod       53: on a toolchain mailing-list.
1.64      bentley    54:
1.1       miod       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.64      bentley    58:
1.10      miod       59: <p>
                     60: This solid foundation allowed for support for other designs to be added
                     61: pretty quickly, over the next couple of weeks.
1.64      bentley    62:
1.10      miod       63: <p>
                     64: And work continues...
1.1       miod       65:
                     66: <hr>
1.45      bentley    67:
1.64      bentley    68: <h3 id="hardware"><strong>Supported hardware:</strong></h3>
                     69:
1.1       miod       70: <p>
1.10      miod       71: The OpenBSD/loongson kernel has generic support for systems built with either
                     72: Loongson 2E processors and Algorithmics Bonito64 PCI and memory controller,
                     73: or Loongson 2F processors with their integrated PCI/PCI-X and memory controller.
1.1       miod       74: Specific hardware support is then written on a design-by-design basis.
1.64      bentley    75:
1.1       miod       76: <p>
                     77: At the moment, the following machines are supported:
1.64      bentley    78:
1.1       miod       79: <ul>
1.51      tj         80: <li><a href="http://zkml.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.51      tj         85: <li><a href="http://zkml.lemote.com/en/products/all-in-one/2010/0311/122.html">Lemote Lynloong all-in-one-PC</a>
1.24      miod       86: <br>
1.69      visa       87: All on-board devices on LM9001/LM9002 are supported, but the framebuffer
                     88: is currently limited to the 1368x768x16 video mode set up by the firmware.
1.51      tj         89: <li><a href="http://zkml.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.51      tj         94: <li><a href="https://web.archive.org/web/20130401064451/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>
1.45      bentley   100:
1.64      bentley   101: <h3 id="status"><strong>Current status:</strong></h3>
1.1       miod      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>
1.45      bentley   108:
1.64      bentley   109: <h3 id="install">
1.38      bcallah   110: <strong>Getting and installing OpenBSD/loongson:</strong>
1.64      bentley   111: </h3>
1.1       miod      112:
                    113: <p>
                    114: The latest supported OpenBSD/loongson release is
1.70      tj        115: <a href="69.html">OpenBSD 6.9</a>.
1.1       miod      116: Here are the
1.70      tj        117: <a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/loongson/INSTALL.loongson">
1.60      tj        118: OpenBSD/loongson installation instructions</a>.
1.1       miod      119:
                    120: <p>
                    121: Snapshots are made available from time to time, in
1.62      tj        122: <a href="https://cdn.openbsd.org/pub/OpenBSD/snapshots/loongson">this location</a>
                    123: as well as on a few
1.1       miod      124: <a href="ftp.html">mirrors</a>.
                    125: Here are the
1.62      tj        126: <a href="https://ftp.openbsd.org/pub/OpenBSD/snapshots/loongson/INSTALL.loongson">
1.58      tb        127: OpenBSD/loongson snapshot installation instructions</a> as well.