summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Simplify configuration for "Max Loops" system parameterRobert Moore2016-06-012-1/+5
* | | Update version to 20160527R05_27_16Robert Moore2016-05-271-1/+1
* | | Logfile: Changes for version 20160527Robert Moore2016-05-271-0/+33
* | | Revert "Utilities: Add ACPI_IS_POWER_OF_TWO()"Robert Moore2016-05-271-4/+0
* | | Revert "Hardware: Enhance AcpiHwValidateRegister() with AccessWidth/BitOffset...Robert Moore2016-05-271-17/+9
* | | Revert "Hardware: Add AccessWidth/BitOffset support in AcpiHwRead()"Robert Moore2016-05-271-54/+15
* | | Revert "Hardware: Fix 2 issues in AccessWidth support"Robert Moore2016-05-271-19/+24
* | | Revert "Hardware: Add AccessWidth/BitOffset support for AcpiHwWrite()"Robert Moore2016-05-271-101/+9
* | | Revert "Hardware: Fix a regression introduced in AcpiHwRead()/AcpiHwWrite()"Robert Moore2016-05-271-2/+2
* | | Revert "Hardware: Fix a regression caused by bit width mask generation"Robert Moore2016-05-273-16/+15
* | | Revert "Hardware: Add optimized access bit width support"Robert Moore2016-05-271-45/+6
* | | Revert "Hardware: Fix 2 issues in AccessWidth/BitOffset support"Robert Moore2016-05-271-41/+9
* | | Revert "Utilities: Add ACPI_IS_ALIGNED() macro"Robert Moore2016-05-271-2/+1
* | | Revert "Hardware: Fix a regression caused by optimal AccessWidth support"Robert Moore2016-05-271-21/+3
| |/ |/|
* | Disassembler: Add option to emit embedded External operators/opcodesRobert Moore2016-05-244-14/+33
|/