summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-13 05:42:21 (GMT)
committerSimon Glass <sjg@chromium.org>2014-11-21 06:34:14 (GMT)
commit77f9b1fb6244878ab4aab342a814880d17253b75 (patch)
tree9aec72ab40799b06370e588d8063b0dfdbc9d755 /arch/x86/cpu/ivybridge/Makefile
parent94060ff278e3ed4d91e4605701231d194a5013a3 (diff)
downloadu-boot-77f9b1fb6244878ab4aab342a814880d17253b75.tar.xz
x86: ivybridge: Perform Intel microcode update on boot
Microcode updates are stored in the device tree. Work through these and apply any that 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 4b77c9c..74f01e8 100644
--- a/arch/x86/cpu/ivybridge/Makefile
+++ b/arch/x86/cpu/ivybridge/Makefile
@@ -7,5 +7,6 @@
obj-y += car.o
obj-y += cpu.o
obj-y += lpc.o
+obj-y += microcode_intel.o
obj-y += pci.o
obj-y += sdram.o