<p>Marx Wang has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22818">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">/soc/intel/skylake: make tcc_offset take effect<br><br>Currently, the "tcc_offset" defined in devicetree is overwritted by Intel FSP-S UPD "TccActivationOffset".<br>This patch will make "TccActivationOffset" refer to "tcc_offset".<br><br>TEST=check if MSR(0x1a[29:24]) value is updated with "tcc_offset" by iotools in ChromeOS.<br><br>Change-Id: Ibc6f33bea19a1d59bc7e407815210942b38f0702<br>Signed-off-by: marxwang <marx.wang@intel.com><br>---<br>M src/soc/intel/skylake/chip_fsp20.c<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/22818/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/skylake/chip_fsp20.c b/src/soc/intel/skylake/chip_fsp20.c<br>index 8e5cc2a..f04647d 100644<br>--- a/src/soc/intel/skylake/chip_fsp20.c<br>+++ b/src/soc/intel/skylake/chip_fsp20.c<br>@@ -290,6 +290,9 @@<br>         /* Enable/Disable EIST */<br>     tconfig->Eist = config->eist_enable;<br> <br>+        /* Set TccActivationOffset */<br>+        tconfig->TccActivationOffset = config->tcc_offset;<br>+<br>   soc_irq_settings(params);<br> }<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/22818">change 22818</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/22818"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ibc6f33bea19a1d59bc7e407815210942b38f0702 </div>
<div style="display:none"> Gerrit-Change-Number: 22818 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marx Wang <marx.wang@intel.com> </div>