summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-12 22:42:21 -0700
committerSimon Glass <sjg@chromium.org>2014-11-21 07:34:14 +0100
commit77f9b1fb6244878ab4aab342a814880d17253b75 (patch)
tree9aec72ab40799b06370e588d8063b0dfdbc9d755 /lib
parent94060ff278e3ed4d91e4605701231d194a5013a3 (diff)
downloadblackbird-obmc-uboot-77f9b1fb6244878ab4aab342a814880d17253b75.tar.gz
blackbird-obmc-uboot-77f9b1fb6244878ab4aab342a814880d17253b75.zip
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 'lib')
-rw-r--r--lib/fdtdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index 4aa227a0c3..9a68f9ca15 100644
--- a/lib/fdtdec.c
+++ b/lib/fdtdec.c
@@ -73,6 +73,7 @@ static const char * const compat_names[COMPAT_COUNT] = {
COMPAT(SAMSUNG_EXYNOS_SYSMMU, "samsung,sysmmu-v3.3"),
COMPAT(PARADE_PS8625, "parade,ps8625"),
COMPAT(COMPAT_INTEL_LPC, "intel,lpc"),
+ COMPAT(INTEL_MICROCODE, "intel,microcode"),
};
const char *fdtdec_get_compatible(enum fdt_compat_id id)
OpenPOWER on IntegriCloud