[Qemu-devel] [PATCH] i.MX: Implement a more complete version of the GPT timer.

2013-06-26 Thread Jean-Christophe DUBOIS
* implement compare 1 2 and 3 registers * simplify Debug printf Signed-off-by: Jean-Christophe DUBOIS Reviewed-by: Peter Chubb --- hw/timer/imx_gpt.c | 439 - 1 file changed, 267 insertions(+), 172 deletions(-) diff --git a/hw/timer/imx_gpt.c

Re: [Qemu-devel] [PATCH] i.MX: implement a more complete version of the GPT timer.

2013-05-27 Thread Peter Chubb
> "Jean-Christophe" == Jean-Christophe DUBOIS writes: Jean-Christophe> * implement compare 1 2 and 3 registers * Unify Jean-Christophe> function and type naming * use dynamic cast whenever Jean-Christophe> possible * simplify Debug printf. * use new style Jean-Christophe> device intializatio

[Qemu-devel] [PATCH] i.MX: implement a more complete version of the GPT timer.

2013-05-27 Thread Jean-Christophe DUBOIS
* implement compare 1 2 and 3 registers * Unify function and type naming * use dynamic cast whenever possible * simplify Debug printf. * use new style device intialization. Note: This implementation is still missing the support of the 2 input registers that allow to timestamp a level change on a G