Try to clarify the supported arm v6 and v7 platforms.
This commit is contained in:
parent
59b02d3f40
commit
ba12b7b9cc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46533
1 changed files with 24 additions and 3 deletions
|
@ -41,11 +41,16 @@
|
|||
does not provide official releases or pre-built packages for this
|
||||
platform due to it primarily targeting the embedded arena. However,
|
||||
FreeBSD/ARM is being actively developed and maintained, is well supported,
|
||||
and provides an excellent framework for building ARM-based systems.</p>
|
||||
and provides an excellent framework for building ARM-based
|
||||
systems. FreeBSD/arm supports ARMv4 and ARMv5
|
||||
processors. FreeBSD/armv6 supports ARMv6 and ARMv7 processors,
|
||||
including SMP on the latter.</p>
|
||||
|
||||
<p>64-bit ARM support is in progress.</p>
|
||||
|
||||
<h3><a name="hw">FreeBSD/ARM Hardware Notes</a></h3>
|
||||
|
||||
<p>FreeBSD/arm supports or is working on support for a large range of
|
||||
<p>FreeBSD/arm and FreeBSD/armv6 support a large range of
|
||||
ARM CPUs and development boards. Not every peripheral is supported on
|
||||
every CPU or board, though work continues towards this and contributions
|
||||
are always welcome. Conversely, many CPUs and boards not listed may
|
||||
|
@ -58,7 +63,23 @@
|
|||
<a href='https://svnweb.freebsd.org/base/head/sys/arm/conf/'>Kernel
|
||||
Configuration files</a></p>
|
||||
|
||||
<h4>CPUs</h4>
|
||||
<h4>Cores Supported</h4>
|
||||
<ul>
|
||||
<li>ARM9E</li>
|
||||
<li>Most XScale</li>
|
||||
<li>Marvel Feroceon</li>
|
||||
<li>Marvel Sheeva</li>
|
||||
<li>ARM10E</li>
|
||||
<li>ARM11J</li>
|
||||
<li>Cortex A5</li>
|
||||
<li>Cortex A7</li>
|
||||
<li>Cortex A8</li>
|
||||
<li>Cortex A9</li>
|
||||
<li>Cortex A12</li>
|
||||
<li>Cortex A15</li>
|
||||
</ul>
|
||||
|
||||
<h4>SoCs</h4>
|
||||
|
||||
<ul>
|
||||
<li>Allwinner A10/A20</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue