diff options
author | Michal Simek <monstr@monstr.eu> | 2012-02-22 13:50:13 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2012-03-19 07:30:27 +0100 |
commit | 2e7ff4784980211187ae9a235ff6cf630e7633c8 (patch) | |
tree | 740b905f12e5ef7e5f01c0addc72105369065691 | |
parent | 00708d421a22a0f82de2dbb91ca6213b3dcc5267 (diff) |
microblaze: Add PVR version string for MB 8.20.b and 8.30.a
Just extend PVR reg decoding.
Signed-off-by: Michal Simek <monstr@monstr.eu>
-rw-r--r-- | arch/microblaze/kernel/cpu/cpuinfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/cpu/cpuinfo.c b/arch/microblaze/kernel/cpu/cpuinfo.c index 54194b28574a..eab6abf5652e 100644 --- a/arch/microblaze/kernel/cpu/cpuinfo.c +++ b/arch/microblaze/kernel/cpu/cpuinfo.c @@ -35,6 +35,8 @@ const struct cpu_ver_key cpu_ver_lookup[] = { {"8.00.b", 0x13}, {"8.10.a", 0x14}, {"8.20.a", 0x15}, + {"8.20.b", 0x16}, + {"8.30.a", 0x17}, {NULL, 0}, }; |