<p>V Sowmya has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21513">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">intel/common/acpi: Use UART_BASE_0_ADDR macro for LPSS UART<br><br>This patch fixes the build issue by replacing UART_DEBUG_BASE_ADDRESS<br>macro with UART_BASE_0_ADDR macro to configure LPSS UART base adress<br>for ACPI debug prints.<br><br>TEST= Build and boot soraka and fetch the ASL debug prints.<br><br>Change-Id: Ib31174701c56c88829ae0e725b546b66ea1ed16d<br>Signed-off-by: V Sowmya <v.sowmya@intel.com><br>---<br>M src/soc/intel/common/acpi/acpi_debug.asl<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/13/21513/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/common/acpi/acpi_debug.asl b/src/soc/intel/common/acpi/acpi_debug.asl<br>index aa7a1af..146696d 100644<br>--- a/src/soc/intel/common/acpi/acpi_debug.asl<br>+++ b/src/soc/intel/common/acpi/acpi_debug.asl<br>@@ -58,7 +58,7 @@<br>       Store (INDX, LENG) /* Length of the String */<br> <br> #if IS_ENABLED(CONFIG_DRIVERS_UART_8250MEM_32)<br>-    OperationRegion (UBAR, SystemMemory, UART_DEBUG_BASE_ADDRESS, 24)<br>+    OperationRegion (UBAR, SystemMemory, UART_BASE_0_ADDR(2), 24)<br>         Field (UBAR, AnyAcc, NoLock, Preserve)<br>        {<br>             TDR, 8, /* Transmit Data Register BAR + 0x000 */<br></pre><p>To view, visit <a href="https://review.coreboot.org/21513">change 21513</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/21513"/><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: Ib31174701c56c88829ae0e725b546b66ea1ed16d </div>
<div style="display:none"> Gerrit-Change-Number: 21513 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: V Sowmya <v.sowmya@intel.com> </div>