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

Diff for /www/armv7.html between version 1.1 and 1.2

version 1.1, 2013/09/27 19:02:07 version 1.2, 2013/10/26 20:21:07
Line 46 
Line 46 
 <h3><font color="#0000e0"><strong>Current status</strong></font></h3>  <h3><font color="#0000e0"><strong>Current status</strong></font></h3>
   
 <p>  <p>
 The current target platforms are i.MX6 and OMAP3/4.  The current target platforms are Allwinner A1x/A20 (<tt>sunxi</tt>),
 We try to support most of the boards based on those SoCs.  Freescale i.MX6 (<tt>imx</tt>) and TI OMAP3/4
 A list of supported boards is in the section <a href="#hardware">Supported hardware</a>.  (<tt>am335x</tt>/<tt>beagle</tt>/<tt>panda</tt>). We try to support
 There are still a fair number of things to do on each of these boards.  most of the boards based on those SoCs. A list of supported boards
   is in the section <a href="#hardware">Supported hardware</a>.
   </p>
   
   <p>
   There are generally still a fair number of things to do on each of
   these boards, however OpenBSD is generally considered to be usuable on
   them.
 The platform is now self hosting, however there is no SMP support.  The platform is now self hosting, however there is no SMP support.
 Networking is working on i.MX6, the PandaBoard and the BeagleBone.  Networking is working on <tt>am335xi</tt>,<tt>imx</tt>, <tt>panda</tt>
   and <tt>sunxi</tt>.
 </p>  </p>
   
 <a name="hardware"></a>  <a name="hardware"></a>
 <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>  <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>
   
 <h4>Supported platforms</h4>  <h4>Supported platforms</h4>
   
   <p>
   A note on the platforms and the associated boards; OpenBSD/armv7
   bundles various platforms sharing the ARM v7 architecture. Due to the
   fact that there are many System on a Chips (SoC) around, this
   OpenBSD/armv7 differenties between various SoCs and they may have a
   different level of support between them. All devices based on the
   i.MX6 are refered to as <tt>imx</tt>, all devices based on A1x/A20 are
   refered to as <tt>sunxi</tt>. The boards with an OMAP 3/4 SoC are
   subdivided into <tt>am335x</tt> (for BeagleBone),<tt>beagle</tt> (for
   BeagleBoard) and <tt>panda</tt> (for PandaBoard).
   </p>
   
 <ul>  <ul>
           <li>A1x/A20
           <ul>
                   <li>Cubieboard and Cubieboard 2</li>
           </ul>
         <li>i.MX6          <li>i.MX6
         <ul>          <ul>
                 <li>SABRE Lite</li>                  <li>SABRE Lite</li>
Line 76 
Line 101 
   
 <h4>Ethernet</h4>  <h4>Ethernet</h4>
 <ul>  <ul>
         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpsw&amp;sektion=4&amp;arch=armv7">cpsw(4)</a> CPSW Ethernet device.</li>          <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpsw&amp;sektion=4&amp;arch=armv7">cpsw(4)</a>
         <li>i.MX Ethernet.</li>            CPSW Ethernet device on <tt>am335x</tt></li>
           <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=imxenet&amp;sektion=4&amp;arch=armv7">imxenet(4)</a>
             i.MX Ethernet device on <tt>imx</tt></li>
 </ul>  </ul>
   
 <h4>Storage</h4>  <h4>Storage</h4>
 <ul>  <ul>
         <li>ahci(4) on i.MX6.</li>          <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&amp;sektion=4&amp;arch=armv7">ahci(4)</a>
             on <tt>imx</tt>
         <li>SD/MMC controller on i.MX6/OMAP, including BeagleBone Black's built-in flash.</li>          <li>SD/MMC controller on i.MX6/OMAP, including BeagleBone Black's built-in flash.</li>
 </ul>  </ul>
   
 <h4>USB</h4>  <h4>USB</h4>
 <ul>  <ul>
         <li>ehci(4) on i.MX6 based models and the PandaBoard models.</li>          <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&amp;sektion=4&amp;arch=armv7">ehci(4)</a>
             on <tt>imx</tt> and <tt>panda</tt>.</li>
 </ul>  </ul>
   
 <a name="projects"></a>  <a name="projects"></a>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2