<p>Subrata Banik has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20614">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/skylake: Rectify LPC Lock Enable (LE) bit definition<br><br>LPC pci config register BIOS Control (BC) - offset 0xDC bit 1<br>is for Lock Down.<br><br>Change-Id: I838dd946b8cdb7114f58ccc5d02159f241f0bad0<br>Signed-off-by: Subrata Banik <subrata.banik@intel.com><br>---<br>M src/soc/intel/skylake/include/soc/lpc.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/14/20614/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/skylake/include/soc/lpc.h b/src/soc/intel/skylake/include/soc/lpc.h<br>index b46b8ca..f3541a0 100644<br>--- a/src/soc/intel/skylake/include/soc/lpc.h<br>+++ b/src/soc/intel/skylake/include/soc/lpc.h<br>@@ -51,7 +51,7 @@<br> #define LGMR                       0x98 /* LPC Generic Memory Range */<br> #define BIOS_CNTL         0xdc<br> #define  LPC_BC_BILD             (1 << 7) /* BILD */<br>-#define  LPC_BC_LE          (1 << 2) /* LE */<br>+#define  LPC_BC_LE            (1 << 1) /* LE */<br> #define  LPC_BC_EISS          (1 << 5) /* EISS */<br> #define PCCTL                       0xE0 /* PCI Clock Control */<br> #define CLKRUN_EN                (1 << 0)<br></pre><p>To view, visit <a href="https://review.coreboot.org/20614">change 20614</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/20614"/><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: I838dd946b8cdb7114f58ccc5d02159f241f0bad0 </div>
<div style="display:none"> Gerrit-Change-Number: 20614 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Subrata Banik <subrata.banik@intel.com> </div>