<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Still on the topic of the smu code I see (in <span>cz_smu_construct_toc_for_bootup())</span></p>
<p><br>
</p>
<p></p>
<div><span class="Apple-tab-span" style="white-space:pre"></span>cz_smu_populate_single_ucode_load_task(smumgr,</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>CZ_SCRATCH_ENTRY_UCODE_ID_CP_MEC_JT1, false);</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>if (smumgr->chip_id == CHIP_STONEY)</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>cz_smu_populate_single_ucode_load_task(smumgr,</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>CZ_SCRATCH_ENTRY_UCODE_ID_CP_MEC_JT1, false);</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>else</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>cz_smu_populate_single_ucode_load_task(smumgr,</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>CZ_SCRATCH_ENTRY_UCODE_ID_CP_MEC_JT2, false);</div>
<div><br>
</div>
<p></p>
<p>Which seems odd that it is loading twice for STONEY.  Shouldn't it just be != CHIP_STONEY and omit the first path?</p>
<p><br>
</p>
<p>Tom</p>
</div>
</body>
</html>