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:
Elyes HAOUAS 2019-05-13 20:39:26 +02:00 committed by Patrick Georgi
parent 111f9a9bcd
commit caef7f837a
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ Method(BSTA, 4, NotSerialized)
Return (Arg1)
}
Method(BINF, 2, NotSerialized)
Method(BINF, 2, Serialized)
{
Acquire(ECLK, 0xffff)
Store(0, PAGE)

View File

@ -101,7 +101,7 @@ Device(EC)
BAOE, 128, /* Battery OEM info */
}
Method (_CRS, 0)
Method (_CRS, 0, Serialized)
{
Name (ECMD, ResourceTemplate()
{