<p>Subrata Banik has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20996">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/skylake: Add Kconfig option to select UART index<br><br>Skylake/Kabylake SOC has two possible ways to make serial<br>console functional. 1. Using 0x3F8 as Legacy UART 2. PCI<br>based LPSS UART2<br><br>PCI based LPSS UART2 is default enable for Chrome Design.<br><br>Change-Id: I9647820fe59b5d1a1001a611b9ae3580946da0ae<br>Signed-off-by: Subrata Banik <subrata.banik@intel.com><br>---<br>M src/soc/intel/skylake/Kconfig<br>1 file changed, 7 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/96/20996/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig<br>index f0402a9..2fba1d4 100644<br>--- a/src/soc/intel/skylake/Kconfig<br>+++ b/src/soc/intel/skylake/Kconfig<br>@@ -200,6 +200,13 @@<br>   select DRIVERS_UART_8250MEM_32<br>        select NO_UART_ON_SUPERIO<br> <br>+config UART_FOR_CONSOLE<br>+       int<br>+  default 2<br>+    help<br>+     Index for UART port to use for console:<br>+      0 = Legacy UART, 2 = LPSS UART2<br>+<br> config SKYLAKE_SOC_PCH_H<br>     bool<br>  default n<br></pre><p>To view, visit <a href="https://review.coreboot.org/20996">change 20996</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/20996"/><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: I9647820fe59b5d1a1001a611b9ae3580946da0ae </div>
<div style="display:none"> Gerrit-Change-Number: 20996 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Subrata Banik <subrata.banik@intel.com> </div>