https://bugzilla.kernel.org/show_bug.cgi?id=199093

Zhang Rui (rui.zh...@intel.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rui.zh...@intel.com

--- Comment #5 from Zhang Rui (rui.zh...@intel.com) ---
are you able to reproduce now, if you do multiple suspend cycles?
if yes, I will send you a customized DST, to check which piece of ASL causes
the EC address space handler error.


@erik,
I got following errors when assembling the dsdt table.

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20180313
Copyright (c) 2000 - 2018 Intel Corporation

Compiler aborting due to parser-detected syntax error(s)
dsdt.dsl   4514:                     ECRW (If (PM0H)
Error    6126 -                            ^ syntax error, unexpected
PARSEOP_IF, expecting PARSEOP_CLOSE_PAREN or ','

dsdt.dsl   4515:                             {
Error    6126 -                             ^ syntax error, unexpected '{'

dsdt.dsl   4518:                             }) = Zero
Error    6126 -                              ^ syntax error, unexpected
PARSEOP_CLOSE_PAREN

ASL Input:     dsdt.dsl - 39718 lines, 1202500 bytes, 17649 keywords
Hex Dump:      dsdt.hex - 230 bytes

Compilation complete. 3 Errors, 0 Warnings, 0 Remarks, 0 Optimizations

and it is caused by the following piece of code
                If ((PM6H == One))
                {
                    CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW)  // _RW_:
Read-Write Status
                    ECRW (If (PM0H)
                            {
                                CreateDWordField (BUF0, \_SB.PCI0._Y0D._LEN,
F0LN)  // _LEN: Length
                                F0LN = Zero
                            }) = Zero
                }

do we support this kind of ASL writing?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to