commit | 13f0e7cd6eff1b9206b4c74eed37ba0d3f152a49 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Feb 14 15:24:38 2017 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Feb 14 15:24:38 2017 +0000 |
tree | cc2101d733cb6f81c7016e6cffaba52126b00028 | |
parent | 111b41b2232603967eb40b71348b2afab1497fd1 [diff] |
armv7m: Make bitband device take the address space to access Instead of the bitband device doing a cpu_physical_memory_read/write, make it take a MemoryRegion which specifies where it should be accessing. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>