commit | 2a29ddee82029580fa85276767f73fedc30c8a0a | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed May 02 16:49:39 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jun 19 13:24:44 2012 +0000 |
tree | 45ab75308ca2e331b61fe9758639c404f13bf3b3 | |
parent | b3387ede2f2b8a6ba3d5e922492f85a34db6f191 [diff] |
hw/armv7m_nvic: Use MemoryRegions for NVIC specific registers Implement the NVIC specific register areas using a set of overlaid MemoryRegions in a container, rather than by having the arm_gic read/write functions use special purpose callbacks. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>