Re: [U-Boot] [RESEND PATCH v2 00/15] riscv: Add QEMU virt board support

2018-09-19 Thread Bin Meng
Hi Rick, On Thu, Sep 20, 2018 at 11:00 AM Rick Chen wrote: > > > Hi Rick, > > > > On Tue, Sep 11, 2018 at 12:50 PM Bin Meng wrote: > > > > > > This series adds QEMU RISC-V 'virt' board target support, with the > > > hope of helping people easily test U-Boot on RISC-V. > > > > > > Some ex

Re: [U-Boot] [RESEND PATCH v2 00/15] riscv: Add QEMU virt board support

2018-09-19 Thread Rick Chen
> Hi Rick, > > On Tue, Sep 11, 2018 at 12:50 PM Bin Meng wrote: > > > > This series adds QEMU RISC-V 'virt' board target support, with the > > hope of helping people easily test U-Boot on RISC-V. > > > > Some existing RISC-V codes have been changed to make it easily to > > support new tar

Re: [U-Boot] [RESEND PATCH v2 00/15] riscv: Add QEMU virt board support

2018-09-16 Thread Bin Meng
Hi Rick, On Tue, Sep 11, 2018 at 12:50 PM Bin Meng wrote: > > This series adds QEMU RISC-V 'virt' board target support, with the > hope of helping people easily test U-Boot on RISC-V. > > Some existing RISC-V codes have been changed to make it easily to > support new targets. Some spotted coding

[U-Boot] [RESEND PATCH v2 00/15] riscv: Add QEMU virt board support

2018-09-10 Thread Bin Meng
This series adds QEMU RISC-V 'virt' board target support, with the hope of helping people easily test U-Boot on RISC-V. Some existing RISC-V codes have been changed to make it easily to support new targets. Some spotted coding style issues are fixed. This series is available at u-boot-x86/riscv-w