<p>Mario Scheithauer has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20295">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">siemens/mc_apl1: Enable decoding for COM 3 on LPC<br><br>It does not work to enable the LPC range into the function<br>mainboard_init() because the SMBUS driver closes the range during PCI<br>enumeration again. For this reason, enable decoding of the address range<br>for COM 3 will be done at a later point in time - mainboard_final().<br><br>Change-Id: I452bca4e430b1ea75e4a327591da84500491fe84<br>Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com><br>---<br>M src/mainboard/siemens/mc_apl1/mainboard.c<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/20295/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/siemens/mc_apl1/mainboard.c b/src/mainboard/siemens/mc_apl1/mainboard.c<br>index 2d8a080..f077c14 100644<br>--- a/src/mainboard/siemens/mc_apl1/mainboard.c<br>+++ b/src/mainboard/siemens/mc_apl1/mainboard.c<br>@@ -110,9 +110,6 @@<br> <br>         pads = brd_gpio_table(&num);<br>      gpio_configure_pads(pads, num);<br>-<br>-   /* Enable additional I/O decoding range on LPC for COM 3 */<br>-  lpc_open_pmio_window(0x3e8, 8);<br> }<br> <br> static void mainboard_final(void *chip_info)<br>@@ -128,6 +125,9 @@<br>            printk(BIOS_ERR, "LCD: Set up PTN with status 0x%x\n", status);<br>     else<br>          printk(BIOS_INFO, "LCD: Set up PTN was successful.\n");<br>+<br>+ /* Enable additional I/O decoding range on LPC for COM 3 */<br>+  lpc_open_pmio_window(0x3e8, 8);<br> }<br> <br> struct chip_operations mainboard_ops = {<br></pre><p>To view, visit <a href="https://review.coreboot.org/20295">change 20295</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/20295"/><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: I452bca4e430b1ea75e4a327591da84500491fe84 </div>
<div style="display:none"> Gerrit-Change-Number: 20295 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Mario Scheithauer <mario.scheithauer@siemens.com> </div>