On 20 November 2014 at 01:10, Bin Meng <[email protected]> wrote: > 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 <[email protected]> > --- > arch/x86/cpu/cpu.c | 2 -- > arch/x86/lib/pcat_interrupts.c | 3 +++ > 2 files changed, 3 insertions(+), 2 deletions(-)
Acked-by: Simon Glass <[email protected]> Tested on chromebook_link: Tested-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

