summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version to 20200214R02_14_20Robert Moore2020-02-141-1/+1
* Logfile: Changes for version 20200214Robert Moore2020-02-141-0/+98
* Merge pull request #561 from SchmErik/rafael-gpeRobert Moore2020-02-134-0/+125
|\
| * Introduce AcpiAnyGpeStatusSet ()Rafael J. Wysocki2020-02-134-0/+125
|/
* Add macro to get the byte width of a GAS structure.Robert Moore2020-02-121-3/+4
* Merge pull request #560 from SchmErik/bz1500-fixRobert Moore2020-02-121-1/+1
|\
| * iASL: fix method parameter type list processing in external declarationsErik Kaneda2020-02-121-1/+1
|/
* Fix a typecast warning, and one typo in a comment.Robert Moore2020-02-112-2/+2
* Merge pull request #558 from MiraySoftware/size-castsRobert Moore2020-02-112-4/+4
|\
| * * strlen() returns a size_t, so use ACPI_SIZE instead of UINT32 for PrefixPat...Sven Barth2020-02-101-1/+1
| * * AcpiNsBuildNormalizedPath() takes an UINT32 as length argument, so cast acc...Sven Barth2020-02-101-2/+2
| * * cast the result of the pointer difference to UINT32; altnatively we could d...Sven Barth2020-02-101-1/+1
* | Merge pull request #559 from SchmErik/bz1500Robert Moore2020-02-114-30/+39
|\ \
| * | iASL: process return type and parameter types in external declarationErik Kaneda2020-02-102-14/+25
| * | iASL: change MtProcessTypeOp and MtProcessParameterTypeList to be non-staticErik Kaneda2020-02-102-14/+14
| * | iASL: simplify External type analysis allowed by previous parse tree changeErik Kaneda2020-02-101-4/+2
* | | Fix some typos within commentsRobert Moore2020-02-118-14/+14
|/ /
* | iASL: Fix a use of ACPI_RETURN_STATUS macroRobert Moore2020-02-071-2/+3
* | Merge pull request #557 from SchmErik/iasl-fixRobert Moore2020-02-071-3/+3
|\ \
| * | iASL: use Op->Asl.Nameseg to prevent segfault during method analysisErik Kaneda2020-02-071-3/+3
|/ /
* | Merge pull request #556 from SchmErik/bz1513Robert Moore2020-02-063-46/+169
|\ \
| * | iASL: detect type mismatch between external declarations and named object dec...Erik Kaneda2020-02-063-46/+169
* | | iASL: Restrict emission of MSG_NAMED_OBJECT_CREATION for Switch()Robert Moore2020-02-061-3/+11
|/ /
* | Table Manager: Update comments in a function headerRobert Moore2020-02-041-6/+6
* | Merge pull request #555 from SchmErik/iasl-refactor-method-analysisRobert Moore2020-02-042-34/+82
|\ \
| * | iASL: extract function to process ParameterType listErik Kaneda2020-02-031-10/+42
| * | iASL: extract function to process a parse object for a single BtypeErik Kaneda2020-02-031-14/+38
| * | iASL: clean up code to count method parameter typesErik Kaneda2020-02-031-17/+7
| * | iASL: nest each method parameter type under PARSEOP_DEFAULT_ARGErik Kaneda2020-02-031-2/+4
* | | Fix a couple of typosRobert Moore2020-02-033-3/+3
|/ /
* | MSVC Project files: Enable multiprocessor generationRobert Moore2020-02-0310-0/+20
* | Merge pull request #554 from SchmErik/iasl-trivialRobert Moore2020-02-035-56/+57
|\ \
| * | iASL: use the correct btype to analyse External methodsErik Kaneda2020-01-301-3/+4
| * | iASL: rename and move XfGetParentMethod to UtGetParentMethodOpErik Kaneda2020-01-304-45/+45
| * | iASL: rename UtGetParentMethod to UtGetParentMethodNodeErik Kaneda2020-01-303-8/+8
* | | iASL: Update some error messages (emit full namepath)Robert Moore2020-01-313-8/+33
|/ /
* | Merge pull request #553 from SchmErik/iasl-trivialRobert Moore2020-01-303-6/+6
|\ \
| * | iASL: use correct macro name for error message and other trivial fixesErik Kaneda2020-01-303-6/+6
|/ /
* | Merge pull request #551 from SchmErik/static-operation-region-in-methodRobert Moore2020-01-303-0/+57
|\ \
| * | iASL: warn on static operation region declared in methodsignacio ramirez piriz2020-01-273-0/+57
| |/
* | Merge pull request #552 from SchmErik/iasl-fix-param-countRobert Moore2020-01-281-0/+9
|\ \ | |/ |/|
| * iASL: fix method parameter counting when parameterType list is omittedErik Kaneda2020-01-271-0/+9
|/
* Merge pull request #550 from SchmErik/bz399Robert Moore2020-01-273-1/+6
|\
| * iASL: check method numArgs against length of method parameter listErik Kaneda2020-01-273-1/+6
* | Merge pull request #549 from SchmErik/legacy-wakeRobert Moore2020-01-271-0/+10
|\ \
| * | Enable sleep button on ACPI legacy wakeAnchal Agarwal2020-01-221-0/+10
* | | Merge pull request #546 from SchmErik/bz1514Robert Moore2020-01-272-6/+80
|\ \ \ | |_|/ |/| |
| * | iASL: count method parameters in method declarationsErik Kaneda2020-01-171-5/+79
| * | iASL: Parser: generate DEFAULT_ARG for ASL Function parameter countErik Kaneda2020-01-171-1/+1
* | | iASL: Issue remark for named objects created within a methodRobert Moore2020-01-223-2/+10