<p>Patrick Rudolph has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26862">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cbfstool: Show current FMAP region in print<br><br>In case multiple FMAP regions are specific, print the FMAP name.<br>Useful if VBOOT is enabled.<br><br>Change-Id: Id6f29ebeda8a9bde6dfe39362e0f2a5e33c86b26<br>Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com><br>---<br>M util/cbfstool/cbfstool.c<br>1 file changed, 3 insertions(+), 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/62/26862/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c</span><br><span>index 08f2e32..5ccfb39 100644</span><br><span>--- a/util/cbfstool/cbfstool.c</span><br><span>+++ b/util/cbfstool/cbfstool.c</span><br><span>@@ -955,8 +955,10 @@</span><br><span>              return 1;</span><br><span>    if (param.machine_parseable)</span><br><span>                 return cbfs_print_parseable_directory(&image);</span><br><span style="color: hsl(0, 100%, 40%);">-      else</span><br><span style="color: hsl(120, 100%, 40%);">+  else {</span><br><span style="color: hsl(120, 100%, 40%);">+                printf("FMAP REGION: %s\n", param.region_name);</span><br><span>            return cbfs_print_directory(&image);</span><br><span style="color: hsl(120, 100%, 40%);">+      }</span><br><span> }</span><br><span> </span><br><span> static int cbfs_extract(void)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26862">change 26862</a>. To unsubscribe, or for help writing mail filters, 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/26862"/><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: Id6f29ebeda8a9bde6dfe39362e0f2a5e33c86b26 </div>
<div style="display:none"> Gerrit-Change-Number: 26862 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Rudolph <patrick.rudolph@9elements.com> </div>