Re: [U-Boot] [PATCH 00/19] riscv: Adding RISC-V CPU and timer driver

2018-12-06 Thread Bin Meng
Hi Anup, On Thu, Dec 6, 2018 at 11:37 AM Anup Patel wrote: > > Hi Bin, > > On Tue, Nov 13, 2018 at 1:47 PM Bin Meng wrote: > > > > This adds DM drivers to support RISC-V CPU and timer. > > > > The U-Boot RISC-V SBI support is still working in progress. > > Some patches in this series like adding

Re: [U-Boot] [PATCH 00/19] riscv: Adding RISC-V CPU and timer driver

2018-12-05 Thread Anup Patel
Hi Bin, On Tue, Nov 13, 2018 at 1:47 PM Bin Meng wrote: > > This adds DM drivers to support RISC-V CPU and timer. > > The U-Boot RISC-V SBI support is still working in progress. > Some patches in this series like adding CSR numbers, exception > numbers, are prerequisites for the SBI implementatio

Re: [U-Boot] [PATCH 00/19] riscv: Adding RISC-V CPU and timer driver

2018-12-03 Thread Bin Meng
Hi Anup, On Mon, Dec 3, 2018 at 3:59 PM Anup Patel wrote: > > On Tue, Nov 13, 2018 at 1:47 PM Bin Meng wrote: > > > > This adds DM drivers to support RISC-V CPU and timer. > > > > The U-Boot RISC-V SBI support is still working in progress. > > Some patches in this series like adding CSR numbers,

Re: [U-Boot] [PATCH 00/19] riscv: Adding RISC-V CPU and timer driver

2018-12-03 Thread Anup Patel
On Tue, Nov 13, 2018 at 1:47 PM Bin Meng wrote: > > This adds DM drivers to support RISC-V CPU and timer. > > The U-Boot RISC-V SBI support is still working in progress. > Some patches in this series like adding CSR numbers, exception > numbers, are prerequisites for the SBI implementation, but it

[U-Boot] [PATCH 00/19] riscv: Adding RISC-V CPU and timer driver

2018-11-13 Thread Bin Meng
This adds DM drivers to support RISC-V CPU and timer. The U-Boot RISC-V SBI support is still working in progress. Some patches in this series like adding CSR numbers, exception numbers, are prerequisites for the SBI implementation, but it does no harm to include them as part of this series. This