projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d09b258
)
target-microblaze: Add CPU version 10.0
author
Edgar E. Iglesias
<edgar.iglesias@xilinx.com>
Thu, 15 Jun 2017 11:37:10 +0000
(13:37 +0200)
committer
Edgar E. Iglesias
<edgar.iglesias@xilinx.com>
Tue, 4 Jul 2017 07:22:20 +0000
(09:22 +0200)
Add CPU version 10.0.
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target/microblaze/cpu.c
patch
|
blob
|
history
diff --git
a/target/microblaze/cpu.c
b/target/microblaze/cpu.c
index 6e27c3c1ab185bf227ae1278a0b0f6bcc69425a3..f85ff01b39541efaf20b4fbc6d87425601dcf943 100644
(file)
--- 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},
};