[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 06:29:49 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 d95687cf8860a8a2440a2e64f769b445f04cac76
Author: Werner Zeh <werner.zeh at siemens.com>
Date:   Mon Sep 12 07:54:09 2016 +0200

    camelbackmountain_fsp: Select SERIRQ_CONTINUOUS_MODE
    
    In patch 4f2754c7201ef09b1619cc8c2ae9399616374214
    '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