summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/strago
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2018-05-07 20:44:25 -0500
committerPatrick Georgi <pgeorgi@google.com>2018-05-09 10:14:01 +0000
commit49a4c6af58c506e95c7ac70b4e759b34f80613d0 (patch)
tree8010fdc0359ad0414c350c01f5197de801bd1d1b /src/mainboard/intel/strago
parent0ba2652837d117b28811eb6c7e122ffff9e9c945 (diff)
downloadcoreboot-49a4c6af58c506e95c7ac70b4e759b34f80613d0.tar.xz
src/mainboard: Serialize methods with named objects inside
Change-Id: I90e1d8b9f8e37bec8fc2796637b4548ea17e076b Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/26151 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/intel/strago')
-rw-r--r--src/mainboard/intel/strago/acpi/mainboard.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/intel/strago/acpi/mainboard.asl b/src/mainboard/intel/strago/acpi/mainboard.asl
index eaf9e854de..68ac133eec 100644
--- a/src/mainboard/intel/strago/acpi/mainboard.asl
+++ b/src/mainboard/intel/strago/acpi/mainboard.asl
@@ -35,7 +35,7 @@ Scope (\_SB.PCI0.I2C1)
Name (_UID, 4)
Name (ISTP, 0) /* TouchScreen */
- Method(_CRS, 0x0, NotSerialized)
+ Method(_CRS, 0x0, Serialized)
{
Name (BUF0, ResourceTemplate ()
{
@@ -195,7 +195,7 @@ Scope (\_SB.PCI0.LPEA)
Scope (\_SB.GPNC)
{
- Method (_AEI, 0, NotSerialized) // _AEI: ACPI Event Interrupts
+ Method (_AEI, 0, Serialized) // _AEI: ACPI Event Interrupts
{
Name (RBUF, ResourceTemplate ()
{