Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/62417 )
Change subject: ec/starlabs/merlin: Change RPTS method to Serialized ......................................................................
ec/starlabs/merlin: Change RPTS method to Serialized
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: Id64d321846dc042d4092d39ce9598d028ab15ed0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62417 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Andy Pont andy.pont@sdcsystems.com Reviewed-by: Elyes Haouas ehaouas@noos.fr Reviewed-by: Paul Menzel paulepanter@mailbox.org --- M src/ec/starlabs/merlin/acpi/suspend.asl 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Elyes Haouas: Looks good to me, but someone else must approve Angel Pons: Looks good to me, approved Andy Pont: Looks good to me, but someone else must approve
diff --git a/src/ec/starlabs/merlin/acpi/suspend.asl b/src/ec/starlabs/merlin/acpi/suspend.asl index f89e501..4389729 100644 --- a/src/ec/starlabs/merlin/acpi/suspend.asl +++ b/src/ec/starlabs/merlin/acpi/suspend.asl @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-Method (RPTS, 1, NotSerialized) +Method (RPTS, 1, Serialized) { If ((Arg0 == 0x04) || (Arg0 == 0x05)) {