<p>Duncan Laurie has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22855">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">drivers/spi: Enable flashconsole in verstage<br><br>Enable the flashconsole driver in verstage so it can be used<br>with VBOOT enabled.  This was tested on a VBOOT enabled system<br>using flashconsole to store the boot log.<br><br>Change-Id: Icd8a82dc962ece85b9fb3d2f5654369e821922eb<br>Signed-off-by: Duncan Laurie <dlaurie@chromium.org><br>---<br>M src/drivers/spi/Makefile.inc<br>1 file changed, 1 insertion(+), 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/55/22855/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/drivers/spi/Makefile.inc b/src/drivers/spi/Makefile.inc<br>index f8cff5a..3f68541 100644<br>--- a/src/drivers/spi/Makefile.inc<br>+++ b/src/drivers/spi/Makefile.inc<br>@@ -9,6 +9,7 @@<br> <br> ifeq ($(CONFIG_CONSOLE_SPI_FLASH),y)<br> bootblock-y += flashconsole.c<br>+verstage-y += flashconsole.c<br> romstage-y += flashconsole.c<br> ramstage-y += flashconsole.c<br> postcar-y += flashconsole.c<br></pre><p>To view, visit <a href="https://review.coreboot.org/22855">change 22855</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/22855"/><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: Icd8a82dc962ece85b9fb3d2f5654369e821922eb </div>
<div style="display:none"> Gerrit-Change-Number: 22855 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Duncan Laurie <dlaurie@chromium.org> </div>