]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
x86: Add LAPIC setup code
authorSimon Glass <sjg@chromium.org>
Tue, 25 Nov 2014 04:18:15 +0000 (21:18 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Nov 2014 13:34:11 +0000 (06:34 -0700)
commit0c9075e9ad21caa43c524288d7def9e8b081fa11
tree6a5dfa7abd5ac5747acbc34f659371116e2d8ef2
parentb636dd1079fcdd55a38412afacb2be91a82cce1e
x86: Add LAPIC setup code

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>
arch/x86/cpu/Makefile
arch/x86/cpu/lapic.c [new file with mode: 0644]
arch/x86/include/asm/lapic.h
arch/x86/include/asm/post.h