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

2019-10-08 Thread Alistair Francis
On Tue, Oct 8, 2019 at 1:12 PM Palmer Dabbelt wrote: > > On Mon, 30 Sep 2019 11:04:45 PDT (-0700), alistai...@gmail.com wrote: > > On Fri, Sep 27, 2019 at 12:57 AM Bin Meng wrote: > >> > >> On Fri, Sep 27, 2019 at 8:55 AM Alistair Francis > >> wrote: > >> > > >> > Add a property that when set

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

2019-10-08 Thread Palmer Dabbelt
On Mon, 30 Sep 2019 11:04:45 PDT (-0700), alistai...@gmail.com wrote: On Fri, Sep 27, 2019 at 12:57 AM Bin Meng wrote: On Fri, Sep 27, 2019 at 8:55 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

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

2019-10-08 Thread Palmer Dabbelt
On Thu, 26 Sep 2019 17:44:28 PDT (-0700), 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

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

2019-09-30 Thread Alistair Francis
On Fri, Sep 27, 2019 at 12:57 AM Bin Meng wrote: > > On Fri, Sep 27, 2019 at 8:55 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 v2 4/7] riscv/sifive_u: Add the start-in-flash property

2019-09-27 Thread Bin Meng
On Fri, Sep 27, 2019 at 8:55 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 v2 4/7] riscv/sifive_u: Add the start-in-flash property

2019-09-26 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