tree: Use "true", "false" for fine_grained_control

fine_grained_control is a boolean, so use true false instead of 0, 1.

Change-Id: I036818ab32563a1ce092c003bc7ae5c2c8ad3d10
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85812
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
Elyes Haouas 2024-12-30 16:28:36 +01:00
commit 67b140a949
63 changed files with 70 additions and 70 deletions

View file

@ -130,7 +130,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -180,7 +180,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -175,7 +175,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -210,7 +210,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -265,7 +265,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on
@ -387,7 +387,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 1 on

View file

@ -132,7 +132,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -230,7 +230,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on
@ -327,7 +327,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 1 on

View file

@ -203,7 +203,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -204,7 +204,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -136,7 +136,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -326,7 +326,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 1 on

View file

@ -165,7 +165,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -212,7 +212,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -231,7 +231,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -135,7 +135,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -136,7 +136,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -242,7 +242,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -192,7 +192,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -265,7 +265,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 1 on

View file

@ -172,7 +172,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -243,7 +243,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -286,7 +286,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on
@ -383,7 +383,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 1 on

View file

@ -186,7 +186,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -344,7 +344,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 1 on

View file

@ -247,7 +247,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -307,7 +307,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 1 on
probe THERMAL THERMAL_15W

View file

@ -264,7 +264,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on
@ -386,7 +386,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 1 on

View file

@ -230,7 +230,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -269,7 +269,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on
@ -385,7 +385,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 1 on

View file

@ -250,7 +250,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -233,7 +233,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -328,7 +328,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 1 on
probe THERMAL_SOLUTION THERMAL_SOLUTION_15W

View file

@ -274,7 +274,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on
@ -371,7 +371,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 1 on

View file

@ -204,7 +204,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -269,7 +269,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -188,7 +188,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -267,7 +267,7 @@ chip soc/intel/pantherlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -261,7 +261,7 @@ chip soc/intel/cannonlake
register "controls.fan_perf[9]" = "{ 0, 0, 0, 50, }"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end

View file

@ -233,7 +233,7 @@ chip soc/intel/cannonlake
register "controls.fan_perf[9]" = "{ 0, 0, 0, 50, }"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end

View file

@ -320,7 +320,7 @@ chip soc/intel/cannonlake
register "controls.fan_perf[9]" = "{ 0, 0, 0, 50, }"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end

View file

@ -293,7 +293,7 @@ chip soc/intel/cannonlake
register "controls.fan_perf[9]" = "{ 0, 0, 0, 50, }"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end

View file

@ -320,7 +320,7 @@ chip soc/intel/cannonlake
register "controls.fan_perf[9]" = "{ 0, 0, 0, 50, }"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end

View file

@ -293,7 +293,7 @@ chip soc/intel/cannonlake
register "controls.fan_perf[9]" = "{ 0, 0, 0, 50, }"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end

View file

@ -243,7 +243,7 @@ chip soc/intel/cannonlake
register "controls.fan_perf[9]" = "{ 0, 0, 0, 50, }"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end

View file

@ -255,7 +255,7 @@ chip soc/intel/cannonlake
register "controls.fan_perf[9]" = "{ 0, 0, 0, 50, }"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end

View file

@ -293,7 +293,7 @@ chip soc/intel/cannonlake
register "controls.fan_perf[9]" = "{ 0, 0, 0, 50, }"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end

View file

@ -256,7 +256,7 @@ chip soc/intel/cannonlake
register "controls.fan_perf[9]" = "{ 0, 0, 0, 50, }"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end

View file

@ -256,7 +256,7 @@ chip soc/intel/meteorlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -252,7 +252,7 @@ chip soc/intel/meteorlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -289,7 +289,7 @@ chip soc/intel/meteorlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -272,7 +272,7 @@ chip soc/intel/meteorlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -384,7 +384,7 @@ chip soc/intel/tigerlake
[9] = { 0, 0, 0, 50, }}"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end

View file

@ -105,7 +105,7 @@ chip soc/intel/tigerlake
[9] = { 0, 0, 0, 50, }}"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end

View file

@ -83,7 +83,7 @@ chip soc/intel/tigerlake
register "controls.fan_perf" = "{[0] = {0}}"
## Fan options
register "options.fan.fine_grained_control" = "0"
register "options.fan.fine_grained_control" = "false"
register "options.fan.step_size" = "0"
device generic 0 on end

View file

@ -96,7 +96,7 @@ chip soc/intel/tigerlake
register "controls.fan_perf" = "{[0] = {0}}"
## Fan options
register "options.fan.fine_grained_control" = "0"
register "options.fan.fine_grained_control" = "false"
register "options.fan.step_size" = "0"
device generic 0 on end

View file

@ -118,7 +118,7 @@ chip soc/intel/tigerlake
[9] = { 0, 0, 0, 50, }}"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end

View file

@ -103,7 +103,7 @@ chip soc/intel/tigerlake
[9] = { 0, 0, 0, 50, }}"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
## Charger Performance Control (Control, mA)

View file

@ -105,7 +105,7 @@ chip soc/intel/tigerlake
[9] = { 0, 0, 0, 50, }}"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end

View file

@ -68,7 +68,7 @@ chip soc/intel/tigerlake
[8] = { 10, 800, 10, 100, },
[9] = { 0, 0, 0, 50, }}"
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on
probe THERMAL FAN_TABLE_0
@ -159,7 +159,7 @@ chip soc/intel/tigerlake
[8] = { 45, 3400, 10, 100, },
[9] = { 0, 0, 0, 50, }}"
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 1 on
probe THERMAL FAN_TABLE_1

View file

@ -294,7 +294,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -244,7 +244,7 @@ chip soc/intel/alderlake
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end

View file

@ -212,7 +212,7 @@ chip soc/intel/meteorlake
[9] = { 0, 0, 0, 50, }
}"
## Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 alias dptf_policy on end
end

View file

@ -260,7 +260,7 @@ chip soc/intel/cannonlake
register "controls.fan_perf[9]" = "{ 0, 0, 0, 50, }"
# Fan options
register "options.fan.fine_grained_control" = "1"
register "options.fan.fine_grained_control" = "true"
register "options.fan.step_size" = "2"
device generic 0 on end