Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/78279?usp=email )
Change subject: mb/google/rex/var/rex0: update thermal settings to start fan earlier
......................................................................
mb/google/rex/var/rex0: update thermal settings to start fan earlier
Internal testing showed that CPU heatsink gets hot and temperature
goes over 75C. In this situation, the fan does not even start
to lower down CPU temperature. This is because of existing temperature
thresholds of TSR0 and TSR1 sensors are set at 45C to start fan.
With updated new settings based on tuning from thermal team,
the fan starts early at 43C for TSR0 and TSR1 so the CPU temperature
stays below 75C.
BUG=b:302673874
TEST=Built and tested on google/rex board
Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar(a)intel.com>
Change-Id: I6580652d6165946e98ecf1b46ace3352cd34dcdf
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78279
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Eric Lai <ericllai(a)google.com>
---
M src/mainboard/google/rex/variants/rex0/overridetree.cb
1 file changed, 14 insertions(+), 14 deletions(-)
Approvals:
build bot (Jenkins): Verified
Eric Lai: Looks good to me, approved
diff --git a/src/mainboard/google/rex/variants/rex0/overridetree.cb b/src/mainboard/google/rex/variants/rex0/overridetree.cb
index 1d4ba63..034a694 100644
--- a/src/mainboard/google/rex/variants/rex0/overridetree.cb
+++ b/src/mainboard/google/rex/variants/rex0/overridetree.cb
@@ -186,25 +186,25 @@
[0] = {
.target = DPTF_TEMP_SENSOR_0,
.thresholds = {
- TEMP_PCT(75, 90),
- TEMP_PCT(70, 80),
- TEMP_PCT(65, 70),
- TEMP_PCT(60, 60),
- TEMP_PCT(55, 50),
- TEMP_PCT(50, 40),
- TEMP_PCT(45, 30),
+ TEMP_PCT(70, 97),
+ TEMP_PCT(65, 90),
+ TEMP_PCT(60, 80),
+ TEMP_PCT(55, 75),
+ TEMP_PCT(50, 65),
+ TEMP_PCT(45, 45),
+ TEMP_PCT(43, 30),
}
},
[1] = {
.target = DPTF_TEMP_SENSOR_1,
.thresholds = {
- TEMP_PCT(75, 90),
- TEMP_PCT(70, 80),
- TEMP_PCT(65, 70),
- TEMP_PCT(60, 60),
- TEMP_PCT(55, 50),
- TEMP_PCT(50, 40),
- TEMP_PCT(45, 30),
+ TEMP_PCT(70, 97),
+ TEMP_PCT(65, 90),
+ TEMP_PCT(60, 80),
+ TEMP_PCT(55, 75),
+ TEMP_PCT(50, 65),
+ TEMP_PCT(45, 45),
+ TEMP_PCT(43, 30),
}
},
[2] = {
--
To view, visit https://review.coreboot.org/c/coreboot/+/78279?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I6580652d6165946e98ecf1b46ace3352cd34dcdf
Gerrit-Change-Number: 78279
Gerrit-PatchSet: 2
Gerrit-Owner: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-Reviewer: Eran Mitrani <mitrani(a)google.com>
Gerrit-Reviewer: Eric Lai <ericllai(a)google.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tarun <tstuli(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged
Attention is currently required from: Arthur Heymans, Felix Held, Martin Roth.
Varshit Pandya has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/76509?usp=email )
Change subject: mb/amd/onyx: Use BMC SOL by default
......................................................................
Patch Set 13:
(1 comment)
File src/mainboard/amd/onyx/Kconfig:
https://review.coreboot.org/c/coreboot/+/76509/comment/183bcb9d_973d1517 :
PS12, Line 19: # Use BMC SOL console by default
> maybe "Use BMC SOL console on SoC UART1 by default"? at least for me that would make it a bit cleare […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/76509?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Iefe61d25367bbe5cff0cacbfbafa32607de77d0f
Gerrit-Change-Number: 76509
Gerrit-PatchSet: 13
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-CC: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Tue, 10 Oct 2023 13:16:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: comment
Attention is currently required from: Felix Held.
Varshit Pandya has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/78267?usp=email )
Change subject: mb/amd/onyx: use AMD SoC UART
......................................................................
Patch Set 7:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/78267/comment/85c3b7ec_b609b8c8 :
PS6, Line 7: mb/amd/onyx: Add UART Kconfig
> "mb/amd/onyx: use AMD SoC UART" would be a bit more descriptive
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/78267?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I79ebbcc6a4a3a93e8437ef56aebdcf72f9a3e6ab
Gerrit-Change-Number: 78267
Gerrit-PatchSet: 7
Gerrit-Owner: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Tue, 10 Oct 2023 13:15:52 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: comment
Attention is currently required from: Felix Held, Martin Roth.
Varshit Pandya has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/78222?usp=email )
Change subject: soc/amd/genoa: Add GPIO support
......................................................................
Patch Set 8:
(1 comment)
File src/soc/amd/genoa/gpio.c:
https://review.coreboot.org/c/coreboot/+/78222/comment/93b93f0b_16196185 :
PS7, Line 16: { GPIO_7, GEVENT_11 },
> GPIO7 can't cause a gevent. […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/78222?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I2e827e9ffbb2ec1be0f1247b77660a9fdeb04f7b
Gerrit-Change-Number: 78222
Gerrit-PatchSet: 8
Gerrit-Owner: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Attention: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Tue, 10 Oct 2023 13:15:21 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: comment
Attention is currently required from: Felix Held, Martin Roth, Paul Menzel.
Varshit Pandya has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/78221?usp=email )
Change subject: soc/amd/genoa: Add SMI support
......................................................................
Patch Set 8:
(3 comments)
File src/soc/amd/genoa/include/soc/smi.h:
https://review.coreboot.org/c/coreboot/+/78221/comment/cbfb1873_3470f11c :
PS7, Line 9: 59
> i'd say that this should be 64; the highest sci map is scimap_63 in FCH::SMI::SCIMAP15
Done
https://review.coreboot.org/c/coreboot/+/78221/comment/c4170dde_dbd4f276 :
PS7, Line 56:
> one tab too many. […]
Done
https://review.coreboot.org/c/coreboot/+/78221/comment/dae29b40_a5612413 :
PS7, Line 84: SMITYPE_WLAN_BT_PME
> SMITYPE_ESPI1_WAKE_PME
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/78221?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I491f4075cef8976e4b0762752c9e2e3c2ef886d5
Gerrit-Change-Number: 78221
Gerrit-PatchSet: 8
Gerrit-Owner: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-CC: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Tue, 10 Oct 2023 13:14:59 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: comment
Attention is currently required from: Felix Held, Martin Roth.
Varshit Pandya has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/78220?usp=email )
Change subject: soc/amd/genoa: Add GPIO definitions
......................................................................
Patch Set 7:
(4 comments)
File src/soc/amd/genoa/include/soc/gpio.h:
https://review.coreboot.org/c/coreboot/+/78220/comment/6360475d_ec5b43df :
PS6, Line 146: GPIO_26_IOMUX_PCIE_RST_L
> GPIO_26_IOMUX_PCIE_RST1_L -> the 1 is missing there
Done
https://review.coreboot.org/c/coreboot/+/78220/comment/4dc3b322_37f1bda5 :
PS6, Line 192: #define GPIO_126_IOMUX_ESPI_CS2_L 0
> GPIO_126_IOMUX_SPI_CS2_L -> that's for spi and not espi
Done
https://review.coreboot.org/c/coreboot/+/78220/comment/0abbbd67_971567c3 :
PS6, Line 252: #define GPIO_257_IOMUX_SGPIO1_CLK 1
> GPIO_257_IOMUX_CLK_REQ01_L for gpio mux = 2 is missing
Done
https://review.coreboot.org/c/coreboot/+/78220/comment/dd9e8538_e69d03d6 :
PS6, Line 254: #define GPIO_258_IOMUX_SGPIO2_CLK 1
> GPIO_258_IOMUX_CLK_REQ02_L for gpio mux == 2 is missing
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/78220?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I0c4e425699c9a158ca95a1baf94f7756f0b12b44
Gerrit-Change-Number: 78220
Gerrit-PatchSet: 7
Gerrit-Owner: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-CC: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Attention: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Tue, 10 Oct 2023 13:13:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: comment
Attention is currently required from: Arthur Heymans, Felix Held, Martin Roth, Varshit Pandya.
Varshit Pandya has uploaded a new patch set (#13) to the change originally created by Arthur Heymans. ( https://review.coreboot.org/c/coreboot/+/76509?usp=email )
The following approvals got outdated and were removed:
Code-Review+1 by Felix Held, Code-Review+2 by Martin Roth, Verified+1 by build bot (Jenkins)
Change subject: mb/amd/onyx: Use BMC SOL by default
......................................................................
mb/amd/onyx: Use BMC SOL by default
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
Change-Id: Iefe61d25367bbe5cff0cacbfbafa32607de77d0f
---
M src/mainboard/amd/onyx/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/76509/13
--
To view, visit https://review.coreboot.org/c/coreboot/+/76509?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Iefe61d25367bbe5cff0cacbfbafa32607de77d0f
Gerrit-Change-Number: 76509
Gerrit-PatchSet: 13
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Attention: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: newpatchset