msf2: Add Smartfusion2 System timer
commit96401bad453482c24dd8f9f15a45994d7b99c54b
authorSubbaraya Sundeep <sundeep.lkml@gmail.com>
Wed, 20 Sep 2017 20:17:33 +0000 (20 17:17 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Sep 2017 15:36:56 +0000 (21 16:36 +0100)
tree331298755ade29b391d794e32301e7fdef30e9e5
parentfc14cf0e95e8974cb451961391d1ecc626c34407
msf2: Add Smartfusion2 System timer

Modelled System Timer in Microsemi's Smartfusion2 Soc.
Timer has two 32bit down counters and two interrupts.

Signed-off-by: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Acked-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20170920201737.25723-2-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/timer/Makefile.objs
hw/timer/mss-timer.c [new file with mode: 0644]
include/hw/timer/mss-timer.h [new file with mode: 0644]