diff options
author | Mario Scheithauer <mario.scheithauer@siemens.com> | 2017-07-25 12:29:59 +0200 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2017-07-27 13:13:02 +0000 |
commit | 812f1783bbf437e57e7176ec8a2d29e478c27e92 (patch) | |
tree | 08b8e00513fa120a1bf52506b305f77528afa01a | |
parent | 38b6100229e97db1441aab779d83e8b9a4c3e464 (diff) |
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 <mario.scheithauer@siemens.com>
Reviewed-on: https://review.coreboot.org/20760
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r-- | src/mainboard/siemens/mc_apl1/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |