On 3 December 2015 at 00:18, Michael Davidsaver <mdavidsa...@gmail.com> wrote: > No need to bounce through EXCP_IRQ handling > for non-IRQ exceptions. just update CPU > state directly. > --- > target-arm/helper.c | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-)
This commit takes my stellaris test image from "broken and sits there with a black screen" to "aborts on startup": Peripheral reset not implemented Peripheral reset not implemented qemu: hardware error: Interrupt but no vector CPU #0: R00=40028000 R01=00000003 R02=00000000 R03=00000000 R04=40028000 R05=00000003 R06=00000000 R07=00000000 R08=00000000 R09=00000000 R10=00000000 R11=00000000 R12=40005000 R13=20006620 R14=fffffff9 R15=20006668 PSR=60000153 -ZC- A svc32 FPSCR: 00000000 Aborted (core dumped) thanks -- PMM