From ed688abe51286ad071593a86126332a89bd568be Mon Sep 17 00:00:00 2001 From: Dtrain Hsu Date: Fri, 2 Sep 2022 10:42:13 +0800 Subject: mb/google/brya/var/kinox: Modify fan speed/duty table Modify fan speed/duty table follow "Duty table.xlsx". BUG=b:244262869 TEST=Boot to ChromeOS. Using SDV system, enter duty value, and then system feedback fan speed. Signed-off-by: Dtrain Hsu Change-Id: Id5e885b96624d5fc31f1d42e3582c3ab01e08458 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67307 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak Reviewed-by: John Su Reviewed-by: Ricky Chang Reviewed-by: Frank Wu Reviewed-by: Sumeet R Pawnikar --- .../google/brya/variants/kinox/overridetree.cb | 30 ++++++++++++++-------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/brya/variants/kinox/overridetree.cb b/src/mainboard/google/brya/variants/kinox/overridetree.cb index 95eba1f5e6..a874b1df3b 100644 --- a/src/mainboard/google/brya/variants/kinox/overridetree.cb +++ b/src/mainboard/google/brya/variants/kinox/overridetree.cb @@ -196,16 +196,26 @@ chip soc/intel/alderlake }" ## Fan Performance Control (Percent, Speed, Noise, Power) register "controls.fan_perf" = "{ - [0] = { 90, 6700, 220, 2200, }, - [1] = { 80, 5800, 180, 1800, }, - [2] = { 70, 5000, 145, 1450, }, - [3] = { 60, 4900, 115, 1150, }, - [4] = { 50, 3838, 90, 900, }, - [5] = { 40, 2904, 55, 550, }, - [6] = { 30, 2337, 30, 300, }, - [7] = { 20, 1608, 15, 150, }, - [8] = { 10, 800, 10, 100, }, - [9] = { 0, 0, 0, 50, } + [0] = { 100, 6060, 0, 0, }, + [1] = { 90, 5585, 0, 0, }, + [2] = { 80, 4964, 0, 0, }, + [3] = { 70, 4237, 0, 0, }, + [4] = { 64, 3963, 0, 0, }, + [5] = { 60, 3510, 0, 0, }, + [6] = { 54, 3212, 0, 0, }, + [7] = { 50, 2808, 0, 0, }, + [8] = { 48, 2776, 0, 0, }, + [9] = { 47, 2715, 0, 0, }, + [10] = { 45, 2566, 0, 0, }, + [11] = { 43, 2415, 0, 0, }, + [12] = { 40, 2010, 0, 0, }, + [13] = { 36, 1813, 0, 0, }, + [14] = { 35, 1686, 0, 0, }, + [15] = { 32, 1404, 0, 0, }, + [16] = { 30, 1160, 0, 0, }, + [17] = { 20, 760, 0, 0, }, + [18] = { 10, 760, 0, 0, }, + [19] = { 0, 0, 0, 0, } }" ## Fan options -- cgit v1.2.3