summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>2017-06-15 13:37:10 +0200
committerEdgar E. Iglesias <edgar.iglesias@xilinx.com>2017-07-04 09:22:20 +0200
commitfeac83af3be68ac8f7325dd7f9c851272a9f217e (patch)
treea8baa5eeae3bf014945dcab7d28079a28bf1c396
parentd09b2585f2ffadfb7e8c333de6f12290a80f9b6c (diff)
downloadfocaccia-qemu-feac83af3be68ac8f7325dd7f9c851272a9f217e.tar.gz
focaccia-qemu-feac83af3be68ac8f7325dd7f9c851272a9f217e.zip
target-microblaze: Add CPU version 10.0
Add CPU version 10.0.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
-rw-r--r--target/microblaze/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/microblaze/cpu.c b/target/microblaze/cpu.c
index 6e27c3c1ab..f85ff01b39 100644
--- a/target/microblaze/cpu.c
+++ b/target/microblaze/cpu.c
@@ -67,6 +67,7 @@ static const struct {
     {"9.4", 0x21},
     {"9.5", 0x22},
     {"9.6", 0x23},
+    {"10.0", 0x24},
     {NULL, 0},
 };