[coreboot-gerrit] New patch to review for coreboot: camelbackmountain_fsp: Select SERIRQ_CONTINUOUS_MODE

Werner Zeh (werner.zeh@siemens.com) gerrit at coreboot.org
Mon Sep 12 08:08:14 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 610cbf6499a9609d2d3f9ee676b39fda79b6f1c3
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 98abdbb4a8a6af9c904d882f74bd524b4c0ea2ef the default operation
    mode of SERIRQ was changed from continuous to quiet. Set the mode to
    continuous for this mainboard to remain 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