Re: [PATCH v4 4/4] RISC-V: Support 64 bit start address

2020-07-07 Thread Alistair Francis
On Wed, Jul 1, 2020 at 11:40 AM Atish Patra wrote: > > Even though the start address in ROM code is declared as a 64 bit address > for RV64, it can't be used as upper bits are set to zero in ROM code. > > Update the ROM code correctly to reflect the 64bit value. > > Signed-off-by: Atish Patra

Re: [PATCH v4 4/4] RISC-V: Support 64 bit start address

2020-07-02 Thread Bin Meng
On Thu, Jul 2, 2020 at 2:39 AM Atish Patra wrote: > > Even though the start address in ROM code is declared as a 64 bit address > for RV64, it can't be used as upper bits are set to zero in ROM code. > > Update the ROM code correctly to reflect the 64bit value. > > Signed-off-by: Atish Patra >

[PATCH v4 4/4] RISC-V: Support 64 bit start address

2020-07-01 Thread Atish Patra
Even though the start address in ROM code is declared as a 64 bit address for RV64, it can't be used as upper bits are set to zero in ROM code. Update the ROM code correctly to reflect the 64bit value. Signed-off-by: Atish Patra --- hw/riscv/boot.c | 6 +- hw/riscv/sifive_u.c | 6