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
Kirill Smelkov
linux
Commits
87aa70c4
Commit
87aa70c4
authored
May 12, 2004
by
Deepak Saxena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
head.S, Makefile:
IXP4xx support
parent
cea72048
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
arch/arm/boot/Makefile
arch/arm/boot/Makefile
+2
-0
arch/arm/boot/compressed/head.S
arch/arm/boot/compressed/head.S
+6
-0
No files found.
arch/arm/boot/Makefile
View file @
87aa70c4
...
...
@@ -51,6 +51,8 @@ initrd_phys-$(CONFIG_ARCH_SA1100) := 0xc0800000
params_phys-$(CONFIG_ARCH_IOP3XX)
:=
0xa0000100
zreladdr-$(CONFIG_ARCH_ADIFCC)
:=
0xc0008000
params_phys-$(CONFIG_ARCH_ADIFCC)
:=
0xc0000100
zreladdr-$(CONFIG_ARCH_IXP4XX)
:=
0x00008000
params-phys-$(CONFIG_ARCH_IXP4XX)
:=
0x00000100
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 @
87aa70c4
...
...
@@ -73,6 +73,12 @@
.
macro
writeb
,
rb
str
\
rb
,
[
r3
,
#
0x14
]
@
UTDR
.
endm
#elif defined(CONFIG_ARCH_IXP4XX)
.
macro
loadsp
,
rb
mov
\
rb
,
#
0xc8000000
.
endm
.
macro
writeb
,
rb
str
\
rb
,
[
r3
,
#
0
]
#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