Re: [Qemu-devel] [PATCH v2 1/9] i.MX: Allow GPT timer to rollover.

2016-02-16 Thread Peter Maydell
On 8 February 2016 at 22:08, Jean-Christophe Dubois wrote: > GPT timer need to rollover when it reaches 0x. > > It also need to reset to 0 when in "restart mode" and crossing the > compare 1 register. > > Signed-off-by: Jean-Christophe Dubois > --- > Reviewed-by: Peter Maydell thanks

[Qemu-devel] [PATCH v2 1/9] i.MX: Allow GPT timer to rollover.

2016-02-08 Thread Jean-Christophe Dubois
GPT timer need to rollover when it reaches 0x. It also need to reset to 0 when in "restart mode" and crossing the compare 1 register. Signed-off-by: Jean-Christophe Dubois --- Changes since V1: * None hw/timer/imx_gpt.c | 27 +++ 1 file changed, 15 insertions(