summaryrefslogtreecommitdiffstats
path: root/src/mainboard/siemens
diff options
context:
space:
mode:
authorUwe Poeche <uwe.poeche@siemens.com>2022-04-11 13:17:32 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-05-23 11:54:58 +0000
commitbf378a0fdf5b57b9d9122b56634362222d846571 (patch)
tree73e8bc6f7db74f3a9859e6a1afd1dcaff2766252 /src/mainboard/siemens
parent0ce586b1a44ac12563b1ac23b6612df862e520af (diff)
downloadcoreboot-bf378a0fdf5b57b9d9122b56634362222d846571.tar.gz
coreboot-bf378a0fdf5b57b9d9122b56634362222d846571.tar.bz2
coreboot-bf378a0fdf5b57b9d9122b56634362222d846571.zip
mb/siemens/mc_ehl: Disable RAPL
Disable RAPL for all mainboards based on mc_ehl for stable real time mode of CPUs. Test: Boot mc_ehl1 with this patch and ensure the bits in the MCBAR register are cleared. Change-Id: Ie58a4b6444d5be088ac2b25ff0a2f5cd33120ace Signed-off-by: Uwe Poeche <uwe.poeche@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63548 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r--src/mainboard/siemens/mc_ehl/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_ehl/Kconfig b/src/mainboard/siemens/mc_ehl/Kconfig
index e1d731883fbf..551cab2c4c87 100644
--- a/src/mainboard/siemens/mc_ehl/Kconfig
+++ b/src/mainboard/siemens/mc_ehl/Kconfig
@@ -13,6 +13,7 @@ config BOARD_SIEMENS_BASEBOARD_MC_EHL
select TPM_MEASURED_BOOT
select TPM_MEASURED_BOOT_INIT_BOOTBLOCK
select USE_SIEMENS_HWILIB
+ select SOC_INTEL_DISABLE_POWER_LIMITS
source "src/mainboard/siemens/mc_ehl/variants/*/Kconfig"