[coreboot-gerrit] Patch set updated for coreboot: soc/intel/skylake: Use intel/common/block/cpu/car driver

Aamir Bohra (aamir.bohra@intel.com) gerrit at coreboot.org
Thu Feb 16 14:19:17 CET 2017


Aamir Bohra (aamir.bohra at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18383

-gerrit

commit 9114015844964c4d845cfe5bbf6ebba1f2b1f116
Author: Aamir Bohra <aamir.bohra at intel.com>
Date:   Thu Feb 16 17:31:49 2017 +0530

    soc/intel/skylake: Use intel/common/block/cpu/car driver
    
    Change-Id: I73f07a0e769a7874924a01e2bef35d0380ef3246
    Signed-off-by: Aamir Bohra <aamir.bohra at intel.com>
---
 src/soc/intel/skylake/Kconfig      | 1 +
 src/soc/intel/skylake/Makefile.inc | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index c970d30..e4b7113 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -39,6 +39,7 @@ config CPU_SPECIFIC_OPTIONS
 	select RELOCATABLE_MODULES
 	select RELOCATABLE_RAMSTAGE
 	select RTC
+	select SOC_INTEL_CAR_BIG_CORE
 	select SOC_INTEL_COMMON
 	select SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
 	select SOC_INTEL_COMMON_LPSS_I2C
diff --git a/src/soc/intel/skylake/Makefile.inc b/src/soc/intel/skylake/Makefile.inc
index 6ae5897..2f53aad 100644
--- a/src/soc/intel/skylake/Makefile.inc
+++ b/src/soc/intel/skylake/Makefile.inc
@@ -11,7 +11,6 @@ subdirs-y += ../../../cpu/x86/tsc
 subdirs-y += ../common/block/*
 
 bootblock-y += bootblock/bootblock.c
-bootblock-y += bootblock/cache_as_ram.S
 bootblock-y += bootblock/cpu.c
 bootblock-y += bootblock/i2c.c
 bootblock-y += bootblock/pch.c



More information about the coreboot-gerrit mailing list