Re: [PATCH 11/15] hw/riscv: sifive_u: Add a new property msel for MSEL pin state

2020-06-15 Thread Alistair Francis
On Mon, Jun 8, 2020 at 7:27 AM Bin Meng wrote: > > From: Bin Meng > > On SiFive FU540 SoC, the value stored at physical address 0x1000 > stores the MSEL pin state that is used to control the next boot > location that ROM codes jump to. > > Add a new property msel to sifive_u machine for this. > >

[PATCH 11/15] hw/riscv: sifive_u: Add a new property msel for MSEL pin state

2020-06-08 Thread Bin Meng
From: Bin Meng On SiFive FU540 SoC, the value stored at physical address 0x1000 stores the MSEL pin state that is used to control the next boot location that ROM codes jump to. Add a new property msel to sifive_u machine for this. Signed-off-by: Bin Meng --- hw/riscv/sifive_u.c | 7 +