summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/broadwell/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-11 22:07:22 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 10:27:26 +0800
commitda3363d5d269d63747adbf7e067304206ae0d975 (patch)
treeb0c4e51d111735d681e7565e7660c78426efc153 /arch/x86/cpu/broadwell/Makefile
parentd2c29d9a2ce94b28b47382db228993f3a4ee4e75 (diff)
downloadu-boot-imx-da3363d5d269d63747adbf7e067304206ae0d975.zip
u-boot-imx-da3363d5d269d63747adbf7e067304206ae0d975.tar.gz
u-boot-imx-da3363d5d269d63747adbf7e067304206ae0d975.tar.bz2
x86: broadwell: Add a northbridge driver
Add a driver for the broadwell northbridge. This sets up the location of several blocks of registers. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/broadwell/Makefile')
-rw-r--r--arch/x86/cpu/broadwell/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/broadwell/Makefile b/arch/x86/cpu/broadwell/Makefile
index d422a1c..39bf733 100644
--- a/arch/x86/cpu/broadwell/Makefile
+++ b/arch/x86/cpu/broadwell/Makefile
@@ -6,6 +6,7 @@
obj-y += cpu.o
obj-y += iobp.o
+obj-y += northbridge.o
obj-y += pch.o
obj-y += pinctrl_broadwell.o
obj-y += sata.o