<p>Subrata Banik has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21001">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/cannonlake: 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: I4780d2e41c833c0146640f715759dbb0a948c4ab<br>Signed-off-by: Subrata Banik <subrata.banik@intel.com><br>---<br>M src/soc/intel/cannonlake/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/01/21001/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/cannonlake/include/soc/lpc.h b/src/soc/intel/cannonlake/include/soc/lpc.h<br>index 3488ee2..3ea9be9 100644<br>--- a/src/soc/intel/cannonlake/include/soc/lpc.h<br>+++ b/src/soc/intel/cannonlake/include/soc/lpc.h<br>@@ -48,7 +48,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/21001">change 21001</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/21001"/><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: I4780d2e41c833c0146640f715759dbb0a948c4ab </div>
<div style="display:none"> Gerrit-Change-Number: 21001 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Subrata Banik <subrata.banik@intel.com> </div>