Re: [PATCH] hw/riscv: opentitan: Fixup the PLIC context addresses

2021-10-25 Thread Alistair Francis
On Mon, Oct 25, 2021 at 2:16 PM Bin Meng wrote: > > On Mon, Oct 25, 2021 at 12:07 PM Alistair Francis > wrote: > > > > From: Alistair Francis > > > > Fixup the PLIC context address to correctly support the threshold and > > claim register. > > > > Fixes: ef63100648 ("hw/riscv: opentitan: Update

Re: [PATCH] hw/riscv: opentitan: Fixup the PLIC context addresses

2021-10-24 Thread Bin Meng
On Mon, Oct 25, 2021 at 12:07 PM Alistair Francis wrote: > > From: Alistair Francis > > Fixup the PLIC context address to correctly support the threshold and > claim register. > > Fixes: ef63100648 ("hw/riscv: opentitan: Update to the latest build") > Signed-off-by: Alistair Francis > --- > hw/

[PATCH] hw/riscv: opentitan: Fixup the PLIC context addresses

2021-10-24 Thread Alistair Francis
From: Alistair Francis Fixup the PLIC context address to correctly support the threshold and claim register. Fixes: ef63100648 ("hw/riscv: opentitan: Update to the latest build") Signed-off-by: Alistair Francis --- hw/riscv/opentitan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)