]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: ivybridge: Perform Intel microcode update on boot
authorSimon Glass <sjg@chromium.org>
Thu, 13 Nov 2014 05:42:21 +0000 (22:42 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 06:34:14 +0000 (07:34 +0100)
commit77f9b1fb6244878ab4aab342a814880d17253b75
tree9aec72ab40799b06370e588d8063b0dfdbc9d755
parent94060ff278e3ed4d91e4605701231d194a5013a3
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>
arch/x86/cpu/ivybridge/Makefile
arch/x86/cpu/ivybridge/cpu.c
arch/x86/cpu/ivybridge/microcode_intel.c [new file with mode: 0644]
arch/x86/include/asm/arch-ivybridge/microcode.h [new file with mode: 0644]
include/fdtdec.h
lib/fdtdec.c