commit | f104919d15a3f0be57a70b5499bc9fa5e06224fd | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 07 13:54:53 2017 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 07 13:54:53 2017 +0100 |
tree | 5f121a76c4089c9617cea1c3075bd328577facfb | |
parent | 8bfc26ea302ec03585d7258a7cf8938f76512730 [diff] |
nvic: Add NS alias SCS region For v8M the range 0xe002e000..0xe002efff is an alias region which for secure accesses behaves like a NonSecure access to the main SCS region. (For nonsecure accesses including when the security extension is not implemented, it is RAZ/WI.) Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1503414539-28762-11-git-send-email-peter.maydell@linaro.org