diff options
author | Simon Glass <sjg@chromium.org> | 2014-11-24 21:18:15 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-25 06:34:11 -0700 |
commit | 0c9075e9ad21caa43c524288d7def9e8b081fa11 (patch) | |
tree | 6a5dfa7abd5ac5747acbc34f659371116e2d8ef2 /arch/x86/include/asm/post.h | |
parent | b636dd1079fcdd55a38412afacb2be91a82cce1e (diff) |
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>
Diffstat (limited to 'arch/x86/include/asm/post.h')
-rw-r--r-- | arch/x86/include/asm/post.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/post.h b/arch/x86/include/asm/post.h index ce68839dec..6d2ae5dfe7 100644 --- a/arch/x86/include/asm/post.h +++ b/arch/x86/include/asm/post.h @@ -30,6 +30,7 @@ #define POST_PRE_MRC 0x2e #define POST_MRC 0x2f #define POST_DRAM 0x2f +#define POST_LAPIC 0x30 #define POST_RAM_FAILURE 0xea |