On 7 June 2017 at 17:13, Alex Bennée <alex.ben...@linaro.org> wrote: > > Peter Maydell <peter.mayd...@linaro.org> writes: > >> If EL3 is not implemented (ie only one security state) then the >> one and only ICC_BPR1 register behaves like the Non-secure >> ICC_BPR1 in an EL3-present configuration. In particular, its >> reset value is GIC_MIN_BPR_NS, not GIC_MIN_BPR. >> >> Correct the erroneous reset value; this fixes a problem where >> we might hit the assert added in commit a89ff39ee901. >> >> Reported-by: Alex Bennée <alex.ben...@linaro.org> >> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > > Reviewed-by: Alex Bennée <alex.ben...@linaro.org> > Tested-by: Alex Bennée <alex.ben...@linaro.org>
Thanks; applied to master as a fix for an assertion failure (still not sure why I don't see it). -- PMM