<p>Furquan Shaikh has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22781">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/cannonlake: Add a call to gspi_early_bar_init in bootblock<br><br>This change adds a call to gspi_early_bar_init in bootblock to<br>allocate a temporary BAR for any GSPI buses that are accessed before<br>resource allocation is done in ramstage.<br><br>Change-Id: I82387a76d20fb272da6271dd9e5bf2c835d5b146<br>Signed-off-by: Furquan Shaikh <furquan@chromium.org><br>---<br>M src/soc/intel/cannonlake/bootblock/pch.c<br>1 file changed, 2 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/81/22781/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/cannonlake/bootblock/pch.c b/src/soc/intel/cannonlake/bootblock/pch.c<br>index 0deece6..c69fffa 100644<br>--- a/src/soc/intel/cannonlake/bootblock/pch.c<br>+++ b/src/soc/intel/cannonlake/bootblock/pch.c<br>@@ -16,6 +16,7 @@<br> <br> #include <device/device.h><br> #include <intelblocks/fast_spi.h><br>+#include <intelblocks/gspi.h><br> #include <intelblocks/pcr.h><br> #include <intelblocks/rtc.h><br> #include <intelblocks/smbus.h><br>@@ -97,6 +98,7 @@<br> void bootblock_pch_early_init(void)<br> {<br>      fast_spi_early_init(SPI_BASE_ADDRESS);<br>+       gspi_early_bar_init();<br>        enable_p2sbbar();<br>     /*<br>     * Enabling PWRM Base for accessing<br></pre><p>To view, visit <a href="https://review.coreboot.org/22781">change 22781</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/22781"/><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: I82387a76d20fb272da6271dd9e5bf2c835d5b146 </div>
<div style="display:none"> Gerrit-Change-Number: 22781 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Furquan Shaikh <furquan@google.com> </div>