9
0
Fork 0
barebox/arch/mips
Antony Pavlov bd6cc52de5 MIPS: add initial exceptions handling
Checking exception handling:

    $ make qemu-malta_defconfig
    $ make

    ...

    $ qemu-system-mips -nodefaults -M malta -m 256 \
       -nographic -serial stdio -bios ./barebox.bin

    ...

    barebox:/ md -l 0x03

    Ooops, address error on load or ifetch!
    EPC = 0xa082783c
    CP0_STATUS = 0x00000006
    CP0_CAUSE = 0x00000410
    CP0_CONFIG = 0x80008482

    ### ERROR ### Please RESET the board ###

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-07-27 09:54:13 +02:00
..
boards MIPS: malta: register memory bank 2012-07-09 09:23:35 +02:00
boot MIPS: add initial exceptions handling 2012-07-27 09:54:13 +02:00
configs MIPS: add defconfig for Ritmix RZX-50 board 2012-05-17 20:27:45 +02:00
include MIPS: add initial exceptions handling 2012-07-27 09:54:13 +02:00
lib MIPS: add initial exceptions handling 2012-07-27 09:54:13 +02:00
mach-bcm47xx introduce io.h 2011-09-22 19:03:05 +02:00
mach-malta MIPS: malta: use common DEBUG_LL code for NS16550 2012-05-13 11:02:33 +02:00
mach-xburst Merge branch 'for-next/poweroff' 2012-07-02 11:04:44 +02:00
Kconfig MIPS: add XBurst processor family support 2012-05-17 20:27:45 +02:00
Makefile MIPS: make possible board-specific header files 2012-06-05 08:36:59 +02:00
mach-mips.dox MIPS: add XBurst processor family support 2012-05-17 20:27:45 +02:00