projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e92250
)
target-microblaze: Add CPU versions 9.4, 9.5 and 9.6
author
Edgar E. Iglesias
<edgar.iglesias@xilinx.com>
Wed, 11 Jan 2017 11:06:52 +0000
(12:06 +0100)
committer
Edgar E. Iglesias
<edgar.iglesias@xilinx.com>
Tue, 4 Jul 2017 07:22:20 +0000
(09:22 +0200)
Add CPU versions 9.4, 9.5 and 9.6.
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
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 4bc77dfc4dd453ee581bb42a0029b4711770df9d..982cb61dd66a6b45c8ed1b5dd4167bc4cab21f35 100644
(file)
--- a/
target/microblaze/cpu.c
+++ b/
target/microblaze/cpu.c
@@
-64,6
+64,9
@@
static const struct {
{"9.1", 0x1D},
{"9.2", 0x1F},
{"9.3", 0x20},
+ {"9.4", 0x21},
+ {"9.5", 0x22},
+ {"9.6", 0x23},
{NULL, 0},
};