Attention is currently required from: Henry Sun, Super Ni, Paul Menzel, Aseda Aboagye, Simon Yang, Ivan Chen, Karthik Ramasubramanian.
Teddy Shih has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62729 )
Change subject: mb/google/dedede: Update DPTF setting
......................................................................
Patch Set 3: Code-Review+1
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/62729/comment/75bb75f0_100d62c5
PS1, Line 10: we remove unused temperature sensors according to
: mainboard schematic
I do not see anything removed in the devicetree diff.
Hi Paul,
Thank you for your advice. I reference baseboard dptf setting (https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/thir...) as my initial dptf values. After I check hardware schematic, I find out that the TEMP_SENSOR_2 is not existing. Therefore, I remove non-existing temeprature sensor. This CL is the modified result. As a result, I update commit message.
https://review.coreboot.org/c/coreboot/+/62729/comment/4bb69c8e_09a83e85
PS1, Line 17: cat /sys/class/thermal/thermal_zone*/type
For the future you can use `grep -R . […]
Hi Paul,
Thank you for your advice. I run the command and get result with zone number:
localhost ~ # grep -R . /sys/class/thermal/thermal_zone*/type
/sys/class/thermal/thermal_zone0/type:x86_pkg_temp
/sys/class/thermal/thermal_zone1/type:INT3400 Thermal
/sys/class/thermal/thermal_zone2/type:TSR0
/sys/class/thermal/thermal_zone3/type:TSR1
/sys/class/thermal/thermal_zone4/type:TCPU
--
To view, visit
https://review.coreboot.org/c/coreboot/+/62729
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibc59c4aa431f600158e744f5bbdc6d59a07a1ef3
Gerrit-Change-Number: 62729
Gerrit-PatchSet: 3
Gerrit-Owner: Teddy Shih
teddyshih@ami.corp-partner.google.com
Gerrit-Reviewer: Aseda Aboagye
aaboagye@google.com
Gerrit-Reviewer: Henry Sun
henrysun@google.com
Gerrit-Reviewer: Ivan Chen
yulunchen@google.com
Gerrit-Reviewer: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Reviewer: Paul Menzel
paulepanter@mailbox.org
Gerrit-Reviewer: Simon Yang
simon1.yang@intel.corp-partner.google.com
Gerrit-Reviewer: Super Ni
super.ni@intel.corp-partner.google.com
Gerrit-Reviewer: Teddy Shih
teddyshih@ami.corp-partner.google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Jack Cheng
jack.cheng@ecs.corp-partner.google.com
Gerrit-CC: Raymond Chung
raymondchung@ami.corp-partner.google.com
Gerrit-Attention: Henry Sun
henrysun@google.com
Gerrit-Attention: Super Ni
super.ni@intel.corp-partner.google.com
Gerrit-Attention: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Aseda Aboagye
aaboagye@google.com
Gerrit-Attention: Simon Yang
simon1.yang@intel.corp-partner.google.com
Gerrit-Attention: Ivan Chen
yulunchen@google.com
Gerrit-Attention: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Comment-Date: Thu, 10 Mar 2022 10:12:49 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Paul Menzel
paulepanter@mailbox.org
Gerrit-MessageType: comment