projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3ea838
)
microblaze: Add new microblaze versions
author
Michal Simek
<monstr@monstr.eu>
Fri, 13 Aug 2010 10:44:17 +0000
(12:44 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 21 Oct 2010 05:51:35 +0000
(15:51 +1000)
PVR for 7.30.b, 8.00.a versions.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/cpu/cpuinfo.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/kernel/cpu/cpuinfo.c
b/arch/microblaze/kernel/cpu/cpuinfo.c
index 255ef880351e793b38ef9b3e853c8c30f6ed40be..87c79fa275c38b79ec0674fdd488ad7887d6b11c 100644
(file)
--- a/
arch/microblaze/kernel/cpu/cpuinfo.c
+++ b/
arch/microblaze/kernel/cpu/cpuinfo.c
@@
-30,6
+30,8
@@
const struct cpu_ver_key cpu_ver_lookup[] = {
{"7.20.c", 0x0e},
{"7.20.d", 0x0f},
{"7.30.a", 0x10},
+ {"7.30.b", 0x11},
+ {"8.00.a", 0x12},
{NULL, 0},
};