[coreboot-gerrit] New patch to review for coreboot: cpu/intel/lga775: Do not select model_6ex CPU

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Tue Oct 25 11:15:11 CEST 2016


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17120

-gerrit

commit ff0ed5dbc57c13f9ccc292110ac48ecf0d1fa5c3
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Tue Oct 25 11:05:22 2016 +0200

    cpu/intel/lga775: Do not select model_6ex CPU
    
    Model 6ex are core solo and core duo CPUs (yonah) that never existed
    with a LGA775 socket.
    
    This reduces the size of the microcode from 180k to 168k.
    
    Change-Id: Ic5b3d0e7c8009dab2dca477010c328274a818fed
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/cpu/intel/socket_LGA775/Kconfig      | 2 +-
 src/cpu/intel/socket_LGA775/Makefile.inc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cpu/intel/socket_LGA775/Kconfig b/src/cpu/intel/socket_LGA775/Kconfig
index e5c687a..ffc3489 100644
--- a/src/cpu/intel/socket_LGA775/Kconfig
+++ b/src/cpu/intel/socket_LGA775/Kconfig
@@ -5,7 +5,7 @@ if CPU_INTEL_SOCKET_LGA775
 
 config SOCKET_SPECIFIC_OPTIONS # dummy
 	def_bool y
-	select CPU_INTEL_MODEL_6EX
+#	select CPU_INTEL_MODEL_6EX
 	select CPU_INTEL_MODEL_6FX
 	select CPU_INTEL_MODEL_F3X
 	select CPU_INTEL_MODEL_F4X
diff --git a/src/cpu/intel/socket_LGA775/Makefile.inc b/src/cpu/intel/socket_LGA775/Makefile.inc
index 371a801..ec437ef 100644
--- a/src/cpu/intel/socket_LGA775/Makefile.inc
+++ b/src/cpu/intel/socket_LGA775/Makefile.inc
@@ -1,4 +1,4 @@
-subdirs-y += ../model_6ex
+#subdirs-y += ../model_6ex
 subdirs-y += ../model_6fx
 subdirs-y += ../model_f3x
 subdirs-y += ../model_f4x



More information about the coreboot-gerrit mailing list