Re: [PATCH 2/4] hw/riscv: use qemu_fdt_setprop_reg64_map() in sifive_u.c

2022-06-20 Thread Alistair Francis
On Mon, Jun 20, 2022 at 4:42 PM Alistair Francis wrote: > > On Sun, Jun 19, 2022 at 6:14 AM Ben Dooks wrote: > > > > Use the qemu_fdt_setprop_reg64_map() to replace the code > > that sets the property manually. > > > > Signed-off-by: Ben Dooks > > Reviewed-by: Alistair Francis > > Alistair > >

Re: [PATCH 2/4] hw/riscv: use qemu_fdt_setprop_reg64_map() in sifive_u.c

2022-06-20 Thread Alistair Francis
On Sun, Jun 19, 2022 at 6:14 AM Ben Dooks wrote: > > Use the qemu_fdt_setprop_reg64_map() to replace the code > that sets the property manually. > > Signed-off-by: Ben Dooks Reviewed-by: Alistair Francis Alistair > -- > v2: > - changed to qemu_fdt_setprop_reg64_map() from previous > --- >

[PATCH 2/4] hw/riscv: use qemu_fdt_setprop_reg64_map() in sifive_u.c

2022-06-18 Thread Ben Dooks
Use the qemu_fdt_setprop_reg64_map() to replace the code that sets the property manually. Signed-off-by: Ben Dooks -- v2: - changed to qemu_fdt_setprop_reg64_map() from previous --- hw/riscv/sifive_u.c | 41 +++-- 1 file changed, 11 insertions(+), 30