Re: [PATCH 00/22] hw/riscv: sifive_u: Add missing SPI support

2021-01-02 Thread Pragnesh Patel
Hi Bin, On Sat, Jan 2, 2021 at 6:46 PM Bin Meng wrote: > > Hi Pragnesh, > > On Sat, Jan 2, 2021 at 8:27 PM Pragnesh Patel > wrote: > > > > Hi BIn, > > > > 1) Please rebase this series on master. > > I remember I rebased it on master already. It shows below, pragneshp:sifive-qemu$ git am hw-ri

Re: [PATCH 00/22] hw/riscv: sifive_u: Add missing SPI support

2021-01-02 Thread Pragnesh Patel
Hi BIn, 1) Please rebase this series on master. 2) When i tried to boot from SD card image it shows below, pragneshp:sifive-qemu$ ./build/riscv64-softmmu/qemu-system-riscv64 -M sifive_u,msel=11 -m 4G -nographic -bios ~/opensource/u-boot/spl/u-boot-spl.bin -device sd-card,spi=true,drive=mycard -d

Re: [PATCH 00/22] hw/riscv: sifive_u: Add missing SPI support

2021-01-02 Thread Bin Meng
Hi Pragnesh, On Sat, Jan 2, 2021 at 9:30 PM Pragnesh Patel wrote: > > Hi Bin, > > On Sat, Jan 2, 2021 at 6:46 PM Bin Meng wrote: > > > > Hi Pragnesh, > > > > On Sat, Jan 2, 2021 at 8:27 PM Pragnesh Patel > > wrote: > > > > > > Hi BIn, > > > > > > 1) Please rebase this series on master. > > > >

Re: [PATCH 00/22] hw/riscv: sifive_u: Add missing SPI support

2021-01-02 Thread Bin Meng
Hi Pragnesh, On Sat, Jan 2, 2021 at 8:27 PM Pragnesh Patel wrote: > > Hi BIn, > > 1) Please rebase this series on master. I remember I rebased it on master already. > > 2) When i tried to boot from SD card image it shows below, > > pragneshp:sifive-qemu$ ./build/riscv64-softmmu/qemu-system-risc

[PATCH 00/22] hw/riscv: sifive_u: Add missing SPI support

2020-12-31 Thread Bin Meng
From: Bin Meng This adds the missing SPI support to the `sifive_u` machine in the QEMU mainline. With this series, upstream U-Boot for the SiFive HiFive Unleashed board can boot on QEMU `sifive_u` out of the box. This allows users to develop and test the recommended RISC-V boot flow with a real w