summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/broadwell/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-12 05:07:28 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 02:27:26 (GMT)
commitb697b848e8c3f07565d1a7b7115ce9c467c1161b (patch)
treead8b1507a662348d64a662fe6fee49fe2a844315 /arch/x86/cpu/broadwell/Makefile
parent64b179770fff721d7b1e4de551148868f9e808fe (diff)
downloadu-boot-fsl-qoriq-b697b848e8c3f07565d1a7b7115ce9c467c1161b.tar.xz
x86: broadwell: Add support for high-speed I/O lane with ME
Provide a way to determine the HSIO (high-speed I/O) version supported by the Intel Management Engine (ME) implementation on the platform. 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 012798f..7edb6f6 100644
--- a/arch/x86/cpu/broadwell/Makefile
+++ b/arch/x86/cpu/broadwell/Makefile
@@ -7,6 +7,7 @@
obj-y += cpu.o
obj-y += iobp.o
obj-y += lpc.o
+obj-y += me.o
obj-y += northbridge.o
obj-y += pch.o
obj-y += pinctrl_broadwell.o