commit | 345490fcd68d830adef7fcfa4ef5bf5681c29546 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun Feb 07 19:39:58 2016 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Nov 30 16:11:39 2016 +0100 |
tree | 319b20f5840e24709449ac842b173368280297cf | |
parent | af3971f81ac0fc344461cf86af682ecf1ebe18a8 [diff] |
MIPS: fix ROM exception vectors When booting from ROM, early exceptions can't be handled properly. Instead of busy-looping give the developer the possibilty to examine the situation. Invoke an UHI exception operation which can be read as unhandled exception by a hardware debugger if one is attached. If the debugger doesn't support UHI, the exception is read as unexpected breakpoint. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>