summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-25 04:18:16 (GMT)
committerSimon Glass <sjg@chromium.org>2014-11-25 13:34:14 (GMT)
commitbb80be391693a868c2114d1a9505c45dce7a3607 (patch)
tree48fa7818ae5d90e1925bdf900f36f34a252ead68 /arch/x86/cpu/ivybridge/Makefile
parent0c9075e9ad21caa43c524288d7def9e8b081fa11 (diff)
downloadu-boot-bb80be391693a868c2114d1a9505c45dce7a3607.tar.xz
x86: Add init for model 206AX CPU
Add the setup code for the CPU so that it can be used at full speed. 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 aedc395..95491b5 100644
--- a/arch/x86/cpu/ivybridge/Makefile
+++ b/arch/x86/cpu/ivybridge/Makefile
@@ -11,6 +11,7 @@ obj-y += early_init.o
obj-y += early_me.o
obj-y += lpc.o
obj-y += me_status.o
+obj-y += model_206ax.o
obj-y += microcode_intel.o
obj-y += pch.o
obj-y += pci.o