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

Annotation of www/hppa64.html, Revision 1.5

1.2       mickey      1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:         "http://www.w3.org/TR/html4/loose.dtd">
1.1       mickey      3: <html>
                      4: <head>
                      5: <title>OpenBSD/hppa64</title>
                      6: <link rev=made href=mailto:www@openbsd.org>
                      7: <meta name="resource-type" content="document">
                      8: <meta name="description" content="the OpenBSD/hppa64 page">
                      9: <meta name="keywords" content="openbsd,hppa,hppa64">
                     10: <meta name="distribution" content="global">
1.2       mickey     11: <meta name="copyright" content="This document copyright 2003 by OpenBSD.">
1.1       mickey     12: </head>
                     13:
                     14: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     15:
1.2       mickey     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141"
                     17: src="images/smalltitle.gif" border="0"></a>
                     18:
                     19: <h2><font color="#e00000">OpenBSD/hppa64</font></h2>
1.1       mickey     20:
1.3       mickey     21: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     22: <p>
                     23: <ul>
                     24:   <li><a href="#history">History and Status</a>
1.4       mickey     25:   <li><a href="#projects">Project list</a>
1.5     ! mickey     26:   <li><a href="#hardware"><i>Un</i>-supported hardware list</a>
1.3       mickey     27:   <li><a href="#hwdocs">Hardware documentation</a>
                     28: </ul>
                     29: </p>
                     30:
                     31:
1.1       mickey     32: <hr>
1.3       mickey     33: <a name="history"></a>
1.2       mickey     34: <h3><font color="#0000e0"><strong>History and Status:</strong></font></h3>
1.1       mickey     35:
                     36: <p>
1.5     ! mickey     37: There is an HP PA-RISC 2.x port in the beginning stages with support
        !            38: aimed for the 64-bit PA8x00-based HP workstations and servers.
1.1       mickey     39: </p>
                     40:
                     41: <p>
                     42: Contact <a href=mailto:mickey@openbsd.org>mickey</a> if you
                     43: would like more information.
                     44: </p>
                     45:
                     46: <hr>
1.4       mickey     47: <a name="projects"></a>
                     48: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     49: </strong></font></h3>
                     50:
                     51: <p>
                     52: <ul>
                     53:   <li>Backporting hppa64 support form gcc3.x
                     54:   <li>Verify binutils version in -current is sufficient (should be)
                     55:   <li>Clone hppa/stand for 64 bit support
                     56:   <li>Clone arch/hppa kernel files for 64 bit support
                     57:   <li>PCI drivers
                     58:   <li>Support for multiprocessor systems
                     59: </ul>
                     60: </p>
                     61:
                     62: <hr>
1.5     ! mickey     63: <a name="hardware"></a>
        !            64: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
        !            65:
        !            66: <p>
        !            67: As of now, no hardware is supported. Below is a list of models
        !            68: aimed for support.
        !            69: </p>
        !            70:
        !            71: <p>
        !            72: <h4>Unsupported models</h4>
        !            73: <ul>
        !            74:   <li>PA8000-based: C160/C180, D270/D370, D280/D380, J280/J282
        !            75:   <li>PA8200-based: C200/C240, D390, J2280
        !            76:   <li>PA8500-based: A400/A500, B1000, C360/C3000, J5000/J7000, L1000/L2000
        !            77:   <li>PA8600-based: B2000/B2600, C3600, J5600/J6000, L3000/rp5400
        !            78:   <li>PA8700-based: C3700, J6700, rp2400, N4000/rp7400, rp8400
        !            79: </ul>
        !            80: </p>
        !            81:
        !            82: <hr>
1.3       mickey     83: <a name="hwdocs"></a>
                     84: <h3><font color="#0000e0"><strong>Hardware documentation:</strong></font></h3>
                     85:
                     86: <p>
                     87: <ul>
                     88: <li><a href="http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,959,00.html">PA-RISC 2.0 Instruction Set Architecture</a> (<a href="http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,2533,00.html">PDF</a>) or a mirror <a href="http://ftp.parisc-linux.org/docs/parisc2.0.pdf">here</a>;
                     89: <li><a href="http://ftp.parisc-linux.org/docs/pdc.pdf">PA-RISC 2.0 Firmware Architecture Reference</a>;
                     90: <li><a href="http://ftp.parisc-linux.org/docs/pdce.pdf">PA-RISC 2.0 Firmware Architecture Reference (entry points)</a>
                     91: <li><a href="http://ftp.parisc-linux.org/docs/os_interface.pdf">PA-RISC 2.0 Firmware Architecture Reference (Operating System Interface)</a>;
                     92: <li><a href="http://ftp.parisc-linux.org/docs/data_formats.pdf">PA-RISC 2.0 Firmware Architecture Reference (Memory Data Formats)</a>.
                     93: </ul>
                     94: </p>
                     95:
                     96: <hr>
1.2       mickey     97: <a href="plat.html">
                     98: <img height="24" width="24" src="back.gif" border="0"
                     99: alt="Supported platforms"></a>
                    100: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.1       mickey    101: <br>
1.5     ! mickey    102: <small>$OpenBSD: hppa64.html,v 1.4 2003/06/02 20:04:16 mickey Exp $</small>
1.1       mickey    103: </body>
                    104: </html>