[coreboot-gerrit] Change in coreboot[master]: intel/lynxpoint: Fix ACPI compile error

Lijian Zhao (Code Review) gerrit at coreboot.org
Fri May 4 01:01:38 CEST 2018


Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/26045


Change subject: intel/lynxpoint: Fix ACPI compile error
......................................................................

intel/lynxpoint: Fix ACPI compile error

Thermal Zone object THRM had been defined in DSDT instead of SSDT, so
there's no need for External declaration.

BUG=None
TEST=Build pass baskeridge board with 20180427 iasl.

Change-Id: I153e7d0e97f9a29919676fbb73a7c26fd22f252c
Signed-off-by: Lijian Zhao <lijian.zhao at intel.com>
---
M src/southbridge/intel/lynxpoint/acpi/globalnvs.asl
1 file changed, 0 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/26045/1

diff --git a/src/southbridge/intel/lynxpoint/acpi/globalnvs.asl b/src/southbridge/intel/lynxpoint/acpi/globalnvs.asl
index 468c755..f80d076 100644
--- a/src/southbridge/intel/lynxpoint/acpi/globalnvs.asl
+++ b/src/southbridge/intel/lynxpoint/acpi/globalnvs.asl
@@ -216,7 +216,6 @@
 	Store (Zero, \S33G)
 }
 
-External (\_TZ.THRM)
 External (\_TZ.SKIN)
 
 Method (TZUP)

-- 
To view, visit https://review.coreboot.org/26045
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I153e7d0e97f9a29919676fbb73a7c26fd22f252c
Gerrit-Change-Number: 26045
Gerrit-PatchSet: 1
Gerrit-Owner: Lijian Zhao <lijian.zhao at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180503/00d38f29/attachment.html>


More information about the coreboot-gerrit mailing list