<p>Martin Roth <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://review.coreboot.org/25916">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">chromeec platforms: Update ACPI thermal event handler call<br><br>Currently the thermal event handler method TEVT is defined as an extern,<br>then defined again in platforms with thermal event handling.  In newer<br>versions of IASL, this generates an error, as the method is defined in<br>two places.  Simply removing the extern causes the call to it to fail on<br>platforms where it isn't actually defined, so add a preprocessor define<br>where it's implemented, and only call the method on those platforms.<br><br>Change-Id: I64dcd2918d14f75ad3c356b321250bfa9d92c8a5<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/ec/google/chromeec/acpi/ec.asl<br>M src/mainboard/google/cyan/variants/terra/include/variant/acpi/thermal.asl<br>M src/soc/intel/baytrail/acpi/dptf/thermal.asl<br>M src/soc/intel/braswell/acpi/dptf/thermal.asl<br>M src/soc/intel/common/acpi/dptf/thermal.asl<br>M src/soc/intel/skylake/acpi/dptf/thermal.asl<br>6 files changed, 8 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/25916/2</pre><p>To view, visit <a href="https://review.coreboot.org/25916">change 25916</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/25916"/><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: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I64dcd2918d14f75ad3c356b321250bfa9d92c8a5 </div>
<div style="display:none"> Gerrit-Change-Number: 25916 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>