On 08/22/2017 08:08 AM, Peter Maydell wrote: > Make the BASEPRI register banked if v8M security extensions are enabled. > > Note that we do not yet implement the functionality of the new > AIRCR.PRIS bit (which allows the effect of the NS copy of BASEPRI to > be restricted). > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/cpu.h | 14 +++++++++++++- > hw/intc/armv7m_nvic.c | 4 ++-- > target/arm/helper.c | 10 ++++++---- > target/arm/machine.c | 3 ++- > 4 files changed, 23 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~