Re: [PATCH v1 4/6] riscv/sifive_u: Add the start-in-flash property

2019-09-23 Thread Bin Meng
On Tue, Sep 24, 2019 at 1:51 AM Alistair Francis wrote: > > On Sat, Sep 21, 2019 at 7:19 PM Bin Meng wrote: > > > > On Sat, Sep 21, 2019 at 6:12 AM Alistair Francis > > wrote: > > > > > > On Thu, Sep 19, 2019 at 10:15 PM Bin Meng wrote: > > > > > > > > On Fri, Sep 20, 2019 at 6:32 AM Alistair

Re: [PATCH v1 4/6] riscv/sifive_u: Add the start-in-flash property

2019-09-23 Thread Alistair Francis
On Sat, Sep 21, 2019 at 7:19 PM Bin Meng wrote: > > On Sat, Sep 21, 2019 at 6:12 AM Alistair Francis wrote: > > > > On Thu, Sep 19, 2019 at 10:15 PM Bin Meng wrote: > > > > > > On Fri, Sep 20, 2019 at 6:32 AM Alistair Francis > > > wrote: > > > > > > > > Add a property that when set to true

Re: [PATCH v1 4/6] riscv/sifive_u: Add the start-in-flash property

2019-09-21 Thread Bin Meng
On Sat, Sep 21, 2019 at 6:12 AM Alistair Francis wrote: > > On Thu, Sep 19, 2019 at 10:15 PM Bin Meng wrote: > > > > On Fri, Sep 20, 2019 at 6:32 AM Alistair Francis > > wrote: > > > > > > Add a property that when set to true QEMU will jump from the ROM code to > > > the start of flash memory

Re: [PATCH v1 4/6] riscv/sifive_u: Add the start-in-flash property

2019-09-20 Thread Alistair Francis
On Thu, Sep 19, 2019 at 10:15 PM Bin Meng wrote: > > On Fri, Sep 20, 2019 at 6:32 AM Alistair Francis > wrote: > > > > Add a property that when set to true QEMU will jump from the ROM code to > > the start of flash memory instead of DRAM which is the default > > behaviour. > > > > Signed-off-by:

Re: [PATCH v1 4/6] riscv/sifive_u: Add the start-in-flash property

2019-09-19 Thread Bin Meng
On Fri, Sep 20, 2019 at 6:32 AM Alistair Francis wrote: > > Add a property that when set to true QEMU will jump from the ROM code to > the start of flash memory instead of DRAM which is the default > behaviour. > > Signed-off-by: Alistair Francis > --- > hw/riscv/sifive_u.c | 27

[PATCH v1 4/6] riscv/sifive_u: Add the start-in-flash property

2019-09-19 Thread Alistair Francis
Add a property that when set to true QEMU will jump from the ROM code to the start of flash memory instead of DRAM which is the default behaviour. Signed-off-by: Alistair Francis --- hw/riscv/sifive_u.c | 27 +++ include/hw/riscv/sifive_u.h | 2 ++ 2 files