From 812f1783bbf437e57e7176ec8a2d29e478c27e92 Mon Sep 17 00:00:00 2001 From: Mario Scheithauer Date: Tue, 25 Jul 2017 12:29:59 +0200 Subject: siemens/mc_apl1: Select skip RAPL configuration The mc_apl1 mainboard needs to disable the RAPL algorithm for a constant power management of the processor package. An active RAPL algorithm leads to negative effects with our real time software. Change-Id: I09ca56a034fd3896a000e64cac35f12fb507a682 Signed-off-by: Mario Scheithauer Reviewed-on: https://review.coreboot.org/20760 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/siemens/mc_apl1/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mainboard/siemens/mc_apl1/Kconfig b/src/mainboard/siemens/mc_apl1/Kconfig index 4996883310..bcdbb4f4bc 100644 --- a/src/mainboard/siemens/mc_apl1/Kconfig +++ b/src/mainboard/siemens/mc_apl1/Kconfig @@ -10,6 +10,7 @@ config BOARD_SPECIFIC_OPTIONS select DRIVER_SIEMENS_NC_FPGA select DRIVERS_I2C_RX6110SA select DRIVERS_UART_8250IO + select APL_SKIP_SET_POWER_LIMITS config MAINBOARD_DIR string -- cgit v1.2.3