[coreboot-gerrit] Patch set updated for coreboot: soc/intel/skylake: Select VBOOT_EC_SLOW_UPDATE if EC_GOOGLE_CHROMEEC is selected

Naresh Solanki (naresh.solanki@intel.com) gerrit at coreboot.org
Sat Oct 15 14:20:39 CEST 2016


Naresh Solanki (naresh.solanki at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17020

-gerrit

commit 0fcc1c8d6995e475e0a04c28b3601fe96ffbccca
Author: Naresh G Solanki <naresh.solanki at intel.com>
Date:   Thu Oct 13 22:00:51 2016 +0530

    soc/intel/skylake: Select VBOOT_EC_SLOW_UPDATE if EC_GOOGLE_CHROMEEC is selected
    
    VBOOT_EC_SLOW_UPDATE should be selected if EC_GOOGLE_CHROMEEC is used as
    building coreboot with Chrome OS support & without Chrome EC gives a
    build error in coreboot.
    
    Change-Id: I77eed0e1bdc1ba49381b72e21b0e18f573cadff0
    Signed-off-by: Naresh G Solanki <naresh.solanki at intel.com>
---
 src/soc/intel/skylake/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index 2a481ac..3c843f5 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -74,7 +74,7 @@ config CHROMEOS
 	select CHROMEOS_RAMOOPS_DYNAMIC
 	select EC_SOFTWARE_SYNC if EC_GOOGLE_CHROMEEC
 	select SEPARATE_VERSTAGE
-	select VBOOT_EC_SLOW_UPDATE
+	select VBOOT_EC_SLOW_UPDATE if EC_GOOGLE_CHROMEEC
 	select VBOOT_OPROM_MATTERS
 	select VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT
 	select VBOOT_STARTS_IN_BOOTBLOCK



More information about the coreboot-gerrit mailing list