[coreboot-gerrit] New patch to review for coreboot: soc/intel: Remove microcode terminators

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Fri Jul 17 21:15:07 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10964

-gerrit

commit 4fd9cc885611392033285c077ed8d3e10c1423bc
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Fri Jul 17 12:13:09 2015 -0700

    soc/intel: Remove microcode terminators
    
    They have been removed in the rest of the code already.
    http://review.coreboot.org/#/c/4506/
    
    Change-Id: I232cc2ccd4dd90359de4ab710486db65667500f4
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/soc/intel/fsp_baytrail/microcode/microcode_blob.c | 6 ------
 src/soc/intel/skylake/microcode/microcode_blob.h      | 6 ------
 2 files changed, 12 deletions(-)

diff --git a/src/soc/intel/fsp_baytrail/microcode/microcode_blob.c b/src/soc/intel/fsp_baytrail/microcode/microcode_blob.c
index 5d75961..822c91b 100644
--- a/src/soc/intel/fsp_baytrail/microcode/microcode_blob.c
+++ b/src/soc/intel/fsp_baytrail/microcode/microcode_blob.c
@@ -35,10 +35,4 @@ unsigned microcode[] = {
 	#include "M0C30678829.h"  // M0C30678: Bay Trail M D Stepping
 #endif	/* CONFIG_SOC_INTEL_FSP_BAYTRAIL_MD */
 #endif	/* CONFIG_HAVE_FSP_BIN */
-
-	/* Dummy terminator */
-	0x0, 0x0, 0x0, 0x0,
-	0x0, 0x0, 0x0, 0x0,
-	0x0, 0x0, 0x0, 0x0,
-	0x0, 0x0, 0x0, 0x0,
 };
diff --git a/src/soc/intel/skylake/microcode/microcode_blob.h b/src/soc/intel/skylake/microcode/microcode_blob.h
index 4bca894..82a8664 100644
--- a/src/soc/intel/skylake/microcode/microcode_blob.h
+++ b/src/soc/intel/skylake/microcode/microcode_blob.h
@@ -19,9 +19,3 @@
  */
 
 #include "MC0406E2_00000017_00000018.h"
-
-	/*  Dummy terminator  */
-	0x0, 0x0, 0x0, 0x0,
-	0x0, 0x0, 0x0, 0x0,
-	0x0, 0x0, 0x0, 0x0,
-	0x0, 0x0, 0x0, 0x0,



More information about the coreboot-gerrit mailing list