summaryrefslogtreecommitdiff
path: root/source/compiler
Commit message (Expand)AuthorAgeFilesLines
* iASL: Update access rights for the aslmessages.c file.Robert Moore2014-06-251-0/+0
* Common: Enhance AcpiGetopt() to improve portability.Lv Zheng2014-06-121-1/+1
* Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with AcpiOsPrintf() to improv...Lv Zheng2014-06-121-0/+1
* Namespace: Remove _PRP method support.Lv Zheng2014-06-045-75/+0
* OSL: Cleanup AcpiOsGetRootPointer() stubs.Lv Zheng2014-05-202-11/+0
* OSL: Cleanup AcpiOsGetThreadId()/AcpiOsExecute() stubs.Lv Zheng2014-05-201-18/+0
* Revert "Predefined names: _PRP proposal changed to _DSD"David E. Box2014-05-202-38/+5
* Predefined names: _PRP proposal changed to _DSDDavid E. Box2014-05-152-5/+38
* iASL: Improve handling of exception code blocks.Robert Moore2014-04-119-329/+620
* iASL: Add check for _PRP/_HID dependency, with error message.Robert Moore2014-04-104-2/+78
* iASL/Templates: Update LPIT template.Robert Moore2014-04-091-5/+5
* Comment updates - no functional change.Robert Moore2014-04-041-1/+1
* iASL: Add check for predefined packages that are too large.Robert Moore2014-04-041-0/+12
* Add support for LPIT table.Robert Moore2014-04-044-0/+114
* iASL: Disallow execution on big-endian machines.Robert Moore2014-03-211-0/+42
* iASL: Prevent possible infinite loop with -e option.Robert Moore2014-03-071-0/+1
* Update comments for ACPICA name - no functional change.Robert Moore2014-02-194-6/+6
* ACPICA tools: Add common function to get file size.Robert Moore2014-02-185-104/+18
* iASL: Add error handling to the internal get file size function.Robert Moore2014-02-143-46/+105
* iASL/Tables: For SPMI table, first reserved field must always be 1.Robert Moore2014-02-143-12/+28
* iASL: Remove -g option (get ACPI tables from registry).Robert Moore2014-02-134-19/+5
* Comment update - no functional change.Robert Moore2014-01-241-12/+12
* iASL/Preprocessor: Fix possible memory leak in macro processor.Robert Moore2014-01-171-3/+10
* iASL: Remove two unnecessary if() statements.Robert Moore2014-01-171-9/+0
* iASL: Eliminate duplicate warnings/errors.Robert Moore2014-01-173-3/+11
* iASL: Fix a possible fault when using the Connection() operator.Robert Moore2014-01-071-0/+4
* Update ACPICA copyrights to 2014.Robert Moore2014-01-0669-70/+70
* Utilities: Cleanup declarations of the AcpiGbl_DebugFile global.Robert Moore2013-12-171-1/+0
* iASL/Templates: Update FADT template to avoid GPE0 length warning.Robert Moore2013-12-171-3/+3
* iASL: Updates/fixes for debug output.Robert Moore2013-12-123-20/+23
* iASL: Fix incorrect case label in btype mapping.Robert Moore2013-12-111-1/+1
* iASL: Improve behavior of the -p (path prefix) option.Robert Moore2013-12-115-0/+6
* iASL: Emit remark for unreferenced objects declared in methods.Robert Moore2013-12-112-12/+46
* iASL: Update ACPI compliance string to "ACPI 5.0A".Robert Moore2013-12-101-1/+1
* Update the various ACPICA build readme files.Robert Moore2013-12-091-10/+18
* iASL: Add full support for the PCCT table, update table definition.Robert Moore2013-12-044-0/+111
* iASL: Add full support for the DBG2 table.Robert Moore2013-12-045-1/+193
* iASL: Add option to emit only error messages (no warnings/remarks).Robert Moore2013-11-224-16/+35
* Debugger/Apps: Add safe versions of common string functions.Robert Moore2013-09-181-3/+1
* iASL: Additional fix for wildcard support.Robert Moore2013-09-121-0/+11
* iASL: Implement wildcard support for -e option (get external tables).Robert Moore2013-08-304-172/+45
* AcpiDump: Add RSDP/RSDT/XSDT table extraction support.Robert Moore2013-08-221-1/+1
* iASL: Abort immediately upon serious unrecoverable parse errors.Robert Moore2013-08-011-9/+16
* iASL: Fix possible segfault for "too many parent prefixes" condition.Robert Moore2013-07-261-0/+4
* iASL/disassembler: Add support for external method reference file.Robert Moore2013-07-263-5/+27
* iASL: Add some new requested features for the -so option.Robert Moore2013-07-251-53/+100
* iASL: -so option, add ACPI object types to offset table.Robert Moore2013-07-191-11/+16
* iASL: Ensure valid C identifiers in output files.Robert Moore2013-07-191-3/+6
* iASL: Add support for One/Ones/Zero opcodes for the -so option.Robert Moore2013-07-181-2/+13
* iASL: Add -so support for Processor objects.Robert Moore2013-07-171-0/+21