Message ID | 1497973886-26257-4-git-send-email-edgar.iglesias@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Jun 20, 2017 at 8:51 AM, Edgar E. Iglesias <edgar.iglesias@gmail.com> wrote: > From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> > > Add CPU versions 9.4, 9.5 and 9.6. > > Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Thanks, Alistair > --- > target/microblaze/cpu.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/target/microblaze/cpu.c b/target/microblaze/cpu.c > index 4bc77df..982cb61 100644 > --- 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}, > }; > > -- > 2.7.4 > >
diff --git a/target/microblaze/cpu.c b/target/microblaze/cpu.c index 4bc77df..982cb61 100644 --- 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}, };