aboutsummaryrefslogtreecommitdiff
path: root/src/ec
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-05-10 21:05:58 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-13 09:26:58 +0000
commit60ab1d8c52799d70d1956ce7261d94be439aa63a (patch)
tree8b8110fd4b31fb81d361b9c0fad4a530dfaf321d /src/ec
parent2f0bbbfe9f3b3d68d75eabd35280fe8aaa9d8619 (diff)
src/ec/lenovo/h8/acpi: Serialize Control Method
IASL reports warning 'Control Method should be made Serialized'. Change-Id: I034f2c00e912e8f9ef87b9918de1db06fade38b9 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32745 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/ec')
-rw-r--r--src/ec/lenovo/h8/acpi/battery.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/lenovo/h8/acpi/battery.asl b/src/ec/lenovo/h8/acpi/battery.asl
index 080f247838..5f97ed9dc5 100644
--- a/src/ec/lenovo/h8/acpi/battery.asl
+++ b/src/ec/lenovo/h8/acpi/battery.asl
@@ -160,7 +160,7 @@ Method(BSTA, 4, NotSerialized)
Return (Arg1)
}
-Method(BINF, 2, NotSerialized)
+Method(BINF, 2, Serialized)
{
Acquire(ECLK, 0xffff)
^BPAG(Or(1, Arg1)) /* Battery 0 static information */