summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/bd82x6x.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-11 22:06:56 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 10:27:24 +0800
commitbb096b9fad65696798ffd1637b30d9cc7951e70c (patch)
tree1f9ba8d5ee21a6a0097e83db70ca980e1cfaced1 /arch/x86/cpu/ivybridge/bd82x6x.c
parent06d336cca284cc767a095ce40afca79b4aa0ecb0 (diff)
downloadu-boot-imx-bb096b9fad65696798ffd1637b30d9cc7951e70c.zip
u-boot-imx-bb096b9fad65696798ffd1637b30d9cc7951e70c.tar.gz
u-boot-imx-bb096b9fad65696798ffd1637b30d9cc7951e70c.tar.bz2
x86: Add the root-complex block to common intel registers
This is similar to MCH in that it is used in various drivers. Add it to the common header. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/ivybridge/bd82x6x.c')
-rw-r--r--arch/x86/cpu/ivybridge/bd82x6x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/ivybridge/bd82x6x.c b/arch/x86/cpu/ivybridge/bd82x6x.c
index 9972b0a..55057e0 100644
--- a/arch/x86/cpu/ivybridge/bd82x6x.c
+++ b/arch/x86/cpu/ivybridge/bd82x6x.c
@@ -11,6 +11,7 @@
#include <pch.h>
#include <syscon.h>
#include <asm/cpu.h>
+#include <asm/intel_regs.h>
#include <asm/io.h>
#include <asm/lapic.h>
#include <asm/pci.h>