diff options
author | Simon Glass <sjg@chromium.org> | 2016-03-11 22:07:28 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-03-17 10:27:26 +0800 |
commit | b697b848e8c3f07565d1a7b7115ce9c467c1161b (patch) | |
tree | ad8b1507a662348d64a662fe6fee49fe2a844315 /arch/x86/cpu/broadwell/Makefile | |
parent | 64b179770fff721d7b1e4de551148868f9e808fe (diff) | |
download | u-boot-imx-b697b848e8c3f07565d1a7b7115ce9c467c1161b.zip u-boot-imx-b697b848e8c3f07565d1a7b7115ce9c467c1161b.tar.gz u-boot-imx-b697b848e8c3f07565d1a7b7115ce9c467c1161b.tar.bz2 |
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/Makefile | 1 |
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 |