[coreboot-gerrit] New patch to review for coreboot: b8065ea intel/microcode: Remove leftover MICROCODE_INCLUDE_PATH.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Thu Jan 23 20:38:09 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4788

-gerrit

commit b8065ea6966c554e05725e46aaf692f0a459f535
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Thu Jan 23 20:37:22 2014 +0100

    intel/microcode: Remove leftover MICROCODE_INCLUDE_PATH.
    
    Not used anymore since microcode was moved.
    
    Change-Id: Id666c80cb20e90e3664c4dcfcc0c41a4aeb4864c
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/cpu/intel/haswell/Kconfig     | 4 ----
 src/cpu/intel/model_2065x/Kconfig | 4 ----
 src/cpu/intel/model_206ax/Kconfig | 3 ---
 3 files changed, 11 deletions(-)

diff --git a/src/cpu/intel/haswell/Kconfig b/src/cpu/intel/haswell/Kconfig
index 03c3518..25df4d1 100644
--- a/src/cpu/intel/haswell/Kconfig
+++ b/src/cpu/intel/haswell/Kconfig
@@ -39,10 +39,6 @@ config SMM_RESERVED_SIZE
 	hex
 	default 0x100000
 
-config MICROCODE_INCLUDE_PATH
-	string
-	default "src/cpu/intel/haswell"
-
 config RESET_ON_INVALID_RAMSTAGE_CACHE
 	bool "Reset the system on S3 wake when ramstage cache invalid."
 	default n
diff --git a/src/cpu/intel/model_2065x/Kconfig b/src/cpu/intel/model_2065x/Kconfig
index 9040ebc..50a7e6c 100644
--- a/src/cpu/intel/model_2065x/Kconfig
+++ b/src/cpu/intel/model_2065x/Kconfig
@@ -32,10 +32,6 @@ config ENABLE_VMX
 	bool "Enable VMX for virtualization"
 	default n
 
-config MICROCODE_INCLUDE_PATH
-	string
-	default "3rdparty/mainboard/lenovo/x201"
-
 config XIP_ROM_SIZE
 	hex
 	default 0x20000
diff --git a/src/cpu/intel/model_206ax/Kconfig b/src/cpu/intel/model_206ax/Kconfig
index 426e613..90af45d 100644
--- a/src/cpu/intel/model_206ax/Kconfig
+++ b/src/cpu/intel/model_206ax/Kconfig
@@ -32,7 +32,4 @@ config ENABLE_VMX
 	bool "Enable VMX for virtualization"
 	default n
 
-config MICROCODE_INCLUDE_PATH
-	string
-	default "src/cpu/intel/model_206ax"
 endif



More information about the coreboot-gerrit mailing list