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

Diff for /www/armv7.html between version 1.41 and 1.42

version 1.41, 2017/10/09 02:30:54 version 1.42, 2017/12/17 13:43:48
Line 38 
Line 38 
 <a name="status"></a>  <a name="status"></a>
 <h3><font color="#0000e0"><strong>Current status</strong></font></h3>  <h3><font color="#0000e0"><strong>Current status</strong></font></h3>
   
 The current target platforms are Allwinner A10/A20 (<tt>sunxi</tt>),  The current target platforms are Allwinner A10/A20/A80/H3
 Freescale i.MX6 (<tt>imx</tt>) and TI OMAP3/4  (<tt>sunxi</tt>), Freescale i.MX6 (<tt>imx</tt>) and TI OMAP3/4
 (<tt>am335x</tt>/<tt>beagle</tt>/<tt>panda</tt>). We try to support  (<tt>am335x</tt>/<tt>beagle</tt>/<tt>panda</tt>). We try to support
 most of the boards based on those SoCs. A list of supported boards  most of the boards based on those SoCs. A list of supported boards is
 is in the <a href="#hardware">supported hardware</a> section.  in the <a href="#hardware">supported hardware</a> section.
 </p>  </p>
   
 <p>  <p>
 There are generally still a fair number of things to do on each of  There are still a fair number of things to do on each of these boards,
 these boards, however OpenBSD is generally considered to be usable on  however OpenBSD is generally considered to be usable on them.  The
 them.  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 <tt>am335x</tt>, <tt>imx</tt>, <tt>panda</tt>  Networking is working on <tt>am335x</tt>, <tt>imx</tt>, <tt>panda</tt>
 and <tt>sunxi</tt>.  and Allwinner A10/A20/H3.
 </p>  </p>
   
 <a name="hardware"></a>  <a name="hardware"></a>
Line 59 
Line 58 
   
 A note on the platforms and the associated boards: OpenBSD/armv7  A note on the platforms and the associated boards: OpenBSD/armv7
 bundles various platforms sharing the ARM v7 architecture. Due to the  bundles various platforms sharing the ARM v7 architecture. Due to the
 fact that there are many System on a Chips (SoC) around,  fact that there are many System on a Chips (SoC) around, OpenBSD/armv7
 OpenBSD/armv7 differentiates between various SoCs and may have a  differentiates between various SoCs and may have a different level of
 different level of support between them. All devices based on the  support between them. All devices based on the i.MX6 are referred to
 i.MX6 are referred to as <tt>imx</tt>, all devices based on A10/A20 are  as <tt>imx</tt>, all devices based on A10/A20/A80/H3 are referred to
 referred to as <tt>sunxi</tt>. The boards with an OMAP 3/4 SoC are  as <tt>sunxi</tt>. The boards with an OMAP 3/4 SoC are subdivided into
 subdivided into <tt>am335x</tt> (for BeagleBone), <tt>beagle</tt> (for  <tt>am335x</tt> (for BeagleBone), <tt>beagle</tt> (for BeagleBoard)
 BeagleBoard) and <tt>panda</tt> (for PandaBoard).  and <tt>panda</tt> (for PandaBoard).
 </p>  </p>
   
 <ul>  <ul>
Line 76 
Line 75 
                 <li>Banana Pi</li>                  <li>Banana Pi</li>
         </ul>          </ul>
         </li>          </li>
           <li>Allwinner A80
           <ul>
                   <li>Cubieboard4</li>
           </ul>
           </li>
           <li>Allwinner H3
           <ul>
                   <li>Banana Pi M2+</li>
                   <li>Orange Pi One</li>
           </ul>
           </li>
         <li>Freescale/NXP i.MX6          <li>Freescale/NXP i.MX6
         <ul>          <ul>
                 <li>Boundary Devices SABRE Lite/BD-SL-i.MX6</li>                  <li>Boundary Devices SABRE Lite/BD-SL-i.MX6</li>
Line 104 
Line 114 
         <li><a href="https://man.openbsd.org/?query=smsc&amp;sektion=4&amp;arch=armv7">smsc(4)</a>          <li><a href="https://man.openbsd.org/?query=smsc&amp;sektion=4&amp;arch=armv7">smsc(4)</a>
           integrated SMSC LAN95xx 10/100 USB Ethernet on <tt>panda</tt></li>            integrated SMSC LAN95xx 10/100 USB Ethernet on <tt>panda</tt></li>
         <li><a href="https://man.openbsd.org/?query=sxie&amp;sektion=4&amp;arch=armv7">sxie(4)</a>          <li><a href="https://man.openbsd.org/?query=sxie&amp;sektion=4&amp;arch=armv7">sxie(4)</a>
           sunxi EMAC 10/100 Ethernet device on <tt>sunxi</tt></li>            sunxi EMAC 10/100 Ethernet device on Allwinner A10</li>
         <li><a href="https://man.openbsd.org/?query=dwge&amp;sektion=4&amp;arch=armv7">dwge(4)</a>          <li><a href="https://man.openbsd.org/?query=dwge&amp;sektion=4&amp;arch=armv7">dwge(4)</a>
           sunxi GMAC 10/100/Gigabit Ethernet device on <tt>sunxi</tt></li>            sunxi GMAC 10/100/Gigabit Ethernet device on Allwinner A20</li>
           <li><a href="https://man.openbsd.org/?query=dwxe&amp;sektion=4&amp;arch=armv7">dwxe(4)</a>
             sunxi EMAC 10/100/Gigabit Ethernet device on Allwinner H3</li>
 </ul>  </ul>
   
 <h4>Storage</h4>  <h4>Storage</h4>
Line 117 
Line 129 
           SD/MMC controller on i.MX6</li>            SD/MMC controller on i.MX6</li>
         <li><a href="https://man.openbsd.org/?query=ommmc&amp;sektion=4&amp;arch=armv7">ommmc(4)</a>          <li><a href="https://man.openbsd.org/?query=ommmc&amp;sektion=4&amp;arch=armv7">ommmc(4)</a>
           SD/MMC controller on OMAP, including BeagleBone Black's built-in flash</li>            SD/MMC controller on OMAP, including BeagleBone Black's built-in flash</li>
           <li><a href="https://man.openbsd.org/?query=sximmc&amp;sektion=4&amp;arch=armv7">sximmc(4)</a>
             SD/MMC controller on <tt>sunxi</tt></li>
 </ul>  </ul>
   
 <h4>USB</h4>  <h4>USB</h4>

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42