summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version to 20221020.R10_20_22Robert Moore2022-10-271-1/+1
* Add change for debug arguments.Robert Moore2022-10-271-1/+2
* Logfile: Changes for version 20221020.Robert Moore2022-10-271-0/+62
* Build script: Use acpisrc-dbg instead of simply acpisrc,Robert Moore2022-10-271-1/+1
* Merge pull request #801 from rmurphy-arm/iort-smmuRobert Moore2022-10-202-1/+3
|\
| * IORT: Update for revision E.eRobin Murphy2022-09-282-1/+3
* | Merge pull request #799 from ElyesH/MCHIRobert Moore2022-10-202-2/+0
|\ \
| * | tools/acpisrc/astable.c: Remove duplicated MCHI tableElyes Haouas2022-09-281-1/+0
| * | compiler/dttable1.c: Fix dead assignmentElyes Haouas2022-05-151-1/+0
* | | Merge pull request #802 from valentindavid/valentindavid/nowerrorRobert Moore2022-10-203-10/+23
|\ \ \
| * | | Allow disabling of -WerrorValentin David2022-09-283-10/+23
| | |/ | |/|
* | | Merge pull request #795 from AlisonSchofield/cxl3.0-cedtRobert Moore2022-10-201-1/+33
|\ \ \
| * | | Add CXL 3.0 structures (CXIMS & RDPAS) to the CEDT tableAlison Schofield2022-09-161-1/+33
| |/ /
* | | Remove duplicate of ACPI_CDAT_OFFSETRobert Moore2022-10-201-1/+0
* | | Update project/makefiles for new file.Robert Moore2022-10-1916-5/+28
* | | Update access rights for new file, utcksum.cRobert Moore2022-10-191-0/+0
* | | Finish support for the CDAT table, in both the data tableRobert Moore2022-10-1935-202/+1339
|/ /
* | Remove a duplicate of ACPI_SIG_CEDTRobert Moore2022-08-261-1/+0
* | Merge pull request #782 from sudeep-holla/ffh_opregionRobert Moore2022-08-185-2/+26
|\ \
| * | Add support for FFH Opregion special context dataSudeep Holla2022-06-225-2/+26
* | | 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 #789 from sathyaintel/ccel-v1Robert Moore2022-08-171-5/+5
|\ \ \ \
| * | | | iASL: Fix iASL compile error due to ACPI_TDEL_OFFSETKuppuswamy Sathyanarayanan2022-08-171-5/+5
* | | | | Revert "Add the CXIMS structure definition to the CEDT table"Robert Moore2022-08-171-12/+1
|/ / / /
* | | | Merge pull request #787 from AlisonSchofield/cxl-cximsRobert Moore2022-08-171-1/+12
|\ \ \ \
| * | | | Add the CXIMS structure definition to the CEDT tableAlison Schofield2022-07-121-1/+12
* | | | | Remove duplicate from the struct list.Robert Moore2022-08-171-1/+0
* | | | | Improve warning message for "invalid ACPI name".Robert Moore2022-08-171-5/+5
* | | | | Merge pull request #778 from sathyaintel/ccel-v1Robert Moore2022-08-129-0/+57
|\ \ \ \ \
| * | | | | iASL: Add CCEL table to both compiler/disassemblerKuppuswamy Sathyanarayanan2022-05-269-0/+57
| | |/ / / | |/| | |
* | | | | Update the PHAT template file.Robert Moore2022-08-121-6/+13
* | | | | iASL: Update for PHAT table support.Robert Moore2022-08-122-26/+213
* | | | | 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
* | | | | Update disassembler formatting output.Robert Moore2022-08-121-7/+7
* | | | | iASL: Fix some error-reporting issues.Robert Moore2022-08-121-2/+9
* | | | | Update the info structures for the PHAT table.Robert Moore2022-08-121-15/+17
| |/ / / |/| | |
* | | | AcpiHelp: Fix fault using -v option standalone.Robert Moore2022-07-051-1/+1
| |/ / |/| |
* | | Merge pull request #780 from rafaeljw/executerRobert Moore2022-06-141-12/+0
|\ \ \
| * | | Revert "executer/exsystem: Warn about sleeps greater than 10 ms"Rafael J. Wysocki2022-06-081-12/+0
| |/ /
* | | Add a couple of new UUIDs to the known UUID list.Robert Moore2022-06-082-1/+5
|/ /
* | Merge pull request #772 from vitkabele/masterRobert Moore2022-05-261-7/+21
|\ \
| * | Do not touch VGA memory when EBDA < 1KiBVit Kabele2022-05-031-6/+15
| * | Check that EBDA pointer is in valid memoryVit Kabele2022-05-031-1/+6
| |/
* | Merge pull request #770 from ColinIanKing/masterRobert Moore2022-05-262-2/+2
|\ \ | |/ |/|
| * compiler/asloptions.c: Make variable j an INT32Colin Ian King2022-04-261-1/+1
| * acpixtract: Make ThisLineByteCount an INT32Colin Ian King2022-04-261-1/+1
|/
* Merge pull request #768 from MiraySoftware/error-outputRobert Moore2022-04-061-1/+1
|\
| * * use ACPI_ERROR() instead of fprintf() as the OS might not use or provide fp...Sven Barth2022-04-051-1/+1