[coreboot-gerrit] Patch set updated for coreboot: camelbackmountain_fsp: Select SERIRQ_CONTINUOUS_MODE

Werner Zeh (werner.zeh@siemens.com) gerrit at coreboot.org
Wed Sep 14 12:18:02 CEST 2016


Werner Zeh (werner.zeh at siemens.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16576

-gerrit

commit 1cae19aaa04c8ea9074bb7c6b38516ddf55a9f8c
Author: Werner Zeh <werner.zeh at siemens.com>
Date:   Mon Sep 12 07:54:09 2016 +0200

    camelbackmountain_fsp: Select SERIRQ_CONTINUOUS_MODE
    
    In commit 4f2754c
    'fsp_broadwell_de: Add Kconfig switch for SERIRQ operation mode'
    the default operation mode of SERIRQ was changed from continuous to quiet.
    Set the mode to continuous for this mainboard to keep the behavior unchanged.
    
    Change-Id: I7c3675d4ee8cff428621f4e64411738193e654b2
    Signed-off-by: Werner Zeh <werner.zeh at siemens.com>
---
 src/mainboard/intel/camelbackmountain_fsp/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/intel/camelbackmountain_fsp/Kconfig b/src/mainboard/intel/camelbackmountain_fsp/Kconfig
index a094c94..abdd970 100644
--- a/src/mainboard/intel/camelbackmountain_fsp/Kconfig
+++ b/src/mainboard/intel/camelbackmountain_fsp/Kconfig
@@ -9,6 +9,7 @@ config BOARD_SPECIFIC_OPTIONS
 	select TSC_MONOTONIC_TIMER
 	select INTEGRATED_UART if FSP_PACKAGE_DEFAULT
 	select HAVE_FSP_BIN if FSP_PACKAGE_DEFAULT
+	select SERIRQ_CONTINUOUS_MODE
 
 config MAINBOARD_DIR
 	string



More information about the coreboot-gerrit mailing list