Uwe Poeche has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63548 )
Change subject: mb/siemens/mc_ehl/Kconfig: disable RAPL ......................................................................
mb/siemens/mc_ehl/Kconfig: disable RAPL
With that patch RAPL for the mentioned mainboards is deactivated.
Test: mc_ehl1 with and without this patch and check the mchbar register.
Change-Id: Ie58a4b6444d5be088ac2b25ff0a2f5cd33120ace Signed-off-by: Uwe Poeche uwe.poeche@siemens.com --- M src/mainboard/siemens/mc_ehl/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/63548/1
diff --git a/src/mainboard/siemens/mc_ehl/Kconfig b/src/mainboard/siemens/mc_ehl/Kconfig index ef8373e..8d1403d 100644 --- a/src/mainboard/siemens/mc_ehl/Kconfig +++ b/src/mainboard/siemens/mc_ehl/Kconfig @@ -13,6 +13,7 @@ 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"