Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reform
reform-boundary-uboot
Commits
0a7c5391
Commit
0a7c5391
authored
19 years ago
by
Stefan Roese
Browse files
Options
Downloads
Patches
Plain Diff
Add PPC440GX Revision C
parent
68e0236f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cpu/ppc4xx/cpu.c
+4
-1
4 additions, 1 deletion
cpu/ppc4xx/cpu.c
include/asm-ppc/processor.h
+1
-0
1 addition, 0 deletions
include/asm-ppc/processor.h
with
5 additions
and
1 deletion
cpu/ppc4xx/cpu.c
+
4
−
1
View file @
0a7c5391
...
...
@@ -175,8 +175,11 @@ int checkcpu (void)
case
PVR_440GX_RB
:
puts
(
"X Rev. B"
);
break
;
case
PVR_440GX_RC
:
puts
(
"X Rev. C"
);
break
;
default:
printf
(
"UNKNOWN (PVR=%08x)"
,
pvr
);
printf
(
"
UNKNOWN (PVR=%08x)"
,
pvr
);
break
;
}
#endif
...
...
This diff is collapsed.
Click to expand it.
include/asm-ppc/processor.h
+
1
−
0
View file @
0a7c5391
...
...
@@ -718,6 +718,7 @@
#define PVR_440GP_RC 0x40120481
#define PVR_440GX_RA 0x51B21850
#define PVR_440GX_RB 0x51B21851
#define PVR_440GX_RC 0x51B21892
#define PVR_405EP_RB 0x51210950
#define PVR_601 0x00010000
#define PVR_602 0x00050000
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment