Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
13b49514
Commit
13b49514
authored
Mar 15, 2004
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Update ARM README
Provide more detailed information on machine types and machine classes.
parent
6083dcaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
12 deletions
+26
-12
Documentation/arm/README
Documentation/arm/README
+26
-12
No files found.
Documentation/arm/README
View file @
13b49514
...
@@ -165,20 +165,34 @@ CONFIG_MACH_ and CONFIG_ARCH_
...
@@ -165,20 +165,34 @@ CONFIG_MACH_ and CONFIG_ARCH_
Kernel entry (head-armv.S)
Kernel entry (head-armv.S)
--------------------------
--------------------------
The initial entry into the kernel
made via head-armv.S uses architectur
e
The initial entry into the kernel
is via head-armv.S, which uses machin
e
independent code. The machine is selected by the value of 'r1' on
independent code. The machine is selected by the value of 'r1' on
entry, which must be kept unique. You can register a new machine
entry, which must be kept unique.
by mailing the following details to rmk@arm.linux.org.uk Please give
the mail a subject of 'Register new machine':
Name: <name of your machine>
Due to the large number of machines which the ARM port of Linux provides
ArchDir: <name of include/asm-arm/arch-* directory>
for, we have a method to manage this which ensures that we don't end up
Type: <MACH_TYPE_* macro name>
duplicating large amounts of code.
Description:
<description of your machine>
Please follow this format - it is an automated system. You should
We group machine (or platform) support code into machine classes. A
receive a reply in short order.
class typically based around one or more system on a chip devices, and
acts as a natural container around the actual implementations. These
classes are given directories - arch/arm/mach-<class> and
include/asm-arm/arch-<class> - which contain the source files to
support the machine class. This directories also contain any machine
specific supporting code.
For example, the SA1100 class is based upon the SA1100 and SA1110 SoC
devices, and contains the code to support the way the on-board and off-
board devices are used, or the device is setup, and provides that
machine specific "personality."
This fine-grained machine specific selection is controlled by the machine
type ID, which acts both as a run-time and a compile-time code selection
method.
You can register a new machine via the web site at:
<http://www.arm.linux.org.uk/developer/machines/>
---
---
Russell King (
26/01/2001
)
Russell King (
15/03/2004
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment