Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-25 | x86: Add LAPIC setup code | Simon Glass | |
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> | |||
2014-11-21 | x86: ivybridge: Add LAPIC support | 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 <sjg@chromium.org> |