summaryrefslogtreecommitdiff
path: root/source/common
Commit message (Expand)AuthorAgeFilesLines
* iASL: DT: change disassembly of STAO to match the STAO info tabelErik Schmauss2019-08-301-1/+1
* Results from Clang changes/fixesRobert Moore2019-08-217-12/+44
* Fully deploy ACPI_PRINTF_LIKE macroRobert Moore2019-08-141-1/+1
* Fix a few "possible use of non-initialized symbol" warningsRobert Moore2019-07-263-6/+19
* Increase total number of possible Owner IDsRobert Moore2019-07-251-3/+3
* iASL: perform analysis and code generation after parsing all tablesErik Schmauss2019-04-021-1/+1
* Rename nameseg length macro/define for clarityRobert Moore2019-02-223-5/+5
* Rename nameseg compare macro for clarityRobert Moore2019-02-225-7/+7
* Rename nameseg copy macro for clarityRobert Moore2019-02-221-2/+2
* Disassembler: Improve generation of resource pathnamesRobert Moore2019-02-221-7/+15
* Trivial: fix spelling mistakesErik Schmauss2019-02-145-5/+5
* Detabify a few source files, no functional changeRobert Moore2019-02-141-1/+2
* ACPI 6.3: add GTDT Revision 3 supportErik Schmauss2019-02-132-1/+26
* ACPI 6.3: HMAT updatesErik Schmauss2019-02-133-7/+5
* ACPI 6.3: NFIT: change field name, no functional changeErik Schmauss2019-02-131-1/+1
* ACPI 6.3: MADT: add online capable flagErik Schmauss2019-02-131-0/+1
* ACPI 6.3: PPTT add additional fields in Processor Structure FlagsErik Schmauss2019-02-131-6/+9
* ACPI 6.3: MADT: add support for statistical profiling in GICCErik Schmauss2019-02-131-1/+2
* ACPI 6.3: SRAT: add Generic Affinity Structure subtableErik Schmauss2019-02-133-0/+20
* ACPI 6.3: Add Trigger order to PCC Identifier structure in PDTTErik Schmauss2019-02-131-0/+1
* ACPI 6.3: Adding predefined methods _NBS, _NCH, _NIC, _NIH, and _NIGErik Schmauss2019-02-131-0/+5
* All acpica: Update copyrights to 2019Robert Moore2019-01-0824-24/+24
* iASL: Add additional check for null pointerRobert Moore2018-12-071-0/+6
* acpihelp: Improve support for the special predefined namesRobert Moore2018-11-091-8/+8
* iASL: adding definition and disassembly for TPM2 revision 3Erik Schmauss2018-10-242-0/+72
* iASL: Standardize names for all global variablesRobert Moore2018-09-204-22/+22
* iASL: increase the length of MsgBuffer to avoid overflowErik Schmauss2018-06-011-1/+1
* Merge pull request #382 from rmurphy-arm/iort-smmuRobert Moore2018-05-182-3/+20
|\
| * IORT: Add PMCG node supprtRobin Murphy2018-04-302-0/+17
| * IORT: Update for revision DRobin Murphy2018-04-301-3/+3
* | disassembler: remove incorrect table header validation for data tablesErik Schmauss2018-04-301-9/+14
|/
* Disassembler: Fix a typo in the NFIT table supportRobert Moore2018-04-271-1/+1
* iASL: Enhance the -tc option (create AML hex file in C)Robert Moore2018-03-161-0/+56
* Restructure ACPI table filesRobert Moore2018-01-058-6735/+7783
* Disassembler: Split table macros out to a header fileRobert Moore2018-01-041-262/+1
* All acpica: Update copyrights to 2018Robert Moore2018-01-0418-18/+18
* disassembler: add a conditional in switch logic to avoid segmentation faultErik Schmauss2017-12-141-0/+4
* Disassembler: Small formatting update, no functional changeRobert Moore2017-12-132-2/+0
* Rename a global variable, no functional changeRobert Moore2017-12-082-3/+3
* Create and deploy safe version of strncpy. No functional changeRobert Moore2017-12-081-1/+1
* ACPI 6.0A: Changes to the NFIT ACPI tableRobert Moore2017-10-163-0/+20
* iasl: Add SMMUv3 device ID mapping index supportHanjun Guo2017-10-091-0/+1
* Disassembler: Standardize use of the word "Subtable"Robert Moore2017-09-202-400/+400
* iASL/Tools: Add support for PDTT,SDEV,TPM2 ACPI tablesRobert Moore2017-09-204-17/+489
* iASL: Move all allocation functions to new modulesRobert Moore2017-09-012-3/+2
* iASL: Fix definition of the PPTT ACPI tableRobert Moore2017-08-151-1/+1
* iASL: Add support for the SDEI tableJames Morse2017-07-113-0/+13
* iasl: Update to IORT SMMUv3 disassemblingGanapatrao Kulkarni2017-06-281-0/+4
* Disassembler: Fix segfault during resource descriptor processingRobert Moore2017-06-232-4/+21
* Tools: Deallocate memory allocated by AcGetAllTablesFromFile via AcDeleteTabl...Erik Schmauss2017-06-092-0/+36