[coreboot-gerrit] New patch to review for coreboot: soc/intel/skylake: Remove obsolete Kconfig symbols

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Dec 7 03:18:50 CET 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12662

-gerrit

commit 5dd70cec2ffbc787a1b7e78a7c1c0206ca69309f
Author: Martin Roth <martinroth at google.com>
Date:   Sun Dec 6 18:36:35 2015 -0700

    soc/intel/skylake: Remove obsolete Kconfig symbols
    
    CPU_MICROCODE_IN_CBFS was renamed to SUPPORT_CPU_UCODE_IN_CBFS in commit
    66e0c4c8 (cpu: Rename CPU_MICROCODE_IN_CBFS to SUPPORT_CPU_UCODE_IN_CBFS)
    Both CPU_MICROCODE_IN_CBFS and SUPPORT_CPU_UCODE_IN_CBFS were present,
    so just remove CPU_MICROCODE_IN_CBFS.
    
    SMM_MODULES was removed in
    commit 44cbe10f (smm: Merge configs SMM_MODULES and SMM_TSEG)
    
    Change-Id: Icdd4fcc5a3a97aee443742aaab3df92b53ff4589
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/soc/intel/skylake/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index 3de9b54..1f7be57 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -16,7 +16,6 @@ config CPU_SPECIFIC_OPTIONS
 	select CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM if RELOCATABLE_RAMSTAGE
 	select COLLECT_TIMESTAMPS
 	select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
-	select CPU_MICROCODE_IN_CBFS
 	select GENERIC_GPIO_LIB
 	select HAS_PRECBMEM_TIMESTAMP_REGION
 	select HAVE_HARD_RESET
@@ -38,7 +37,6 @@ config CPU_SPECIFIC_OPTIONS
 	select SOC_INTEL_COMMON
 	select SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
 	select SOC_INTEL_COMMON_RESET
-	select SMM_MODULES
 	select SMM_TSEG
 	select SMP
 	select SPI_FLASH



More information about the coreboot-gerrit mailing list