[coreboot-gerrit] Patch set updated for coreboot: soc/intel/skylake: don't include all SPI flash drivers

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Fri Aug 12 23:28:42 CEST 2016


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16189

-gerrit

commit a011c732acebcd0adb79c331c65a14e1c4fefb48
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Thu Aug 11 09:50:49 2016 -0500

    soc/intel/skylake: don't include all SPI flash drivers
    
    The SPI host controller for the SPI boot device doesn't allow
    normal probing because it uses the hardware sequencer all
    the time. Therefore, it's pointless to include unnecessary
    SPI flash drivers.
    
    BUG=chrome-os-partner:56151
    
    Change-Id: Ifcc6492b4bccf7d01b121d908976c9087d12deb0
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/soc/intel/skylake/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index b08c004..8c8b1b7 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -209,4 +209,8 @@ config SKIP_FSP_CAR
 	help
 	  Skip Cache as RAM setup in FSP.
 
+config SPI_FLASH_INCLUDE_ALL_DRIVERS
+	bool
+	default n
+
 endif



More information about the coreboot-gerrit mailing list