From a3383fb1b21f205b4b5621a465c4a1859078d019 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Tue, 7 Apr 2015 16:27:53 -0600 Subject: soc/broadwell: Use microcode from the blobs repository Remove the blobs from the coreboot tree and get them from 3rdparty. Change-Id: I4938b5c47e6ae7059eda144b664aeafdd674f0fb Signed-off-by: Marc Jones Reviewed-on: http://review.coreboot.org/9693 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel Reviewed-by: Alexandru Gagniuc --- src/soc/intel/broadwell/microcode/microcode_blob.h | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/soc/intel/broadwell/microcode/microcode_blob.h (limited to 'src/soc/intel/broadwell/microcode/microcode_blob.h') diff --git a/src/soc/intel/broadwell/microcode/microcode_blob.h b/src/soc/intel/broadwell/microcode/microcode_blob.h deleted file mode 100644 index d41ba98ea7..0000000000 --- a/src/soc/intel/broadwell/microcode/microcode_blob.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2014 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 - */ - -#include "microcode-M7240651_0000001C.h" /* Haswell ULT C0 or D0 */ -#include "microcode-MF2306D2_FFFF0009.h" /* Broadwell C0 */ -#include "microcode-MC0306D3_FFFF0010.h" /* Broadwell D0 */ -#include "microcode-MC0306D4_0000000D.h" /* Broadwell E0 */ - - /* Dummy terminator */ - 0x0, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x0, -- cgit v1.2.3