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:
parent
2f0bbbfe9f
commit
60ab1d8c52
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue