summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-12 22:42:23 -0700
committerSimon Glass <sjg@chromium.org>2014-11-21 07:34:14 +0100
commit8e0df066ffc40fde4cf43014114f8e472b8b9bd6 (patch)
tree37c047232a6870908a48c432186b8722fd816fdd /arch/x86/cpu/ivybridge/Makefile
parent9c678e152a9a5f2ca786af15e6816ddeaa520c8b (diff)
downloadu-boot-imx-8e0df066ffc40fde4cf43014114f8e472b8b9bd6.zip
u-boot-imx-8e0df066ffc40fde4cf43014114f8e472b8b9bd6.tar.gz
u-boot-imx-8e0df066ffc40fde4cf43014114f8e472b8b9bd6.tar.bz2
x86: ivybridge: Add early init for PCH devices
Many PCH devices are hard-coded to a particular PCI address. Set these up early in case they are needed. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/ivybridge/Makefile')
-rw-r--r--arch/x86/cpu/ivybridge/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile
index 74f01e8..e5c0751 100644
--- a/arch/x86/cpu/ivybridge/Makefile
+++ b/arch/x86/cpu/ivybridge/Makefile
@@ -6,6 +6,7 @@
obj-y += car.o
obj-y += cpu.o
+obj-y += early_init.o
obj-y += lpc.o
obj-y += microcode_intel.o
obj-y += pci.o