mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
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
This commit is contained in:
parent
8bfc26ea30
commit
f104919d15
2 changed files with 66 additions and 1 deletions
|
@ -50,6 +50,7 @@ typedef struct NVICState {
|
|||
int exception_prio; /* group prio of the highest prio active exception */
|
||||
|
||||
MemoryRegion sysregmem;
|
||||
MemoryRegion sysreg_ns_mem;
|
||||
MemoryRegion container;
|
||||
|
||||
uint32_t num_irq;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue