Statistics
| Branch: | Revision:

root / hw / timer / imx_gpt.c @ 3a15effe

History | View | Annotate | Download (13.9 kB)

# Date Author Comment
6783ecf1 07/23/2013 01:37 am Peter Maydell

hw: Avoid use of QOM type name macros in VMStateDescriptions

The name field in a VMStateDescription is part of the migration state
versioning, so changing it will break migration. It's therefore a
bad idea to use a QOM typename macro to initialize it, because in...

853dca12 07/04/2013 06:42 pm Paolo Bonzini

hw/t*: pass owner to memory_region_init* functions

Signed-off-by: Paolo Bonzini <>

2c9b15ca 07/04/2013 06:42 pm Paolo Bonzini

memory: add owner argument to initialization functions

Signed-off-by: Paolo Bonzini <>

5ec694b5 06/25/2013 08:34 pm Jean-Christophe DUBOIS

i.MX: Implement a more complete version of the GPT timer.

  • implement compare 1 2 and 3 registers
  • simplify Debug printf

Signed-off-by: Jean-Christophe DUBOIS <>
Message-id:
Reviewed-by: Peter Chubb <>...

67110c3e 06/25/2013 08:34 pm Jean-Christophe DUBOIS

i.MX: Rework functions/types name and use new style initialization

  • use dynamic cast whenever possible
  • Change function names to some more meaningful prefix
  • Change type names to a more meaningful one
  • use new style device initialization

Signed-off-by: Jean-Christophe DUBOIS <>...

a50c0d6f 06/03/2013 07:17 pm Jean-Christophe DUBOIS

i.MX: split GPT and EPIT timer implementation

There is no common code between these 2 timer implementation.
So it is better to split them.

Signed-off-by: Jean-Christophe DUBOIS <>
Message-id: ...