<p>Naresh Solanki has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27288">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cbfstool: Update FIT entry type for MCU<br><br>FIT entry for MCU should have type set to FIT_TYPE_MICROCODE.<br><br>Change-Id: I7edd25dd1953cb827ba919554c675759e47491c4<br>Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com><br>---<br>M util/cbfstool/fit.c<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/88/27288/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/cbfstool/fit.c b/util/cbfstool/fit.c</span><br><span>index 31ab3de..1ed16ce 100644</span><br><span>--- a/util/cbfstool/fit.c</span><br><span>+++ b/util/cbfstool/fit.c</span><br><span>@@ -183,7 +183,7 @@</span><br><span>   */</span><br><span>  entry->size_reserved = 0x0000;</span><br><span>    /* Checksum valid should be cleared for MCU */</span><br><span style="color: hsl(0, 100%, 40%);">-  entry->type_checksum_valid = 0;</span><br><span style="color: hsl(120, 100%, 40%);">+    entry->type_checksum_valid = FIT_TYPE_MICROCODE;</span><br><span>  entry->version = FIT_MICROCODE_VERSION;</span><br><span>   entry->checksum = 0;</span><br><span>      fit_entry_add_size(&fit->header, sizeof(struct fit_entry));</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27288">change 27288</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/27288"/><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: I7edd25dd1953cb827ba919554c675759e47491c4 </div>
<div style="display:none"> Gerrit-Change-Number: 27288 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Naresh Solanki <naresh.solanki@intel.com> </div>