Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
0a7c5391
Commit
0a7c5391
authored
Apr 07, 2005
by
stroese
Browse files
Add PPC440GX Revision C
parent
68e0236f
Changes
2
Hide whitespace changes
Inline
Side-by-side
cpu/ppc4xx/cpu.c
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
...
...
include/asm-ppc/processor.h
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
...
...
Write
Preview
Supports
Markdown
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