<p>PraveenX Hodagatta Pranesh has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/c/coreboot/+/30305">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/skylake: Add Sagv enum value definition<br><br>SaGv(system Agent Dynamic Frequency) have 4 settings<br>Disabled, Fixedlow, Fixedhigh, Enabled.<br>This patch add all 4 settings in enum definition and<br>used in devicetree.<br><br>BUG=None<br><br>Signed-off-by: Praveen hodagatta pranesh <praveenx.hodagatta.pranesh@intel.com><br>Change-Id: I8f3b56f4d2bea1836373cc505ef5147144100b95<br>---<br>M src/soc/intel/skylake/chip.h<br>1 file changed, 6 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/30305/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h</span><br><span>index 7014a2e..39e5056 100644</span><br><span>--- a/src/soc/intel/skylake/chip.h</span><br><span>+++ b/src/soc/intel/skylake/chip.h</span><br><span>@@ -152,7 +152,12 @@</span><br><span>     * 2 = FixedHigh</span><br><span>      * 3 = Enabled</span><br><span>       */</span><br><span style="color: hsl(0, 100%, 40%);">-      u8 SaGv;</span><br><span style="color: hsl(120, 100%, 40%);">+      enum {</span><br><span style="color: hsl(120, 100%, 40%);">+                SaGv_Disabled,</span><br><span style="color: hsl(120, 100%, 40%);">+                SaGv_FixedLow,</span><br><span style="color: hsl(120, 100%, 40%);">+                SaGv_FixedHigh,</span><br><span style="color: hsl(120, 100%, 40%);">+               SaGv_Enabled,</span><br><span style="color: hsl(120, 100%, 40%);">+ } SaGv;</span><br><span> </span><br><span>  /* Enable/disable Rank Margin Tool */</span><br><span>        u8 Rmt;</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/c/coreboot/+/30305">change 30305</a>. To unsubscribe, or for help writing mail filters, 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/c/coreboot/+/30305"/><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-Change-Id: I8f3b56f4d2bea1836373cc505ef5147144100b95 </div>
<div style="display:none"> Gerrit-Change-Number: 30305 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: PraveenX Hodagatta Pranesh <praveenx.hodagatta.pranesh@intel.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>