Re: [U-Boot] [PATCH v3 24/26] x86: ivybridge: Add LAPIC support

2014-11-20 Thread Simon Glass
On 13 November 2014 06:42, Simon Glass wrote: > The local advanced programmable interrupt controller is not used much in > U-Boot but we do need to set it up. Add basic support for this, which will > be extended as needed. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in

[U-Boot] [PATCH v3 24/26] x86: ivybridge: Add LAPIC support

2014-11-12 Thread Simon Glass
The local advanced programmable interrupt controller is not used much in U-Boot but we do need to set it up. Add basic support for this, which will be extended as needed. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/x86/cpu/ivybridge/cpu.c | 3 ++ arch/x86/