From 8b954f5790d387b457c9f113861e18f3c0249868 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 23 Nov 2015 10:35:11 -0700 Subject: ec/quanta/ene_kb3940q: Fix ACPI Notice Affects these mainboards: - lenovo/g505s - google/parrot - hp/pavilion_m6_1035dx Fixes IASL notice for this specific instance: dsdt.aml 1952: Method (_CRS, 0, NotSerialized) Remark 2120 - ^ Control Method should be made Serialized (due to creation of named objects within) Change-Id: Id297cdea35d43f51887f798a9983629343c2313a Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12513 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/ec/quanta/ene_kb3940q/acpi/ec.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ec/quanta/ene_kb3940q/acpi/ec.asl b/src/ec/quanta/ene_kb3940q/acpi/ec.asl index 0195a31b07..8d3ff81992 100644 --- a/src/ec/quanta/ene_kb3940q/acpi/ec.asl +++ b/src/ec/quanta/ene_kb3940q/acpi/ec.asl @@ -116,7 +116,7 @@ Device (EC0) BCNT, 8, // SMBus Block Count ; E4h } - Method (_CRS, 0, NotSerialized) + Method (_CRS, 0, Serialized) { Name (ECMD, ResourceTemplate() { -- cgit v1.2.3