diff options
author | Marc Jones <marcj303@gmail.com> | 2018-08-15 22:24:58 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-17 21:09:30 +0000 |
commit | 4ae02818fcf839959a617fae5f7f685b055133e3 (patch) | |
tree | 39545c85c5652f978ff06c277e78918ce50e9b82 /src/ec/smsc | |
parent | 1faa11ed392d70bedbbe7443401e9259f216e0b6 (diff) |
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>
Diffstat (limited to 'src/ec/smsc')
0 files changed, 0 insertions, 0 deletions