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

Annotation of www/loongson.html, Revision 1.78

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.64      bentley    26: <td>
                     27: <a href="images/lemote.jpg">
                     28: <img src="images/lemote.jpg" width="600" height="400" alt="lemote"></a>
                     29: </table>
                     30:
1.1       miod       31: <hr>
1.45      bentley    32:
1.64      bentley    33: <h3 id="history"><strong>History:</strong></h3>
                     34:
1.1       miod       35: <p>
                     36: The idea of an OpenBSD/loongson started when the EMTEC Gdium Liberty netbook
                     37: was announced. Unfortunately, the general availability of these machines kept
1.2       miod       38: being delayed. Because of this, focus switched to the Lemote Yeeloong netbook
1.16      deraadt    39: instead. After procrastinating for months, serious work started in August 2009,
1.11      jsg        40: and the kernel work was completed by the end of November 2009.
1.64      bentley    41:
1.1       miod       42: <p>
                     43: Unfortunately, most of the Loongson 2F-based hardware available at that time
                     44: suffers from serious problems in the processor's branch prediction logic,
1.20      miod       45: causing the system to freeze, for which <b>errata information only exists
1.37      bcallah    46: in the Chinese documentation</b> (chapter 15, missing from the English
                     47: translation), the only English language information being an
1.50      mmcc       48: <a href="http://sourceware.org/ml/binutils/2009-11/msg00387.html">email</a>
1.1       miod       49: on a toolchain mailing-list.
1.64      bentley    50:
1.1       miod       51: <p>
                     52: After a rush of adding silicon problems workarounds, the port to the Lemote
1.11      jsg        53: Yeeloong was completed and self hosting by the end of January 2010.
1.64      bentley    54:
1.10      miod       55: <p>
                     56: This solid foundation allowed for support for other designs to be added
1.72      tj         57: pretty quickly over the next couple of weeks.
1.1       miod       58:
                     59: <hr>
1.45      bentley    60:
1.64      bentley    61: <h3 id="hardware"><strong>Supported hardware:</strong></h3>
                     62:
1.1       miod       63: <p>
1.10      miod       64: The OpenBSD/loongson kernel has generic support for systems built with either
                     65: Loongson 2E processors and Algorithmics Bonito64 PCI and memory controller,
                     66: or Loongson 2F processors with their integrated PCI/PCI-X and memory controller.
1.1       miod       67: Specific hardware support is then written on a design-by-design basis.
1.64      bentley    68:
1.1       miod       69: <p>
                     70: At the moment, the following machines are supported:
1.64      bentley    71:
1.1       miod       72: <ul>
1.76      mbuhl      73: <li><a href="https://web.archive.org/web/20190101154956/http://zkml.lemote.com/en/products/mini-computer/2010/0310/111.html">Lemote Fuloong 2F
1.10      miod       74: mini-PC</a>
1.9       otto       75: <br>
1.22      miod       76: All on-board devices are supported, but the framebuffer is currently limited
                     77: to the 640x400x8 video mode set up by the firmware.
1.76      mbuhl      78: <li><a href="https://web.archive.org/web/20190101150011/http://zkml.lemote.com/en/products/all-in-one/2010/0311/122.html">Lemote Lynloong all-in-one-PC</a>
1.24      miod       79: <br>
1.69      visa       80: All on-board devices on LM9001/LM9002 are supported, but the framebuffer
                     81: is currently limited to the 1368x768x16 video mode set up by the firmware.
1.76      mbuhl      82: <li><a href="https://web.archive.org/web/20160703160118/http://zkml.lemote.com/en/products/Notebook/2010/0310/112.html">Lemote Yeeloong
1.10      miod       83: netbook</a>
                     84: <br>
                     85: Both the 8.9" and 10.1" models are supported.
1.18      miod       86: All on-board devices are supported.
1.51      tj         87: <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       88: <br>
1.13      miod       89: All on-board devices but the audio controller are supported.
1.1       miod       90: </ul>
                     91:
                     92: <hr>
1.45      bentley    93:
1.64      bentley    94: <h3 id="status"><strong>Current status:</strong></h3>
1.1       miod       95:
                     96: <p>
                     97: All supported systems run multiuser, and a currently unaccelerated
1.22      miod       98: X server is available.
1.1       miod       99:
                    100: <hr>
1.45      bentley   101:
1.64      bentley   102: <h3 id="install">
1.38      bcallah   103: <strong>Getting and installing OpenBSD/loongson:</strong>
1.64      bentley   104: </h3>
1.1       miod      105:
                    106: <p>
1.73      jsg       107: The latest supported OpenBSD/loongson release is
1.78    ! tj        108: <a href="75.html">OpenBSD 7.5</a>.
1.1       miod      109: Here are the
1.78    ! tj        110: <a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/loongson/INSTALL.loongson">
1.60      tj        111: OpenBSD/loongson installation instructions</a>.
1.73      jsg       112:
                    113: <p>
                    114: Snapshots are made available from time to time, in
                    115: <a href="https://cdn.openbsd.org/pub/OpenBSD/snapshots/loongson">this location</a>
                    116: as well as on a few
                    117: <a href="ftp.html">mirrors</a>.
                    118: Here are the
                    119: <a href="https://ftp.openbsd.org/pub/OpenBSD/snapshots/loongson/INSTALL.loongson">
                    120: OpenBSD/loongson snapshot installation instructions</a> as well.