diff --git a/en/platforms/Makefile b/en/platforms/Makefile index b7aef1d1c9..f3ad7dfae7 100644 --- a/en/platforms/Makefile +++ b/en/platforms/Makefile @@ -1,22 +1,23 @@ -# $FreeBSD: www/en/platforms/Makefile,v 1.6 2003/07/18 20:27:46 hrs Exp $ +# $FreeBSD: www/en/platforms/Makefile,v 1.7 2003/08/17 14:24:56 simon Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= alpha.sgml DOCS+= amd64.sgml +DOCS+= arm.sgml DOCS+= ia64.sgml DOCS+= index.sgml DOCS+= mips.sgml DOCS+= pc98.sgml DOCS+= ppc.sgml DOCS+= sparc.sgml DOCS+= x86-64.sgml SUBDIR= ia64 .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/platforms/arm.sgml b/en/platforms/arm.sgml new file mode 100644 index 0000000000..d3312a8467 --- /dev/null +++ b/en/platforms/arm.sgml @@ -0,0 +1,55 @@ + + + + +%includes; +]> + + + &header; + +

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.

+ +

FreeBSD/ARM Hardware Notes

+ +

Currently FreeBSD should work on the i80321 based intel + 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.

+ +

Minimal support for the StrongARM 1100 CPU is provided, but + only within the limits of what Simics emulate: CPU, UART and + clock. It is theorically possible to boot on the Assabet board, + the one simics emulates; no attempts, successful or unsuccessful + have been reported. + +

What Needs To Be Done

+ + + +

FreeBSD/ARM Related Links

+ + + +

Mini-Install guide

+ +

Oliver (cognet@FreeBSD.org) has written a mini-install guide for the + current FreeBSD source. It is + available here

+ + &footer; +