commit | aecff6924dab0197b6c8f132e44502b25fd98a38 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Apr 13 11:39:09 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Apr 13 12:29:04 2012 +0000 |
tree | 5c0ca23b4fcf03f271b2bf62074c4cd00149f79f | |
parent | 2e9dfe20a62d93f145ea12a1b4755bb9cd61c327 [diff] |
hw/arm_gic: Make gic_reset a sysbus reset function Make gic_reset a sysbus reset function, so we actually reset the GIC on system reset rather than only at init. For the NVIC this requires us also to implement reset of the SysTick. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>