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

2019-11-05 Thread Palmer Dabbelt
On Sat, 02 Nov 2019 03:37:42 PDT (-0700), Peter Maydell wrote: On Tue, 29 Oct 2019 at 13:25, Alistair Francis wrote: On Fri, Oct 25, 2019 at 6:28 AM 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 pre

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

2019-11-04 Thread Alistair Francis
On Sat, Nov 2, 2019 at 3:37 AM Peter Maydell wrote: > > On Tue, 29 Oct 2019 at 13:25, Alistair Francis wrote: > > > > On Fri, Oct 25, 2019 at 6:28 AM Anup Patel wrote: > > > > > > This series adds RTC device to QEMU RISC-V virt machine. We have > > > selected Goldfish RTC device model for this.

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

2019-11-04 Thread Alistair Francis
On Sun, Nov 3, 2019 at 12:12 AM Anup Patel wrote: > > On Sat, Nov 2, 2019 at 4:44 AM Palmer Dabbelt wrote: > > > > On Fri, 01 Nov 2019 08:40:24 PDT (-0700), a...@brainfault.org wrote: > > > On Tue, Oct 29, 2019 at 6:55 PM Alistair Francis > > > wrote: > > >> > > >> On Fri, Oct 25, 2019 at 6:28

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

2019-11-03 Thread Anup Patel
On Sat, Nov 2, 2019 at 4:44 AM Palmer Dabbelt wrote: > > On Fri, 01 Nov 2019 08:40:24 PDT (-0700), a...@brainfault.org wrote: > > On Tue, Oct 29, 2019 at 6:55 PM Alistair Francis > > wrote: > >> > >> On Fri, Oct 25, 2019 at 6:28 AM Anup Patel wrote: > >> > > >> > This series adds RTC device to

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

2019-11-02 Thread Peter Maydell
On Tue, 29 Oct 2019 at 13:25, Alistair Francis wrote: > > On Fri, Oct 25, 2019 at 6:28 AM 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 a

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

2019-11-01 Thread Palmer Dabbelt
On Fri, 01 Nov 2019 08:40:24 PDT (-0700), a...@brainfault.org wrote: On Tue, Oct 29, 2019 at 6:55 PM Alistair Francis wrote: On Fri, Oct 25, 2019 at 6:28 AM 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 v5 0/2] RTC support for QEMU RISC-V virt machine

2019-11-01 Thread Anup Patel
On Tue, Oct 29, 2019 at 6:55 PM Alistair Francis wrote: > > On Fri, Oct 25, 2019 at 6:28 AM 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

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

2019-10-29 Thread Alistair Francis
On Fri, Oct 25, 2019 at 6:28 AM 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 RTC is a

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

2019-10-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