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

Simon Glass sjg at chromium.org
Fri Nov 21 07:52:29 CET 2014


On 13 November 2014 06:42, Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  arch/x86/cpu/ivybridge/cpu.c     |   3 ++
>  arch/x86/include/asm/lapic.h     |  59 +++++++++++++++++++++++
>  arch/x86/include/asm/lapic_def.h | 101 +++++++++++++++++++++++++++++++++++++++
>  3 files changed, 163 insertions(+)
>  create mode 100644 arch/x86/include/asm/lapic.h
>  create mode 100644 arch/x86/include/asm/lapic_def.h

Applied to u-boot-x86.


More information about the U-Boot mailing list