i.MX31: Timers
authorPeter Chubb <peter.chubb@nicta.com.au>
Wed, 4 Jul 2012 10:43:33 +0000 (10:43 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 4 Jul 2012 10:43:33 +0000 (10:43 +0000)
commit78d1404dcc9082fa52240cd04f822d54566d6849
tree8edbb9b6e636d1d75b76b86d85027af415325362
parentbcc181b0ad84bfa2369f39c55c63752820d49284
i.MX31: Timers

Implement the timers on the Freescale i.MX31 SoC.
This is not a complete implementation, but gives enough for
Linux to boot and run. In particular external triggers, which are
not useful under QEMU, are not implemented.

Signed-off-by: Philip O'Sullivan <philipo@ok-labs.com>
Signed-off-by: Peter Chubb <peter.chubb@nicta.com.au>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Makefile.objs
hw/imx.h
hw/imx_timer.c [new file with mode: 0644]