summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-24 21:18:16 -0700
committerSimon Glass <sjg@chromium.org>2014-11-25 06:34:14 -0700
commitbb80be391693a868c2114d1a9505c45dce7a3607 (patch)
tree48fa7818ae5d90e1925bdf900f36f34a252ead68 /include
parent0c9075e9ad21caa43c524288d7def9e8b081fa11 (diff)
downloadtalos-obmc-uboot-bb80be391693a868c2114d1a9505c45dce7a3607.tar.gz
talos-obmc-uboot-bb80be391693a868c2114d1a9505c45dce7a3607.zip
x86: Add init for model 206AX CPU
Add the setup code for the CPU so that it can be used at full speed. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/fdtdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h
index 0a0afce516..b6e1d40439 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -121,6 +121,7 @@ enum fdt_compat_id {
COMPAT_INTEL_MICROCODE, /* Intel microcode update */
COMPAT_MEMORY_SPD, /* Memory SPD information */
COMPAT_INTEL_PANTHERPOINT_AHCI, /* Intel Pantherpoint AHCI */
+ COMPAT_INTEL_MODEL_206AX, /* Intel Model 206AX CPU */
COMPAT_COUNT,
};
OpenPOWER on IntegriCloud