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

Annotation of www/palm.html, Revision 1.17

1.1       jasper      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/palm</title>
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="description" content="the OpenBSD/palm page">
1.5       miod        8: <meta name="copyright" content="This document copyright 2009-2013 by OpenBSD.">
1.15      tb          9: <meta name="viewport" content="width=device-width, initial-scale=1">
                     10: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.16      tb         11: <link rel="canonical" href="https://www.openbsd.org/palm.html">
1.1       jasper     12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     15:
1.15      tb         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">palm</font>
                     20: </h2>
1.1       jasper     21: <hr>
1.15      tb         22: <p>
                     23:
1.1       jasper     24: <a href="images/palm.jpg">
1.15      tb         25: <img src="images/palm-small.jpg" width="400" height="300" align="right"
                     26: alt="small palm"></a>
1.1       jasper     27:
1.6       bcallah    28: OpenBSD/palm was an experimental port of OpenBSD that used to run on PDAs made
                     29: by Palm with an ARM PXA2xx processor.
1.14      deraadt    30: <p>
1.1       jasper     31:
1.14      deraadt    32: There was never an official release of the OpenBSD/palm port.
1.1       jasper     33: <p>
                     34:
1.8       deraadt    35: <strong>The OpenBSD/palm port was discontinued after the 5.3 release.</strong>
1.1       jasper     36:
                     37: <br clear=all>
                     38: <hr>
                     39:
                     40: <a name="history"></a>
                     41: <h3><font color="#0000e0"><strong>History</strong></font></h3>
                     42:
                     43: <p>
1.6       bcallah    44: The Palm port was started as a fork of the Zaurus port in March 2009 with the
1.1       jasper     45: intention to make the system run on Palm Tungsten|T5. The project was later
                     46: approved as a semestral work at the <a href="http://www.ksi.mff.cuni.cz/en/">
                     47: Department of Software Engineering</a>, <a
                     48: href="http://www.mff.cuni.cz/toISO-8859-2.en/">Faculty
                     49: of Mathematics and Physics</a>, <a href="http://www.cuni.cz/UKENG-1.html">
                     50: Charles University in Prague</a> mentored by <a
                     51: href="http://www.egothor.org/~galambos/">Leo Galambos</a>.</p>
                     52: <p>
                     53: As the project advanced, support for more Palm devices was added as well as
                     54: support for various peripherals and the project outgrew the initial agreement
                     55: for the semestral project.</p>
                     56: <a name="status"></a>
                     57: <h3><font color="#0000e0"><strong>Current status</strong></font></h3>
                     58:
                     59: <p>
1.6       bcallah    60: OpenBSD/palm had been tested and was known to be working on the following
                     61: models: Tungsten|T5, T|X, LifeDrive and the Zire72. There was also initial
                     62: support for the Palm Tungsten|C.</p>
1.1       jasper     63: <p>
1.6       bcallah    64: Support included the LCD, buttons, USB host (through a hub with external
1.4       ian        65: power supply), PXA SD/MMC controller and UART (not available on Zire72).
                     66: On Palm LifeDrive there is also a driver for the builtin hard drive.</p>
1.1       jasper     67: <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>
                     68:
                     69: <ul>
1.15      tb         70: <li style="list-style-type: none">
1.1       jasper     71: For a complete system component and device driver listing for this architecture,
1.17    ! tb         72: see <a href="https://man.openbsd.org/?query=intro&amp;arch=zaurus&amp;sektion=4">intro(4/zaurus)</a>.
1.1       jasper     73: <p>
                     74:
                     75: <li><strong>Tungsten|T5 / T|X / LifeDrive / Zire 72</strong>
1.2       jasper     76: <li>Intel PXA27x ARM CPU.
1.17    ! tb         77: <li><a href="https://man.openbsd.org/?query=com&amp;sektion=4">com(4)</a> standard, infrared and bluetooth serial ports.
1.1       jasper     78:
1.17    ! tb         79: <li><a href="https://man.openbsd.org/?query=lcd&amp;arch=palm&amp;sektion=4">lcd(4)</a> display panel, supporting <a href="https://man.openbsd.org/?query=wscons&amp;arch=zaurus&amp;sektion=4">wscons(4)</a>.
        !            80: <li><a href="https://man.openbsd.org/?query=wskbd&amp;arch=palm&amp;sektion=4">wskbd(4)</a> keyboard.
1.1       jasper     81:
1.17    ! tb         82: <li><a href="https://man.openbsd.org/?query=wd&amp;sektion=4">wd(4)</a> on-board microdrive.
        !            83: <li><a href="https://man.openbsd.org/?query=ohci&amp;sektion=4">ohci(4)</a>
        !            84: USB controller supporting most <a href="https://man.openbsd.org/?query=usb&amp;sektion=4">usb(4)</a> devices.
1.1       jasper     85: <!--
1.17    ! tb         86: , or acting as a <a href="https://man.openbsd.org/?query=cdcef&amp;sektion=4">cdcef(4)</a> 'ethernet' slave.
1.1       jasper     87: -->
1.17    ! tb         88: <li><a href="https://man.openbsd.org/?query=pxammc&amp;sektion=4&amp;arch=palm">pxammc(4)</a> MMC/SD/SDIO controller.
        !            89: <li><a href="https://man.openbsd.org/?query=pxagpio&amp;sektion=4&amp;arch=palm">pxagpio(4)</a> GPIO controller.
1.1       jasper     90:
                     91: <!--
                     92: <li><a
1.17    ! tb         93:     href="https://man.openbsd.org/?query=apm&amp;sektion=4&amp;arch=palm">apm(4)</a>
1.1       jasper     94:     power management and suspend.
                     95: -->
                     96:
                     97:
                     98: <p>
                     99: <li>Devices that can be connected:
                    100: <ul>
1.17    ! tb        101: <li>Most USB devices, see <a href="https://man.openbsd.org/?query=usb&amp;sektion=4">usb(4)</a> for a list.
1.15      tb        102: </ul>
1.1       jasper    103: </ul>
                    104:
                    105: </body>
                    106: </html>