<p>Subrata Banik has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21068">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/skylake: Add LPC and SPI lock down config option<br><br>This patch to provide new config options to perform LPC and SPI<br>lock down.<br><br>Change-Id: If174915b4d0c581f36b54b2b8cd970a93c6454bc<br>Signed-off-by: Subrata Banik <subrata.banik@intel.com><br>---<br>M src/soc/intel/skylake/chip.h<br>1 file changed, 10 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/68/21068/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h<br>index efd3566..67ccec8 100644<br>--- a/src/soc/intel/skylake/chip.h<br>+++ b/src/soc/intel/skylake/chip.h<br>@@ -501,6 +501,16 @@<br>       * end of POST for security concerns.<br>          */<br>   u8 SpiFlashCfgLockDown;<br>+      /* LPC Lock Down<br>+      * 1b - Coreboot to handle lockdown<br>+   * 0b - FSP to handle lockdown<br>+        */<br>+  u8 lpc_lockdown;<br>+     /* SPI Lock Down<br>+      * 1b - Coreboot to handle lockdown<br>+   * 0b - FSP to handle lockdown<br>+        */<br>+  u8 spi_lockdown;<br> };<br> <br> typedef struct soc_intel_skylake_config config_t;<br></pre><p>To view, visit <a href="https://review.coreboot.org/21068">change 21068</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/21068"/><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: If174915b4d0c581f36b54b2b8cd970a93c6454bc </div>
<div style="display:none"> Gerrit-Change-Number: 21068 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Subrata Banik <subrata.banik@intel.com> </div>