[coreboot-gerrit] New patch to review for coreboot: ec/quanta/ene_kb3940q: Fix ACPI Notice

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Nov 23 18:55:24 CET 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12513

-gerrit

commit 632dc740fc696b9b632fa18b4fc1d4657a711cec
Author: Martin Roth <martinroth at google.com>
Date:   Mon Nov 23 10:35:11 2015 -0700

    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 <martinroth at google.com>
---
 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 0195a31..8d3ff81 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()
 		{



More information about the coreboot-gerrit mailing list