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
5eb32c99
Commit
5eb32c99
authored
Aug 08, 2004
by
Deepak Saxena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Add IXP2000 support to arch/arm/boot
Signed-off-by:
Deepak Saxena
<
dsaxena@plexity.net
>
parent
95e41234
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
arch/arm/boot/Makefile
arch/arm/boot/Makefile
+3
-0
arch/arm/boot/compressed/head.S
arch/arm/boot/compressed/head.S
+8
-0
No files found.
arch/arm/boot/Makefile
View file @
5eb32c99
...
...
@@ -51,6 +51,9 @@ initrd_phys-$(CONFIG_ARCH_SA1100) := 0xc0800000
params_phys-$(CONFIG_ARCH_IOP3XX)
:=
0xa0000100
zreladdr-$(CONFIG_ARCH_IXP4XX)
:=
0x00008000
params-phys-$(CONFIG_ARCH_IXP4XX)
:=
0x00000100
zreladdr-$(CONFIG_ARCH_IXP2000)
:=
0x00008000
params-phys-$(CONFIG_ARCH_IXP2000)
:=
0x00000100
zreladdr-$(CONFIG_ARCH_IXP2000)
:=
0x00008000
zreladdr-$(CONFIG_ARCH_OMAP)
:=
0x10008000
params_phys-$(CONFIG_ARCH_OMAP)
:=
0x10000100
initrd_phys-$(CONFIG_ARCH_OMAP)
:=
0x10800000
...
...
arch/arm/boot/compressed/head.S
View file @
5eb32c99
...
...
@@ -79,6 +79,14 @@
.
endm
.
macro
writeb
,
rb
str
\
rb
,
[
r3
,
#
0
]
#elif defined(CONFIG_ARCH_IXP2000)
.
macro
loadsp
,
rb
mov
\
rb
,
#
0xc0000000
orr
\
rb
,
\
rb
,
#
0x00030000
.
endm
.
macro
writeb
,
rb
str
\
rb
,
[
r3
,
#
0
]
.
endm
#elif defined(CONFIG_ARCH_LH7A40X)
.
macro
loadsp
,
rb
ldr
\
rb
,
=
0x80000700
@
UART2
UARTBASE
...
...
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