x86: ivybridge: Add LAPIC support
authorSimon Glass <sjg@chromium.org>
Thu, 13 Nov 2014 05:42:27 +0000 (22:42 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 06:34:15 +0000 (07:34 +0100)
commit3eafce05278f867678a66efd867f398cc055359a
tree9138917abe452743e2eac74b1cfab76d11efca4e
parenta49e3c7f09abf4961f2945275338c3a0c18b9b61
x86: ivybridge: Add LAPIC support

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 <sjg@chromium.org>
arch/x86/cpu/ivybridge/cpu.c
arch/x86/include/asm/lapic.h [new file with mode: 0644]
arch/x86/include/asm/lapic_def.h [new file with mode: 0644]