<p>Roy Mingi Park has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22237">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/skylake: Turnoff XTAL Disqualification for XTAL Shutdown<br><br>24MHz Crystal Shutdown Qualification bit (0x31Ch[22]) need to be '0'<br>if system can enter S0ix with XTAL Shutdown.<br><br>BUG=None<br>BRANCH=None<br>TEST=Build for kabylake board with XTAL Disqualification off in pmc.h<br>And read 24MHz Crystal Shutdown Qualification bit (0x31Ch[22])<br><br>iotools mmio_read32 0xFE00031c should return '0' on BIT[22]<br><br>Change-Id: I8abc6e9b88b3bc25cf865824aa14b292ac0524ef<br>Signed-off-by: Roy Mingi Park <roy.mingi.park@intel.com><br>---<br>M src/soc/intel/skylake/include/soc/pmc.h<br>1 file changed, 1 insertion(+), 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/37/22237/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/skylake/include/soc/pmc.h b/src/soc/intel/skylake/include/soc/pmc.h<br>index bd86f95..76bfdd5 100644<br>--- a/src/soc/intel/skylake/include/soc/pmc.h<br>+++ b/src/soc/intel/skylake/include/soc/pmc.h<br>@@ -97,5 +97,5 @@<br> #define GBLRST_CAUSE0              0x124<br> #define GBLRST_CAUSE1           0x128<br> #define CIR31C                  0x31c<br>-#define  XTALSDQDIS             (1 << 22)<br>+#define  XTALSDQDIS           (0 << 22)<br> #endif<br></pre><p>To view, visit <a href="https://review.coreboot.org/22237">change 22237</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/22237"/><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: I8abc6e9b88b3bc25cf865824aa14b292ac0524ef </div>
<div style="display:none"> Gerrit-Change-Number: 22237 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Roy Mingi Park <roy.mingi.park@intel.com> </div>