-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FreeBSD/ARM Project: corrections, updates #215
Closed
Closed
Changes from 1 commit
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
a6cae47
FreeBSD/ARM: attention to two linked items
grahamperrin 5eccf2b
FreeBSD/ARM Project: punctuation, markup
grahamperrin ea9ee1d
FreeBSD/ARM Project: reduce repetition
grahamperrin d5ecf98
FreeBSD/ARM Project: clarity, order
grahamperrin 492ba50
FreeBSD/ARM Project: contents
grahamperrin 0554866
FreeBSD/ARM Project: grammar
grahamperrin 544e98c
FreeBSD/ARM Project: clarity, simplicity
grahamperrin 18848ca
Update website/content/en/platforms/arm.adoc
grahamperrin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,9 @@ include::shared/en/urls.adoc[] | |
|
||
== Introduction | ||
|
||
This page contains information about the FreeBSD port to the 32- and 64-bit ARM architectures and hardware. Discussion of the ARM ports takes place on the https://lists.freebsd.org/archives/freebsd-arm[freebsd-arm] mailing list. | ||
This page contains information about the FreeBSD port to the 32- and 64-bit ARM architectures and hardware. | ||
|
||
Discussion of the ARM ports takes place on the https://lists.freebsd.org/archives/freebsd-arm[freebsd-arm] mailing list. | ||
|
||
== Table of Contents | ||
|
||
|
@@ -24,16 +26,23 @@ This page contains information about the FreeBSD port to the 32- and 64-bit ARM | |
[[status]] | ||
== Status | ||
|
||
32-bit ARMv6 and ARMv7 are officially a link:{committers-guide}#archs[Tier 2] architecture, as link:../../[the FreeBSD 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. FreeBSD/arm supported ARMv4 and ARMv5 processors, and is deprecated as of 13.0. FreeBSD/armv7 includes SMP support. | ||
32-bit ARMv6 and ARMv7 are officially a link:{committers-guide}#archs[Tier 2] architecture, as link:../../[the FreeBSD 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. | ||
FreeBSD/arm supported ARMv4 and ARMv5 processors, and is deprecated as of 13.0. | ||
FreeBSD/armv7 includes SMP support. | ||
|
||
FreeBSD/arm64 supports 64-bit ARMv8 processors and is a link:{committers-guide}#archs[Tier 1] architecture as of 13.0. 64-bit ARM platforms follow a set of standard conventions, and a single FreeBSD build will work on hardware from multiple vendors. As a result, FreeBSD provides official releases for FreeBSD/arm64 and packages are available. | ||
FreeBSD/arm64 supports 64-bit ARMv8 processors and is a link:{committers-guide}#archs[Tier 1] architecture as of 13.0. | ||
64-bit ARM platforms follow a set of standard conventions, and a single FreeBSD build will work on hardware from multiple vendors. | ||
As a result, FreeBSD provides official releases for FreeBSD/arm64 and packages are available. | ||
|
||
[[hw]] | ||
== FreeBSD/ARM Hardware Notes | ||
|
||
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 work with only minimal changes needed. | ||
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 work with only minimal changes needed. | ||
|
||
Listing all supported devices on all CPUs and boards is impractical here, however much information can be obtained from the mailing list and archives, the https://wiki.freebsd.org/arm[FreeBSD ARM wiki pages], and from the https://cgit.freebsd.org/src/tree/sys/arm/conf/[kernel configuration files] | ||
Listing all supported devices on all CPUs and boards is impractical here, however much information can be obtained from the mailing list and archives, the https://wiki.freebsd.org/arm[FreeBSD ARM wiki pages], and from the https://cgit.freebsd.org/src/tree/sys/arm/conf/[kernel configuration files]. | ||
|
||
=== Cores Supported | ||
|
||
|
@@ -48,7 +57,7 @@ Listing all supported devices on all CPUs and boards is impractical here, howeve | |
* Cortex A8 | ||
* Cortex A9 | ||
* Cortex A12 | ||
* Cortex A15 | ||
* Cortex A15. | ||
|
||
=== SoCs | ||
|
||
|
@@ -66,7 +75,7 @@ Listing all supported devices on all CPUs and boards is impractical here, howeve | |
* Samsung Exynos5 and S3C24xxx | ||
* Texas Instruments DaVinci Digital Media SoC | ||
* TI OMAP | ||
* Xilinx Zynq7 family | ||
* Xilinx Zynq7 family. | ||
|
||
Note that not all peripherals are supported on all CPUs. | ||
|
||
|
@@ -96,7 +105,7 @@ Note that not all peripherals are supported on all CPUs. | |
* SBC6045 with Atmel at91sam9g45 | ||
* Technologic Systems TS-7200 and TS-7800 | ||
* Wandboard | ||
* Zedboard (Xilinx Zynq) | ||
* Zedboard (Xilinx Zynq). | ||
|
||
Not all peripherals are supported on all boards. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This paragraph seems superfluous, repetitive.
|
||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This paragraph seems superfluous, repetitive.
d5ecf98
(#215) forewarns that not every peripheral is supported on every CPU or board.