summaryrefslogtreecommitdiffstats
path: root/include/fdtdec.h
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 /include/fdtdec.h
parent94060ff278e3ed4d91e4605701231d194a5013a3 (diff)
downloadtalos-obmc-uboot-77f9b1fb6244878ab4aab342a814880d17253b75.tar.gz
talos-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 'include/fdtdec.h')
-rw-r--r--include/fdtdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h
index 6b4000623d..3bd60b7f12 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -118,6 +118,7 @@ enum fdt_compat_id {
COMPAT_SAMSUNG_EXYNOS_SYSMMU, /* Exynos sysmmu */
COMPAT_PARADE_PS8625, /* Parade PS8622 EDP->LVDS bridge */
COMPAT_INTEL_LPC, /* Intel Low Pin Count I/F */
+ COMPAT_INTEL_MICROCODE, /* Intel microcode update */
COMPAT_COUNT,
};
OpenPOWER on IntegriCloud