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

Annotation of www/palm.html, Revision 1.10

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