Re: [Qemu-devel] [PATCH v2 09/28] riscv: sifive_u: Update UART base addresses

2019-08-07 Thread Bin Meng
On Wed, Aug 7, 2019 at 5:25 PM Chih-Min Chao wrote: > > > > On Wed, Aug 7, 2019 at 3:48 PM Bin Meng wrote: >> >> This updates the UART base address to match the hardware. >> >> Signed-off-by: Bin Meng >> Reviewed-by: Jonathan Behrens >> Acked-by: Alistair Francis >> --- >> >> Changes in v2: No

Re: [Qemu-devel] [PATCH v2 09/28] riscv: sifive_u: Update UART base addresses

2019-08-07 Thread Chih-Min Chao
On Wed, Aug 7, 2019 at 3:48 PM Bin Meng wrote: > This updates the UART base address to match the hardware. > > Signed-off-by: Bin Meng > Reviewed-by: Jonathan Behrens > Acked-by: Alistair Francis > --- > > Changes in v2: None > > hw/riscv/sifive_u.c | 4 ++-- > 1 file changed, 2 insertions(+)

[Qemu-devel] [PATCH v2 09/28] riscv: sifive_u: Update UART base addresses

2019-08-07 Thread Bin Meng
This updates the UART base address to match the hardware. Signed-off-by: Bin Meng Reviewed-by: Jonathan Behrens Acked-by: Alistair Francis --- Changes in v2: None hw/riscv/sifive_u.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/riscv/sifive_u.c b/hw/riscv/sifive