u-boot-brain/arch/x86
Bin Meng 4372a9eca5 x86: Call cpu_init_interrupts() from interrupt_init()
Currently cpu_init_interrupts() is called from cpu_init_r() to
setup the interrupt and exception of the cpu core, but at that
time the i8259 has not been initialized to mask all the irqs
and remap the master i8259 interrupt vector base, so the whole
system is at risk of being interrupted, and if interrupted,
wrong interrupt/exception message is shown.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
2014-11-25 06:34:02 -07:00
..
cpu x86: Call cpu_init_interrupts() from interrupt_init() 2014-11-25 06:34:02 -07:00
dts x86: dts: Add SATA settings for link 2014-11-25 06:34:01 -07:00
include/asm x86: Add Intel speedstep and turbo mode code 2014-11-25 06:34:02 -07:00
lib x86: Call cpu_init_interrupts() from interrupt_init() 2014-11-25 06:34:02 -07:00
config.mk x86: Remove REALMODE_BASE which is no longer used 2014-11-21 07:24:08 +01:00
Kconfig x86: Rename chromebook-x86 to coreboot 2014-11-21 07:34:16 +01:00