Re: [U-Boot] [PATCH 04/19] cpu: Add a RISC-V CPU driver

2018-12-10 Thread Auer, Lukas
Hi Bin, On Fri, 2018-12-07 at 21:59 +0800, Bin Meng wrote: > Hi Lukas, > > On Thu, Nov 15, 2018 at 5:57 AM Auer, Lukas > wrote: > > > > Hi Bin, > > > > On Tue, 2018-11-13 at 00:21 -0800, Bin Meng wrote: > > > This adds a driver for RISC-V CPU. Note the driver will bind > > > a RISC-V timer

Re: [U-Boot] [PATCH 04/19] cpu: Add a RISC-V CPU driver

2018-12-07 Thread Bin Meng
Hi Lukas, On Thu, Nov 15, 2018 at 5:57 AM Auer, Lukas wrote: > > Hi Bin, > > On Tue, 2018-11-13 at 00:21 -0800, Bin Meng wrote: > > This adds a driver for RISC-V CPU. Note the driver will bind > > a RISC-V timer driver if "timebase-frequency" property is > > present in the device tree. > > > >

Re: [U-Boot] [PATCH 04/19] cpu: Add a RISC-V CPU driver

2018-11-14 Thread Auer, Lukas
Hi Bin, On Tue, 2018-11-13 at 00:21 -0800, Bin Meng wrote: > This adds a driver for RISC-V CPU. Note the driver will bind > a RISC-V timer driver if "timebase-frequency" property is > present in the device tree. > > Signed-off-by: Bin Meng > --- > Since we have the CPU driver, we could also

[U-Boot] [PATCH 04/19] cpu: Add a RISC-V CPU driver

2018-11-13 Thread Bin Meng
This adds a driver for RISC-V CPU. Note the driver will bind a RISC-V timer driver if "timebase-frequency" property is present in the device tree. Signed-off-by: Bin Meng --- drivers/cpu/Kconfig | 6 +++ drivers/cpu/Makefile| 1 + drivers/cpu/riscv_cpu.c | 117