[coreboot-gerrit] Change in coreboot[master]: chromeec platforms: Update ACPI thermal event handler call

Martin Roth (Code Review) gerrit at coreboot.org
Mon Apr 30 05:44:06 CEST 2018


Martin Roth has uploaded a new patch set (#2). ( https://review.coreboot.org/25916 )

Change subject: chromeec platforms: Update ACPI thermal event handler call
......................................................................

chromeec platforms: Update ACPI thermal event handler call

Currently the thermal event handler method TEVT is defined as an extern,
then defined again in platforms with thermal event handling.  In newer
versions of IASL, this generates an error, as the method is defined in
two places.  Simply removing the extern causes the call to it to fail on
platforms where it isn't actually defined, so add a preprocessor define
where it's implemented, and only call the method on those platforms.

Change-Id: I64dcd2918d14f75ad3c356b321250bfa9d92c8a5
Signed-off-by: Martin Roth <martinroth at google.com>
---
M src/ec/google/chromeec/acpi/ec.asl
M src/mainboard/google/cyan/variants/terra/include/variant/acpi/thermal.asl
M src/soc/intel/baytrail/acpi/dptf/thermal.asl
M src/soc/intel/braswell/acpi/dptf/thermal.asl
M src/soc/intel/common/acpi/dptf/thermal.asl
M src/soc/intel/skylake/acpi/dptf/thermal.asl
6 files changed, 8 insertions(+), 4 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/25916/2
-- 
To view, visit https://review.coreboot.org/25916
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I64dcd2918d14f75ad3c356b321250bfa9d92c8a5
Gerrit-Change-Number: 25916
Gerrit-PatchSet: 2
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180430/ad66483c/attachment.html>


More information about the coreboot-gerrit mailing list