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

Diff for /www/arm64.html between version 1.24 and 1.25

version 1.24, 2019/06/01 22:54:16 version 1.25, 2019/08/30 13:34:00
Line 35 
Line 35 
 <h3 id="status"><strong>Current status</strong></h3>  <h3 id="status"><strong>Current status</strong></h3>
   
 <p>  <p>
 The current target platforms are Allwinner A64/H5, AMD Opteron A1100,  The current target platforms are Allwinner A64/H5, Amlogic G12A/B,
 Marvell ARMADA 7K/8K, Rockchip RK3328/RK3399, Broadcom BCM2837  AMD Opteron A1100, Ampere eMAG, Marvell ARMADA 7K/8K, Rockchip RK3328/RK3399,
 (Raspberry Pi 3) and Socionext SCA11.  Broadcom BCM2837 (Raspberry Pi 3) and Socionext SCA11.
   
 <p>  <p>
 The install media includes firmware required to boot the Pine 64/64+  The install media includes firmware required to boot the Pine 64/64+
Line 61 
Line 61 
 </pre>  </pre>
   
 <p>  <p>
 Opteron A1100 machines on the other hand come with a UEFI firmware  Ampere eMAG and AMD Opteron systems come with a UEFI firmware in ROM
 that includes a device tree and can boot off SATA or USB devices without  and can boot off SATA or USB devices without board specific boot files
 board specific boot files on the system disk.  on the system disk.
   
 <p>  <p>
 All other machines that lack UEFI firmware require additional steps to  Most other machines load their firmware from the boot media and
 create bootable install media.  See the  require additional steps to create bootable install media.  See the
 <a href="https://ftp.openbsd.org/pub/OpenBSD/snapshots/arm64/INSTALL.arm64">  <a href="https://ftp.openbsd.org/pub/OpenBSD/snapshots/arm64/INSTALL.arm64">
 OpenBSD/arm64 snapshot installation instructions</a> for further details.  OpenBSD/arm64 snapshot installation instructions</a> for further details.
   
Line 89 
Line 89 
                 <li>SoftIron OverDrive 1000                  <li>SoftIron OverDrive 1000
                 <li>SoftIron OverDrive 3000                  <li>SoftIron OverDrive 3000
         </ul>          </ul>
           <li>Amlogic G12A/B
           <ul>
                   <li>Hardkernel ODROID-N2
           </ul>
           <li>Ampere eMAG
           <ul>
                   <li>Lenovo ThinkSystem HR330A
                   <li>Lenovo ThinkSystem HR350A
           </ul>
         <li>Broadcom BCM2837          <li>Broadcom BCM2837
         <ul>          <ul>
                 <li>Raspberry Pi 3                  <li>Raspberry Pi 3
Line 112 
Line 121 
   
 <p>  <p>
 In general other boards/machines that use one of the SoCs listed above  In general other boards/machines that use one of the SoCs listed above
 will work as well as long as UEFI firmware (e.g. U-Boot) and a device  will work as well as long as UEFI firmware (e.g. U-Boot or EDK II
 tree that describes the hardware is available.  firmware).  Both device trees and ACPI are supported.  An updated
   device tree may have to be supplied to make OpenBSD usable.
   <p>
   Support for Amlogic G12A/B and Ampere eMAG was added after OpenBSD 6.5
   was released.
   
 <h4>Ethernet</h4>  <h4>Ethernet</h4>
 <ul>  <ul>
Line 130 
Line 143 
 <h4>Storage</h4>  <h4>Storage</h4>
 <ul>  <ul>
         <li><a href="https://man.openbsd.org/arm64/ahci.4">ahci(4)</a>          <li><a href="https://man.openbsd.org/arm64/ahci.4">ahci(4)</a>
           on AMD Opteron A1100, Marvell 7K/8K and SynQuacer-E            on AMD Opteron A1100, Ampere eMAG, Marvell 7K/8K and SynQuacer-E
         <li><a href="https://man.openbsd.org/arm64/dwmmc.4">dwmmc(4)</a>          <li><a href="https://man.openbsd.org/arm64/dwmmc.4">dwmmc(4)</a>
           on Rockchip RK3328/RK3399            on Rockchip RK3328/RK3399
         <li><a href="https://man.openbsd.org/arm64/dwmmc.4">sdhc(4)</a>          <li><a href="https://man.openbsd.org/arm64/sdhc.4">sdhc(4)</a>
           on Rockchip RK3399            on Rockchip RK3399
         <li><a href="https://man.openbsd.org/arm64/dwmmc.4">sximmc(4)</a>          <li><a href="https://man.openbsd.org/arm64/sximmc.4">sximmc(4)</a>
           on Allwinner A64/H5            on Allwinner A64/H5
 </ul>  </ul>
   
Line 146 
Line 159 
         <li><a href="https://man.openbsd.org/arm64/ehci.4">ehci(4)</a>          <li><a href="https://man.openbsd.org/arm64/ehci.4">ehci(4)</a>
           on Allwinner A64/H5 and Rockchip RK3328/RK3399            on Allwinner A64/H5 and Rockchip RK3328/RK3399
         <li><a href="https://man.openbsd.org/arm64/xhci.4">xhci(4)</a>          <li><a href="https://man.openbsd.org/arm64/xhci.4">xhci(4)</a>
           on Rockchip RK3399, OverDrive 1000 and SynQuacer-E            on Amlogic G12A/B, Ampere eMAG, Rockchip RK3399, OverDrive 1000
             and SynQuacer-E
 </ul>  </ul>
   
 <strong>No real time clock:</strong> Many of the arm64 devices do not have a  <strong>No real time clock:</strong> Many of the arm64 devices do not have a

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25