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
34e045aa
Commit
34e045aa
authored
Apr 02, 2004
by
Andrew Morton
Committed by
Linus Torvalds
Apr 02, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] PPC32: Add missing PPC44x PVRs
From: Matt Porter <mporter@kernel.crashing.org> IDs new PPC44x silicon.
parent
4632bafc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
arch/ppc/kernel/cputable.c
arch/ppc/kernel/cputable.c
+14
-0
include/asm-ppc/reg.h
include/asm-ppc/reg.h
+3
-1
No files found.
arch/ppc/kernel/cputable.c
View file @
34e045aa
...
...
@@ -476,6 +476,20 @@ struct cpu_spec cpu_specs[] = {
32
,
32
,
0
,
/*__setup_cpu_440 */
},
{
/* 440GX Rev. B */
0xf0000fff
,
0x50000851
,
"440GX Rev. B"
,
CPU_FTR_SPLIT_ID_CACHE
|
CPU_FTR_USE_TB
,
PPC_FEATURE_32
|
PPC_FEATURE_HAS_MMU
,
32
,
32
,
0
,
/*__setup_cpu_440 */
},
{
/* 440GX Rev. B1 (2.1) */
0xf0000fff
,
0x50000852
,
"440GX Rev. B1 (2.1)"
,
CPU_FTR_SPLIT_ID_CACHE
|
CPU_FTR_USE_TB
,
PPC_FEATURE_32
|
PPC_FEATURE_HAS_MMU
,
32
,
32
,
0
,
/*__setup_cpu_440 */
},
#endif
/* CONFIG_44x */
#if !CLASSIC_PPC
{
/* default match */
...
...
include/asm-ppc/reg.h
View file @
34e045aa
...
...
@@ -442,7 +442,9 @@
#define PVR_440GP_RB 0x40120440
#define PVR_440GP_RC1 0x40120481
#define PVR_440GP_RC2 0x40200481
#define PVR_440GX_RC1 0x51b21850
#define PVR_440GX_RA 0x51b21850
#define PVR_440GX_RB 0x51b21851
#define PVR_440GX_RB1 0x51b21852
#define PVR_601 0x00010000
#define PVR_602 0x00050000
#define PVR_603 0x00030000
...
...
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