summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Acpica parser"revert-134-acpica-parserRobert Moore2016-07-0118-453/+41
* Revert "Update for local 64-bit version of strtoul"Robert Moore2016-06-3011-284/+297
* Update for local 64-bit version of strtoulRobert Moore2016-06-3011-297/+284
* Merge pull request #134 from zetalog/acpica-parserRobert Moore2016-06-2918-41/+453
|\
| * Interpreter: Fix MLC issues by switching to new TermList grammar for table lo...Lv Zheng2016-06-2212-37/+260
| * ASLTS: Add cases to demonstrate MLC order issueLv Zheng2016-06-223-0/+66
| * ASLTS: Add cases to validate if Type2Opcode is supported at module levelLv Zheng2016-06-223-4/+115
| * Dispatcher: Fix an issue that the opregions created by the linked MLC were no...Lv Zheng2016-06-221-0/+5
| * Namespace: Fix a regression that MLC support triggers dead lock in dynamic ta...Lv Zheng2016-06-222-2/+9
* | AcpiHelp: Add support for AML flags values and other grammarRobert Moore2016-06-247-17/+536
* | Use os_allocate_zeroedRobert Moore2016-06-201-3/+1
|/
* iASL/Parser: Split a bunch of very long linesRobert Moore2016-06-173-77/+151
* Merge pull request #116 from zetalog/acpica-divergRobert Moore2016-06-1611-22/+28
|\
| * Divergence: Port declarators back to ACPICALv Zheng2016-06-1511-22/+28
* | Merge pull request #144 from acpica/revert-143-efi-edk2Robert Moore2016-06-1554-3643/+1754
|\ \
| * | Revert "Efi edk2"revert-143-efi-edk2Robert Moore2016-06-1554-3643/+1754
|/ /
* | Merge pull request #143 from zetalog/efi-edk2Robert Moore2016-06-1554-1754/+3643
|\ \
| * | EFI: Port acpiexec/acpidump to EDK2 environmentLv Zheng2016-06-128-4/+411
| * | EFI: Rename EFI stuff to ACPI_EFI to improve portabilityLv Zheng2016-06-064-571/+572
| * | EFI/acpiexec: Add EFI support for acpiexecLv Zheng2016-06-064-8/+265
| * | EFI/acpiexec: Disable object override mechanismLv Zheng2016-06-064-0/+16
| * | EFI/acpiexec: Add stubs for Ctrl+C signal handlingLv Zheng2016-06-064-1/+9
| * | EFI: Add table OSL supports for acpiexecLv Zheng2016-06-061-0/+77
| * | EFI: Add AcpiOsStall()/AcpiOsSleep() supportLv Zheng2016-06-062-2/+51
| * | EFI: Add AcpiOsGetTimer() supportLv Zheng2016-06-064-4/+133
| * | EFI: Add stubs for hardware access OSLs to make EFI ported applications runningLv Zheng2016-06-061-0/+241
| * | EFI: Add stubs for multi-threading OSLs to make EFI ported applications runningLv Zheng2016-06-062-1/+64
| * | EFI: Add OSL supports for those can be emptyLv Zheng2016-06-061-2/+124
| * | Clib: Add putchar()/getchar() to improve portabilityLv Zheng2016-06-061-0/+3
| * | Clib: Add generic strpbrk() and strtok() to improve portabilityLv Zheng2016-06-062-0/+97
| * | Clib/EFI: Add fgets() to improve portabilityLv Zheng2016-06-061-0/+59
| * | Clib/EFI: Add file position seeking/telling supportLv Zheng2016-06-062-2/+171
| * | Clib/EFI: Add standard input descriptor supportLv Zheng2016-06-063-15/+134
| * | Clib/EFI: Add fgetc()/fputc() to improve portabilityLv Zheng2016-06-064-0/+92
| * | Clib: Add memmove() to improve portabilityLv Zheng2016-06-062-0/+61
| * | Applications: Fix a potential issue that help messages may be dumped to AcpiG...Lv Zheng2016-06-061-3/+3
| * | acpidump: Fix a duplicate variable definitionLv Zheng2016-06-062-6/+1
| * | Clib: Eliminate AcpiOsXXXFile()/AcpiLogError and link clibrary fxxx()/errno/p...Lv Zheng2016-06-0627-1192/+1006
| * | Clib: Add -nostdinc support for EFI layerLv Zheng2016-06-0624-136/+269
| * | Applications: Enable USE_NATIVE_ALLOCATE_ZEROED environment for all applicationsLv Zheng2016-06-061-1/+1
| * | OSL: Add correct AcpiGbl_DebugTimeout export to allow acpiexec to linkLv Zheng2016-06-064-7/+2
| * | EFI/acpidump: Remove Gbl_DumpCustomizedTables awarenessLv Zheng2016-06-061-50/+30
| * | EFI: Add a missing object file which is split recentlyLv Zheng2016-06-061-0/+2
* | | Merge branch 'master' of ssh://ssh.github.com/acpica/acpicaRobert Moore2016-06-151-1/+0
|\ \ \ | | |/ | |/|
| * | iASL: update makefileRobert Moore2016-06-101-1/+0
* | | iASL/Disassembler: Add a check for missing filenameRobert Moore2016-06-152-1/+15
|/ /
* | iASL: Split some of the ASL parse rules files.Robert Moore2016-06-1011-1659/+2185
* | Merge pull request #142 from Lekensteyn/windows-ssdtRobert Moore2016-06-071-12/+56
|\ \
| * | Windows: add support for dumping SSDT tablesPeter Wu2016-05-311-12/+56
* | | iASL/Table-compiler/Disassembler: Support for RASF tableRobert Moore2016-06-027-0/+40