summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/haswell/microcode_blob.h
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2013-12-13 16:56:23 -0600
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2015-02-28 08:21:15 +0100
commit5818da262dc0ce56bb1d5439b6d139bc08c25554 (patch)
tree607971b05033222364ee5178f51fa79e7c67b9d2 /src/cpu/intel/haswell/microcode_blob.h
parentee89435798022021026f511deddf0e3b401ad031 (diff)
downloadcoreboot-staging-5818da262dc0ce56bb1d5439b6d139bc08c25554.zip
coreboot-staging-5818da262dc0ce56bb1d5439b6d139bc08c25554.tar.gz
cpu/intel: (non-FSP) Remove microcode updates from tree
Now that we use the microcode updates in the blobs repository, remove them from the main repo. Since the microcode updates are blobs, it makes more sense to ship them in the blobs repo rather than the main one. The update-microcodes.sh script is also deleted, as a more current version resides in 3rdparty. Change-Id: Iee74a3ede3b5eb684ef0386d270120e70173c1b4 Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/4531 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/cpu/intel/haswell/microcode_blob.h')
-rw-r--r--src/cpu/intel/haswell/microcode_blob.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/cpu/intel/haswell/microcode_blob.h b/src/cpu/intel/haswell/microcode_blob.h
deleted file mode 100644
index c616f80..0000000
--- a/src/cpu/intel/haswell/microcode_blob.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright 2013 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_INTEL_LYNXPOINT_LP
-#include "microcode-M7240650_ffff000a.h"
-#include "microcode-M7240651_00000015.h"
-#else
-#include "microcode-M32306c1_ffff000d.h"
-#include "microcode-M32306c2_ffff0003.h"
-#include "microcode-M32306c3_00000012.h"
-#include "microcode-M3240660_ffff000b.h"
-#endif
OpenPOWER on IntegriCloud