From 3a3e0dff4ff1f80835eca6b2362d792e3ecacc8e Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 5 Mar 2024 20:23:14 +0100 Subject: T2447: add configurable kernel boot option 'disable-power-saving' Lower available CPU C states to a minimum if this option set. This will set Kernel commandline options "intel_idle.max_cstate=0 processor.max_cstate=1". --- interface-definitions/system_option.xml.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'interface-definitions/system_option.xml.in') diff --git a/interface-definitions/system_option.xml.in b/interface-definitions/system_option.xml.in index 602d7d100..fe517d17d 100644 --- a/interface-definitions/system_option.xml.in +++ b/interface-definitions/system_option.xml.in @@ -43,6 +43,12 @@ + + + Disable CPU power saving mechanisms also known as C states + + + -- cgit v1.2.3