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>
This commit is contained in:
Elyes HAOUAS 2019-05-10 21:05:58 +02:00 committed by Patrick Georgi
parent 2f0bbbfe9f
commit 60ab1d8c52
1 changed files with 1 additions and 1 deletions

View File

@ -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 */