summaryrefslogtreecommitdiff
path: root/source/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #779 from pmaziarz/masterRobert Moore2022-08-181-11/+16
|\
| * iASL: NHLT: Fix compilation of optional undocumented fieldsPiotr Maziarz2022-05-271-11/+16
* | Merge pull request #778 from sathyaintel/ccel-v1Robert Moore2022-08-122-0/+12
|\ \
| * | iASL: Add CCEL table to both compiler/disassemblerKuppuswamy Sathyanarayanan2022-05-262-0/+12
| |/
* | Update the PHAT template file.Robert Moore2022-08-121-6/+13
* | iASL: Update for PHAT table support.Robert Moore2022-08-121-11/+131
* | iASL: Additional update to standardize format of output.Robert Moore2022-08-121-1/+1
* | iASL: Additional fixes for error reporting.Robert Moore2022-08-122-2/+1
* | iASL: Fix some error-reporting issues.Robert Moore2022-08-121-2/+9
|/
* compiler/asloptions.c: Make variable j an INT32Colin Ian King2022-04-261-1/+1
* Merge pull request #765 from shamiali2008/master-iort-revE.d-v2Robert Moore2022-03-294-8/+16
|\
| * IORT: Updates for revision E.dShameer Kolothum2022-03-284-8/+16
* | Merge pull request #753 from marcj303/masterRobert Moore2022-03-292-4/+11
|\ \
| * | Add DMAR SATC structure to iaslMarc Jones2022-03-252-4/+11
| |/
* | Merge pull request #758 from bwicaksononv/apmtRobert Moore2022-03-253-0/+124
|\ \
| * | Add support for ARM Performance Monitoring Unit Table.Besar Wicaksono2022-03-083-0/+124
| |/
* | iASL/MADT: Add OEM-defined subtableRobert Moore2022-03-181-2/+11
* | Improve an iASL error messageRobert Moore2022-03-182-2/+4
|/
* Automated cleanup; No functional changesRobert Moore2022-02-171-14/+19
* Use _exit instead of exit in signal handlersRobert Moore2022-02-171-1/+1
* Update copyright notices to the year 2022Robert Moore2022-02-17100-100/+100
* Merge pull request #742 from MasterDrogo/add-cedt-subtable_CFMWSRobert Moore2022-01-272-25/+105
|\
| * Fix Compile issue with CEDT and add templateLawrence Hileman2022-01-172-23/+103
| * Add the subtable CFMWS to the CEDT tableLawrence Hileman2022-01-071-4/+4
* | Merge pull request #743 from pmaziarz/masterRobert Moore2022-01-271-28/+32
|\ \
| * | iASL: NHLT: Rename linux specific strucures to DeviceInfoPiotr Maziarz2022-01-131-8/+8
| * | iASL: NHLT: Fix parsing undocumented bytes at the end of EndpointPiotr Maziarz2022-01-131-18/+12
| * | iASL: NHLT: Treat Terminator as SpecificConfigPiotr Maziarz2022-01-131-2/+12
| |/
* | Add new acpi 6.4 semantics for LoadTable operatorRobert Moore2022-01-201-1/+1
* | Add new acpi 6.4 semantics to the Load() operatorRobert Moore2022-01-204-5/+7
* | Remove a remark due to excessive outputRobert Moore2022-01-202-1/+8
|/
* iASL/NHLT table: add support for optional "Specific Data" fieldRobert Moore2021-12-172-4/+33
* iASL: Add suppport for AGDI tableIlkka Koskinen2021-12-142-0/+11
* iASL: Add TDEL table to both compiler/disassemblerRobert Moore2021-12-094-2/+12
* Merge pull request #721 from jrtc27/local-cache-calloc-alignRobert Moore2021-12-081-0/+5
|\
| * iASL: Fix unaligned accesses to local cache allocationsJessica Clarke2021-10-031-0/+5
* | iASL Table Compiler: Completed the full table compiler supportRobert Moore2021-12-084-0/+434
* | iASL table compiler: update a commentRobert Moore2021-12-031-1/+1
* | iASL table compiler: FADT support updatesRobert Moore2021-12-033-5/+58
* | iASL/Disassembler: Additional support for NHLT tableRobert Moore2021-10-191-0/+5
* | iASL: Open binary input files in binary mode, not text modeRobert Moore2021-10-192-9/+18
|/
* iASL table disassembler: Added disassembly support for the NHLT ACPI table.Robert Moore2021-09-302-0/+6
* Updated the check for usage of _CRS, _DIS, _PRS, and _SRS objectsRobert Moore2021-09-291-44/+26
* FOR ACPICA: ACPI 6.4 SRAT: add Generic Port Affinity typeAlison Schofield2021-08-201-0/+5
* preprocess.h: fix spelling mistake in commentColin Ian King2021-08-041-1/+1
* Update check for use of _CRS, _DIS, _PRS, and _SRS:Robert Moore2021-07-281-20/+24
* iasl: Check usage of _CRS, _DIS, _PRS, and _SRS objects (July 2021).Robert Moore2021-07-221-2/+77
* AcpiHelp: Cleanup output for list of supported tablesRobert Moore2021-07-221-2/+4
* iASL: Fix for WPBT table with no command-line argumentsRobert Moore2021-07-142-11/+19
* iASL: Add support for the AEST table (data compiler)Robert Moore2021-07-015-2/+324