summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/lapic.h
Commit message (Collapse)AuthorAgeLines
* x86: Add LAPIC setup codeSimon Glass2014-11-25-2/+122
| | | | | | | Add code to set up the Local Advanced Peripheral Interrupt Controller. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
* x86: ivybridge: Add LAPIC supportSimon Glass2014-11-21-0/+59
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>