mb/packardbell/ms2290/acpi: Serialize Control Method
IASL reports remarks 'Control Method should be made Serialized'. Change-Id: I5606c6e435da17f7d4732148f6ddcedb1fde4ab0 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32769 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
parent
111f9a9bcd
commit
caef7f837a
|
@ -52,7 +52,7 @@ Method(BSTA, 4, NotSerialized)
|
|||
Return (Arg1)
|
||||
}
|
||||
|
||||
Method(BINF, 2, NotSerialized)
|
||||
Method(BINF, 2, Serialized)
|
||||
{
|
||||
Acquire(ECLK, 0xffff)
|
||||
Store(0, PAGE)
|
||||
|
|
|
@ -101,7 +101,7 @@ Device(EC)
|
|||
BAOE, 128, /* Battery OEM info */
|
||||
}
|
||||
|
||||
Method (_CRS, 0)
|
||||
Method (_CRS, 0, Serialized)
|
||||
{
|
||||
Name (ECMD, ResourceTemplate()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue