Re: [PATCH v1 3/6] riscv/sifive_u: Manually define the machine

2019-09-19 Thread Bin Meng
On Fri, Sep 20, 2019 at 6:34 AM Alistair Francis wrote: > > Instead of using the DEFINE_MACHINE() macro to define the machine let's > do it manually. This allows us to specify machine properties. > > This patch is no functional change. > > Signed-off-by: Alistair Francis > --- > hw/riscv/sifive_

[PATCH v1 3/6] riscv/sifive_u: Manually define the machine

2019-09-19 Thread Alistair Francis
Instead of using the DEFINE_MACHINE() macro to define the machine let's do it manually. This allows us to specify machine properties. This patch is no functional change. Signed-off-by: Alistair Francis --- hw/riscv/sifive_u.c | 27 +++ include/hw/riscv/sifive_u.h