coreboot/src
Marc Jones 4ae02818fc mainboard/google/kahlee: Fix ACPI method Not Serialized error
Fix the following failure from FWTS:

FAILED [LOW] AMLAsmASL_MSG_SERIALIZED_REQUIRED: Test 1, Assembler remark in line
131
Line | AML source
--------------------------------------------------------------------------------
00128|                 }
00129|             }
00130|         })
00131|         Method (_CRS, 0, NotSerialized)  // _CRS: Current Resource Settings
     |                   ^
     | Remark 2120: Control Method should be made Serialized    (due to creation of named objects within)
00132|         {
00133|             Name (RBUF, ResourceTemplate ()
00134|             {
================================================================================

ADVICE: (for Remark #2120, ASL_MSG_SERIALIZED_REQUIRED): A named object is
created inside a non-serialized method - this method should be serialized. It is
possible that one thread enters the method and blocks and then a second thread
also executes the method, ending up in two attempts to create the object and
causing a failure.

BUG=b:112476331
TEST= Run FWTS.

Change-Id: I6f4f6e7e94b01f673afc97d9415481ee63e406e3
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: https://review.coreboot.org/28122
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-08-17 21:09:30 +00:00
..
acpi
arch arch/x86/acpigen: add methods for cppc 2018-08-17 20:13:11 +00:00
commonlib src/{commonlib,lib}: Fix typo 2018-08-16 18:55:08 +00:00
console arch/x86: Drop leftover ROMCC console support 2018-06-08 03:31:12 +00:00
cpu intel/socket_mPGA604: Keep only model f2x 2018-08-17 12:26:36 +00:00
device src/device: Fix typo 2018-08-09 15:57:35 +00:00
drivers src: Remove duplicated 'include <device/device.h>' 2018-08-14 23:25:59 +00:00
ec ec/google/chromeec: de-dup a _UID 2018-08-13 12:23:37 +00:00
include src/include: add more msr defines 2018-08-17 20:13:21 +00:00
lib src/{commonlib,lib}: Fix typo 2018-08-16 18:55:08 +00:00
mainboard mainboard/google/kahlee: Fix ACPI method Not Serialized error 2018-08-17 21:09:30 +00:00
northbridge Fix PCI ACPI _OSC methods 2018-08-17 21:09:17 +00:00
security cr50: Allow boards to disable powering off EC on cr50 update 2018-08-17 12:27:23 +00:00
soc Fix PCI ACPI _OSC methods 2018-08-17 21:09:17 +00:00
southbridge Fix PCI ACPI _OSC methods 2018-08-17 21:09:17 +00:00
superio superio/ite/it8720f: fix power control init 2018-08-17 18:27:00 +00:00
vendorcode cr50: Allow boards to disable powering off EC on cr50 update 2018-08-17 12:27:23 +00:00
Kconfig Kconfig: Make the EM100 config option common 2018-07-16 07:41:14 +00:00