On 08/11/2017 01:05 PM, Peter Maydell wrote:
On 11 August 2017 at 12:03, KONRAD Frederic <frederic.kon...@adacore.com> wrote:
On 08/11/2017 12:18 PM, Peter Maydell wrote:
That said, if you specify a BE elf file then we do
set the SCTLR.EE and CPSR.E bits on reset in do_cpu_reset()
(a change added in the commit you quote), which is probably
why we haven't noticed the arm_cpu_reset() bug.
Yes that was what I saw. But seems the bits are not reset anymore
in do_cpu_reset() we probably lost that change.
hw/arm/boot.c do_cpu_reset() still has that code as of
current master...
oops sorry you're right was on the wrong branch..
Thanks!
Fred
thanks
-- PMM