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
95e41234
Commit
95e41234
authored
Aug 08, 2004
by
Deepak Saxena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Add IXP2000 CPU support to arch/arm/mm
Signed-off-by:
Deepak Saxena
<
dsaxena@plexity.net
>
parent
aa25be38
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
1 deletion
+43
-1
arch/arm/mm/Kconfig
arch/arm/mm/Kconfig
+1
-1
arch/arm/mm/proc-xscale.S
arch/arm/mm/proc-xscale.S
+42
-0
No files found.
arch/arm/mm/Kconfig
View file @
95e41234
...
@@ -220,7 +220,7 @@ config CPU_SA1100
...
@@ -220,7 +220,7 @@ config CPU_SA1100
# XScale
# XScale
config CPU_XSCALE
config CPU_XSCALE
bool
bool
depends on ARCH_IOP3XX || ARCH_PXA || ARCH_IXP4XX
depends on ARCH_IOP3XX || ARCH_PXA || ARCH_IXP4XX
|| ARCH_IXP2000
default y
default y
select CPU_32v5
select CPU_32v5
select CPU_ABRT_EV5T
select CPU_ABRT_EV5T
...
...
arch/arm/mm/proc-xscale.S
View file @
95e41234
...
@@ -652,6 +652,16 @@ cpu_ixp42x_name:
...
@@ -652,6 +652,16 @@ cpu_ixp42x_name:
.
asciz
"XScale-IXP42x Family"
.
asciz
"XScale-IXP42x Family"
.
size
cpu_ixp42x_name
,
.
-
cpu_ixp42x_name
.
size
cpu_ixp42x_name
,
.
-
cpu_ixp42x_name
.
type
cpu_ixp2400_name
,
#
object
cpu_ixp2400_name
:
.
asciz
"XScale-IXP2400"
.
size
cpu_ixp2400_name
,
.
-
cpu_ixp2400_name
.
type
cpu_ixp2800_name
,
#
object
cpu_ixp2800_name
:
.
asciz
"XScale-IXP2800"
.
size
cpu_ixp2800_name
,
.
-
cpu_ixp2800_name
.
type
cpu_pxa255_name
,
#
object
.
type
cpu_pxa255_name
,
#
object
cpu_pxa255_name
:
cpu_pxa255_name
:
.
asciz
"XScale-PXA255"
.
asciz
"XScale-PXA255"
...
@@ -730,6 +740,38 @@ __pxa210_proc_info:
...
@@ -730,6 +740,38 @@ __pxa210_proc_info:
.
long
xscale_cache_fns
.
long
xscale_cache_fns
.
size
__pxa210_proc_info
,
.
-
__pxa210_proc_info
.
size
__pxa210_proc_info
,
.
-
__pxa210_proc_info
.
type
__ixp2400_proc_info
,
#
object
__ixp2400_proc_info
:
.
long
0x69054190
.
long
0xfffffff0
.
long
0x00000c0e
b
__xscale_setup
.
long
cpu_arch_name
.
long
cpu_elf_name
.
long
HWCAP_SWP|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP
.
long
cpu_ixp2400_name
.
long
xscale_processor_functions
.
long
v4wbi_tlb_fns
.
long
xscale_mc_user_fns
.
long
xscale_cache_fns
.
size
__ixp2400_proc_info
,
.
-
__ixp2400_proc_info
.
type
__ixp2800_proc_info
,
#
object
__ixp2800_proc_info
:
.
long
0x690541a0
.
long
0xfffffff0
.
long
0x00000c0e
b
__xscale_setup
.
long
cpu_arch_name
.
long
cpu_elf_name
.
long
HWCAP_SWP|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP
.
long
cpu_ixp2800_name
.
long
xscale_processor_functions
.
long
v4wbi_tlb_fns
.
long
xscale_mc_user_fns
.
long
xscale_cache_fns
.
size
__ixp2800_proc_info
,
.
-
__ixp2800_proc_info
.
type
__ixp42x_proc_info
,
#
object
.
type
__ixp42x_proc_info
,
#
object
__ixp42x_proc_info
:
__ixp42x_proc_info
:
.
long
0x690541c0
.
long
0x690541c0
...
...
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