Re: [PATCH] hw/riscv: microchip_pfsoc: specify XIP image

2021-01-15 Thread Alistair Francis
On Tue, Jan 12, 2021 at 4:11 AM Vitaly Wool wrote: > > Hi Bin, > > On Tue, Jan 5, 2021 at 7:27 AM Bin Meng wrote: > > > > +Alistair Francis > > > > On Sat, Dec 19, 2020 at 8:24 AM Vitaly Wool > > wrote: > > > > > > Add command line parameter to microchip_pfsoc machine to be able > > > to specif

Re: [PATCH] hw/riscv: microchip_pfsoc: specify XIP image

2021-01-12 Thread Vitaly Wool
Hi Bin, On Tue, Jan 5, 2021 at 7:27 AM Bin Meng wrote: > > +Alistair Francis > > On Sat, Dec 19, 2020 at 8:24 AM Vitaly Wool wrote: > > > > Add command line parameter to microchip_pfsoc machine to be able > > to specify XIP kernel image file. To pass over XIP image file, it > > will be enough to

Re: [PATCH] hw/riscv: microchip_pfsoc: specify XIP image

2021-01-04 Thread Bin Meng
+Alistair Francis On Sat, Dec 19, 2020 at 8:24 AM Vitaly Wool wrote: > > Add command line parameter to microchip_pfsoc machine to be able > to specify XIP kernel image file. To pass over XIP image file, it > will be enough to run > > $ qemu-system-riscv64 -M microchip-icicle-kit,xipImage= ... > >

[PATCH] hw/riscv: microchip_pfsoc: specify XIP image

2020-12-18 Thread Vitaly Wool
Add command line parameter to microchip_pfsoc machine to be able to specify XIP kernel image file. To pass over XIP image file, it will be enough to run $ qemu-system-riscv64 -M microchip-icicle-kit,xipImage= ... Signed-off-by: Vitaly Wool --- hw/riscv/microchip_pfsoc.c | 42 +++