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

Annotation of www/palm.html, Revision 1.14

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