Attention is currently required from: Jason Glenesk, Raul Rangel, Matt DeVillier, Tim Van Patten, Fred Reitberger, Felix Held.
EricKY Cheng has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/68649 )
Change subject: soc/amd/mendocino: Enhance DPTC_INPUT to support 13 DPTC thermal parameters
......................................................................
Patch Set 18:
(1 comment)
File src/soc/amd/mendocino/root_complex.c:
https://review.coreboot.org/c/coreboot/+/68649/comment/8b9fa62d_e0822d2d
PS16, Line 393: #else
> Please don't resolve comments that are still open. […]
Hi Tim,
The current behavior is
#if (CONFIG(FEATURE_DYNAMIC_DPTC))
Line 269
/* Normal mode DPTC values. */
New struct dptc_input default_input = DPTC_INPUTS(new paras)
/* Low/No Battery */
New struct dptc_input no_battery_input = DPTC_INPUTS(new paras)
Line 303
#else
Line 394
/* Normal mode DPTC values. */
Old struct dptc_input default_input = DPTC_INPUTS(old paras)
/* Low/No Battery */
Old struct dptc_input no_battery_input = DPTC_INPUTS(old paras)
Line 415
#endif
Do you mean no matter FEATURE_DYNAMIC_DPTC enable/disable,
1. Use the New dptc_input no_battery_input = DPTC_INPUTS(new paras)
2. Use the New dptc_input default_input = DPTC_INPUTS(new paras)
I assume below behavior is your suggestion?
/* Normal mode DPTC values. */
New struct dptc_input default_input = DPTC_INPUTS(new paras)
/* Low/No Battery */
New struct dptc_input no_battery_input = DPTC_INPUTS(new paras)
#if (CONFIG(FEATURE_DYNAMIC_DPTC))
Profile B to F
#endif
BR,
Eric KY Cheng
--
To view, visit https://review.coreboot.org/c/coreboot/+/68649
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6d6a00f0eca0b0941860b9bc75da41d7a10d60e8
Gerrit-Change-Number: 68649
Gerrit-PatchSet: 18
Gerrit-Owner: EricKY Cheng <ericky_cheng(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Reviewer: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Tim Van Patten <timvp(a)google.com>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Attention: Tim Van Patten <timvp(a)google.com>
Gerrit-Attention: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Fri, 04 Nov 2022 04:08:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: EricKY Cheng <ericky_cheng(a)compal.corp-partner.google.com>
Comment-In-Reply-To: Tim Van Patten <timvp(a)google.com>
Gerrit-MessageType: comment