PR: www/121533
Make the style of this page similar to the other platform pages. Make some updates. Contributed by: Gavin Atkinson
This commit is contained in:
parent
52c177f532
commit
bb2832239a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=32112
1 changed files with 49 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/arm.sgml,v 1.10 2006/12/01 21:44:38 ru Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/arm.sgml,v 1.11 2006/12/03 18:15:18 ru Exp $">
|
||||
<!ENTITY title "FreeBSD/ARM Project">
|
||||
<!ENTITY email 'freebsd-arm'>
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
|
@ -10,25 +10,63 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<p>FreeBSD/ARM is a port of FreeBSD which aims to run
|
||||
on the ARM architecture and hardware.
|
||||
The project's goal is to provide support for the
|
||||
architecture and hardware surrounding it.</p>
|
||||
<h3>Introduction</h3>
|
||||
|
||||
<h3>FreeBSD/ARM Hardware Notes</h3>
|
||||
|
||||
<p>Currently FreeBSD should work on the i80321 based Intel
|
||||
<p>This page contains information about the FreeBSD port to the
|
||||
ARM architecture and hardware. Discussion of the ARM port takes
|
||||
place on the
|
||||
<a href="http://lists.freebsd.org/mailman/listinfo/freebsd-arm">freebsd-arm</a>
|
||||
mailing list.</p>
|
||||
|
||||
<h3>Table Of Contents</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="#status">Status</a></li>
|
||||
<li><a href="#hw">Hardware List</a></li>
|
||||
<li><a href="#todo">What Needs To Be Done</a></li>
|
||||
<li><a href="#links">FreeBSD/ARM Related Links</a></li>
|
||||
<li><a href="#miniinst">Mini-Install Guide</a></li>
|
||||
<li><a href="#list">FreeBSD/ARM mailing list</a></li>
|
||||
</ul>
|
||||
|
||||
<h3><a name="status">Status</a></h3>
|
||||
|
||||
<p>ARM is officially a
|
||||
<a href="&base;/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">
|
||||
Tier 2</a> architecture, as the <a href="&base;">FreeBSD</a> project
|
||||
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>
|
||||
|
||||
<h3><a name="hw">FreeBSD/ARM Hardware Notes</a></h3>
|
||||
|
||||
<p>FreeBSD should work on the i80321 based Intel XScale®
|
||||
devboards, which includes the IQ31244 and IQ80321 boards.
|
||||
Support is still minimal, covering only the CPU, PCI-X bus,
|
||||
em(4) Ethernet adapters, the UART and timer devices.</p>
|
||||
|
||||
<p>The i80219 XScale processor is supported, as is the EP80219
|
||||
devboard.</p>
|
||||
|
||||
<p>The IXP425 is supported, as is the Avila GW2348-4 devboard.</p>
|
||||
|
||||
<p>The Atmel AT91RM9200 CPU/Microcontroller range is supported.
|
||||
Support is provided for the Kwikbyte KB9202 devboard range, the
|
||||
BWCT board and the Hot-e HL200 thin client device.</p>
|
||||
|
||||
<p>Minimal support for the StrongARM 1100 CPU is provided, but
|
||||
only within the limits of what Simics emulate: CPU, UART and
|
||||
clock. It is theoretically possible to boot on the Assabet board,
|
||||
the one Simics emulates; no attempts, successful or unsuccessful,
|
||||
have been reported.</p>
|
||||
|
||||
<h3>What Needs To Be Done</h3>
|
||||
<p>Additionally, support for the Technologic Systems TS-7200 devboard
|
||||
is in the works, as is support for the Atmel AT91SAM926x CPU and
|
||||
the Mavell Orion ARM SoC, the Samsung S3C2XX0 range, and Cirrus
|
||||
Logic EP93XX CPUs.</p>
|
||||
|
||||
<h3><a name="todo">What Needs To Be Done</a></h3>
|
||||
|
||||
<ul>
|
||||
<li>SATA support needs to be added.</li>
|
||||
|
@ -37,7 +75,7 @@
|
|||
from NetBSD.</li>
|
||||
</ul>
|
||||
|
||||
<h3>FreeBSD/ARM Related Links</h3>
|
||||
<h3><a name="links">FreeBSD/ARM Related Links</a></h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://tisu.mit.jyu.fi/embedded/TIE345/luentokalvot/Embedded_3_ARM.pdf">
|
||||
|
@ -46,7 +84,7 @@
|
|||
<li><a href="http://www.netbsd.org/Ports/arm32/">NetBSD Arm/32 project</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Mini-Install guide</h3>
|
||||
<h3><a name="miniinst">Mini-Install guide</a></h3>
|
||||
|
||||
<p>&a.cognet; (cognet@FreeBSD.org) has written a mini-install guide for the
|
||||
current FreeBSD source. It is
|
||||
|
|
Loading…
Reference in a new issue