Re: [PATCH v1 5/6] target/microblaze: Add the pvr-user1 property

2020-04-19 Thread Luc Michel
On 4/17/20 9:10 PM, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Add the pvr-user1 property to control the user-defined > PVR0 User1 field. > > Signed-off-by: Edgar E. Iglesias Reviewed-by: Luc Michel > --- > target/microblaze/cpu.c | 4 +++- > target/microblaze/cpu.h | 1 + > 2

Re: [PATCH v1 5/6] target/microblaze: Add the pvr-user1 property

2020-04-17 Thread Alistair Francis
On Fri, Apr 17, 2020 at 12:17 PM Edgar E. Iglesias wrote: > > From: "Edgar E. Iglesias" > > Add the pvr-user1 property to control the user-defined > PVR0 User1 field. > > Signed-off-by: Edgar E. Iglesias Reviewed-by: Alistair Francis Alistair > --- > target/microblaze/cpu.c | 4 +++- > targ

[PATCH v1 5/6] target/microblaze: Add the pvr-user1 property

2020-04-17 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Add the pvr-user1 property to control the user-defined PVR0 User1 field. Signed-off-by: Edgar E. Iglesias --- target/microblaze/cpu.c | 4 +++- target/microblaze/cpu.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/target/microblaze/cpu.c b/targe