commit | 111b41b2232603967eb40b71348b2afab1497fd1 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Feb 14 14:23:53 2017 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Feb 14 14:23:53 2017 +0000 |
tree | cc2101d733cb6f81c7016e6cffaba52126b00028 | |
parent | 437cd339db44c3aafaf766d45ec07a5809d19881 [diff] |
armv7m: Make NVIC expose a memory region rather than mapping itself Make the NVIC device expose a memory region for its users to map, rather than mapping itself into the system memory space on realize, and get the one user (the ARMv7M object) to do this. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>