Re: RISC-V BSP: a clock driver

2017-06-25 Thread Hesham Almatary
On Sun, Jun 25, 2017 at 9:13 PM, Denis Obrezkov wrote: > 2017-06-25 13:04 GMT+02:00 Hesham Almatary : >> >> Hi Denis, >> >> Good to know you're making progress this far. There's no clock driver for >> Spike BSP (the one my port is based on), it just used simulated tick. You'll >> have to implement

Re: RISC-V BSP: a clock driver

2017-06-25 Thread Denis Obrezkov
2017-06-25 13:04 GMT+02:00 Hesham Almatary : > Hi Denis, > > Good to know you're making progress this far. There's no clock driver for > Spike BSP (the one my port is based on), it just used simulated tick. > You'll have to implement both console and click driver for your board. I'd > suggest you

Re: RISC-V BSP: a clock driver

2017-06-25 Thread Hesham Almatary
Hi Denis, Good to know you're making progress this far. There's no clock driver for Spike BSP (the one my port is based on), it just used simulated tick. You'll have to implement both console and click driver for your board. I'd suggest you start with the console driver. Cheers, Hesham On Sun, 2