Re: [PATCH v2 1/2] hw/riscv: Modify MROM size to end at 0x10000

2020-07-09 Thread Alistair Francis
On Thu, Jul 9, 2020 at 3:06 AM Bin Meng wrote: > > From: Bin Meng > > At present the size of Mask ROM for sifive_u / spike / virt machines > is set to 0x11000, which ends at an unusual address. This changes the > size to 0xf000 so that it ends at 0x1. > > Signed-off-by: Bin Meng > Reviewed-b

[PATCH v2 1/2] hw/riscv: Modify MROM size to end at 0x10000

2020-07-09 Thread Bin Meng
From: Bin Meng At present the size of Mask ROM for sifive_u / spike / virt machines is set to 0x11000, which ends at an unusual address. This changes the size to 0xf000 so that it ends at 0x1. Signed-off-by: Bin Meng Reviewed-by: Philippe Mathieu-Daudé --- (no changes since v1) hw/riscv