summaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_206ax/microcode_blob.h
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2012-06-19 05:25:41 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-07-24 19:54:41 +0200
commitdf0c8222398f3e0f4334777fb14c6a344c069813 (patch)
treefb703ad4642a68120c0b94368718de0a2e9296c4 /src/cpu/intel/model_206ax/microcode_blob.h
parent8bdbddfeeaec5f0eb16a1d77af6ec860a62f4e01 (diff)
downloadcoreboot-df0c8222398f3e0f4334777fb14c6a344c069813.tar.xz
Rename microcode include file to be model agnostic
In preparation to support CBFS hosted microcode blobs, this change renames the wrapper include file containing the microcode to be independent of CPU model. Change-Id: If1a4963a52e5037a3a3495b90708ffc08b23f4c1 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: http://review.coreboot.org/1294 Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/intel/model_206ax/microcode_blob.h')
-rw-r--r--src/cpu/intel/model_206ax/microcode_blob.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/cpu/intel/model_206ax/microcode_blob.h b/src/cpu/intel/model_206ax/microcode_blob.h
new file mode 100644
index 0000000000..d055b2e385
--- /dev/null
+++ b/src/cpu/intel/model_206ax/microcode_blob.h
@@ -0,0 +1,31 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2011 Google Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+
+#if CONFIG_NORTHBRIDGE_INTEL_SANDYBRIDGE
+ #include "microcode-m12206a7_00000025.h"
+#elif CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE
+#else
+#error "Which microcode to use?"
+#endif
+ /* Dummy terminator */
+ 0x0, 0x0, 0x0, 0x0,
+ 0x0, 0x0, 0x0, 0x0,
+ 0x0, 0x0, 0x0, 0x0,
+ 0x0, 0x0, 0x0, 0x0,