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

Annotation of www/loongson.html, Revision 1.63

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.53      tb          9: <meta name="viewport" content="width=device-width, initial-scale=1">
                     10: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.55      tb         11: <link rel="canonical" href="https://www.openbsd.org/loongson.html">
1.1       miod       12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.53      tb         15:
                     16: <h2>
                     17: <a href="index.html">
                     18: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
                     19: <font color="#e00000">loongson</font>
                     20: </h2>
                     21: <hr>
1.1       miod       22: <p>
                     23:
1.5       otto       24: <a href="images/lemote.jpg">
1.53      tb         25: <img src="images/lemote.jpg" width="600" height="400" align="right"
                     26: alt="lemote"></a>
1.5       otto       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
1.51      tj         31: <a href="http://www.opsycon.se/PMON2000/Main">PMON</a> firmware and boot loader.
1.1       miod       32:
1.52      deraadt    33: <br clear=all>
1.1       miod       34: <hr>
1.45      bentley    35:
                     36: <h3 id="history"><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       miod       37: <p>
                     38: The idea of an OpenBSD/loongson started when the EMTEC Gdium Liberty netbook
                     39: was announced. Unfortunately, the general availability of these machines kept
1.2       miod       40: being delayed. Because of this, focus switched to the Lemote Yeeloong netbook
1.16      deraadt    41: instead. After procrastinating for months, serious work started in August 2009,
1.11      jsg        42: and the kernel work was completed by the end of November 2009.
1.1       miod       43: <p>
                     44: Unfortunately, most of the Loongson 2F-based hardware available at that time
                     45: suffers from serious problems in the processor's branch prediction logic,
1.20      miod       46: causing the system to freeze, for which <b>errata information only exists
1.37      bcallah    47: in the Chinese documentation</b> (chapter 15, missing from the English
                     48: translation), the only English language information being an
1.50      mmcc       49: <a href="http://sourceware.org/ml/binutils/2009-11/msg00387.html">email</a>
1.1       miod       50: on a toolchain mailing-list.
                     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.10      miod       54: <p>
                     55: This solid foundation allowed for support for other designs to be added
                     56: pretty quickly, over the next couple of weeks.
                     57: <p>
                     58: And work continues...
1.1       miod       59:
                     60: <hr>
1.45      bentley    61:
                     62: <h3 id="hardware"><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
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.
                     68: <p>
                     69: At the moment, the following machines are supported:
                     70: <ul>
1.51      tj         71: <li><a href="http://zkml.lemote.com/en/products/mini-computer/2010/0310/111.html">Lemote Fuloong 2F
1.10      miod       72: mini-PC</a>
1.9       otto       73: <br>
1.22      miod       74: All on-board devices are supported, but the framebuffer is currently limited
                     75: to the 640x400x8 video mode set up by the firmware.
1.51      tj         76: <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       77: <br>
                     78: All on-board devices are supported, but the framebuffer is currently limited
                     79: to the 1360x768x16 video mode set up by the firmware.
1.51      tj         80: <li><a href="http://zkml.lemote.com/en/products/Notebook/2010/0310/112.html">Lemote Yeeloong
1.10      miod       81: netbook</a>
                     82: <br>
                     83: Both the 8.9" and 10.1" models are supported.
1.18      miod       84: All on-board devices are supported.
1.51      tj         85: <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       86: <br>
1.13      miod       87: All on-board devices but the audio controller are supported.
1.1       miod       88: </ul>
                     89:
                     90: <hr>
1.45      bentley    91:
                     92: <h3 id="status"><font color="#0000e0"><strong>Current status:</strong></font></h3>
1.1       miod       93:
                     94: <p>
                     95: All supported systems run multiuser, and a currently unaccelerated
1.22      miod       96: X server is available.
1.1       miod       97:
                     98: <hr>
1.45      bentley    99:
                    100: <h3 id="install"><font color="#0000e0">
1.38      bcallah   101: <strong>Getting and installing OpenBSD/loongson:</strong>
1.1       miod      102: </font></h3>
                    103:
                    104: <p>
                    105: The latest supported OpenBSD/loongson release is
1.63    ! tj        106: <a href="65.html">OpenBSD 6.5</a>.
1.1       miod      107: Here are the
1.63    ! tj        108: <a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/loongson/INSTALL.loongson">
1.60      tj        109: OpenBSD/loongson installation instructions</a>.
1.1       miod      110:
                    111: <p>
                    112: Snapshots are made available from time to time, in
1.62      tj        113: <a href="https://cdn.openbsd.org/pub/OpenBSD/snapshots/loongson">this location</a>
                    114: as well as on a few
1.1       miod      115: <a href="ftp.html">mirrors</a>.
                    116: Here are the
1.62      tj        117: <a href="https://ftp.openbsd.org/pub/OpenBSD/snapshots/loongson/INSTALL.loongson">
1.58      tb        118: OpenBSD/loongson snapshot installation instructions</a> as well.
1.1       miod      119:
                    120: </body>
                    121: </html>