RE: [PATCH 0/2] RTC support for QEMU RISC-V virt machine

2019-09-27 Thread Anup Patel
; Anup Patel > Subject: Re: [PATCH 0/2] RTC support for QEMU RISC-V virt machine > > > On Tue, Sep 24, 2019 at 08:42:36AM +, Anup Patel wrote: > > This series adds RTC device to QEMU RISC-V virt machine. We have > > selected Goldfish RTC device model for this. It&#

Re: [PATCH 0/2] RTC support for QEMU RISC-V virt machine

2019-09-27 Thread Richard W.M. Jones
On Tue, Sep 24, 2019 at 08:42:36AM +, Anup Patel wrote: > This series adds RTC device to QEMU RISC-V virt machine. We have > selected Goldfish RTC device model for this. It's a pretty simple > synthetic device with few MMIO registers and no dependency external > clock. The driver for Goldfish

Re: [PATCH 0/2] RTC support for QEMU RISC-V virt machine

2019-09-27 Thread Richard W.M. Jones
kar ; > > Bastian Koppelmann ; Atish Patra > > ; qemu-ri...@nongnu.org; qemu- > > de...@nongnu.org; Anup Patel > > Subject: Re: [PATCH 0/2] RTC support for QEMU RISC-V virt machine > > > > > > On Tue, Sep 24, 2019 at 08:42:36AM +, Anup Patel wrote: &

RE: [PATCH 0/2] RTC support for QEMU RISC-V virt machine

2019-09-27 Thread Anup Patel
; Anup Patel > Subject: Re: [PATCH 0/2] RTC support for QEMU RISC-V virt machine > > On Fri, Sep 27, 2019 at 12:05:43PM +, Anup Patel wrote: > > > > > > > -Original Message- > > > From: Richard W.M. Jones > > > Sent: Friday, September

[PATCH 0/2] RTC support for QEMU RISC-V virt machine

2019-09-24 Thread Anup Patel
This series adds RTC device to QEMU RISC-V virt machine. We have selected Goldfish RTC device model for this. It's a pretty simple synthetic device with few MMIO registers and no dependency external clock. The driver for Goldfish RTC is already available in Linux so we just need to enable it in Kco