mirror of https://gitee.com/openkylin/qemu.git
target-microblaze: Add CPU versions 9.4, 9.5 and 9.6
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>
This commit is contained in:
parent
3e92250589
commit
d79fcbc298
|
@ -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},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue