u-boot-brain/arch/x86
Bin Meng 3ccd49cab4 x86: Simplify architecture defined exception handling in irq_llsr()
Instead of using switch..case for architecture defined exceptions,
simply unify the handling by printing a message of exception name,
followed by registers dump then halt the CPU.

With this unification, it also fixes the wrong exception numbers
for #MF/#AC/#MC/#XM which should be 16/17/18/19 not 15/16/17/18.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-07-28 10:36:21 -06:00
..
cpu x86: Simplify architecture defined exception handling in irq_llsr() 2015-07-28 10:36:21 -06:00
dts dm: x86: minnowmax: Move PCI to use driver model 2015-07-14 18:03:19 -06:00
include/asm x86: Display correct CS/EIP/EFLAGS when there is an error code 2015-07-28 10:36:21 -06:00
lib x86: Configure VESA parameters before loading Linux kernel 2015-07-14 18:03:19 -06:00
config.mk generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig 2015-03-28 09:03:08 -04:00
Kconfig x86: Remove MARK_GRAPHICS_MEM_WRCOMB 2015-07-14 18:03:18 -06:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00