diff options
author | Simon Glass <sjg@chromium.org> | 2014-11-12 22:42:21 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-21 07:34:14 +0100 |
commit | 77f9b1fb6244878ab4aab342a814880d17253b75 (patch) | |
tree | 9aec72ab40799b06370e588d8063b0dfdbc9d755 /arch/x86/cpu/ivybridge/Makefile | |
parent | 94060ff278e3ed4d91e4605701231d194a5013a3 (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile index 4b77c9cd83..74f01e87bd 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 |