Browse Source

microblaze: Add new microblaze versions

PVR for 7.30.b, 8.00.a versions.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek 15 years ago
parent
commit
f66efecad0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/microblaze/kernel/cpu/cpuinfo.c

+ 2 - 0
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},
 };