Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0 |
|
#
383048ac |
| 05-Jan-2021 |
Sascha Wildner <saw@online.de> |
Sync ACPICA with Intel's version 20210105.
iasl: Remove support for obsolete tables
Also, update copyrights.
For detailed list, please see sys/contrib/dev/acpica/changes.txt.
|
Revision tags: v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3 |
|
#
e5412f1e |
| 13-Jan-2020 |
Sascha Wildner <saw@online.de> |
Sync ACPICA with Intel's version 20200110 (coming from 20190703).
* Allow more OwnerId's to prevent OWNER_ID_LIMIT exceptions.
* Return a Buffer object for all fields created via CreateField.
* Ad
Sync ACPICA with Intel's version 20200110 (coming from 20190703).
* Allow more OwnerId's to prevent OWNER_ID_LIMIT exceptions.
* Return a Buffer object for all fields created via CreateField.
* Add AcpiDispatchGpe() function.
* Exit the interpreter before initializing objects within a newly loaded table.
* Add new 'Fields' debugger command.
* Make AcpiLoadTable() return a table index and add AcpiUnloadTable().
* Fix acpinames(8) which was broken for some time.
* Added "Windows 2019" _OSI string.
* Various improvements to iasl(8).
* Fix some compilation warnings, fix missing ACPI_PRINTF_LIKE.
* Update copyrights to 2020.
For detailed list, please see sys/contrib/dev/acpica/changes.txt.
show more ...
|
Revision tags: v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2 |
|
#
ff4021a0 |
| 09-Jan-2019 |
Sascha Wildner <saw@online.de> |
Sync ACPICA with Intel's version 20190108.
* New acpiexec(8) option -va to dump memory leak information.
* iasl(8)'s TPM2 table template adjusted for revision 4 of the table.
* Bumped copyrights.
|
Revision tags: v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2 |
|
#
7bcb6caf |
| 16-May-2018 |
Sascha Wildner <saw@online.de> |
Sync ACPICA with Intel's version 20180508 (from previously 20170831).
Tons of fixes and improvements.
For detailed list, please see sys/contrib/dev/acpica/changes.txt.
|
Revision tags: v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1 |
|
#
cf6b3eb1 |
| 01-Sep-2017 |
Sascha Wildner <saw@online.de> |
Sync ACPICA with Intel's version 20170831.
* Support for full 64-bit addresses in Generic Address Structure (GAS).
* PDTT table support.
* Support for octal constants in iasl(8).
* Various other
Sync ACPICA with Intel's version 20170831.
* Support for full 64-bit addresses in Generic Address Structure (GAS).
* PDTT table support.
* Support for octal constants in iasl(8).
* Various other fixes and improvements.
For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
show more ...
|
Revision tags: v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc |
|
#
b4315fc7 |
| 03-Mar-2017 |
Sascha Wildner <saw@online.de> |
Sync ACPICA with Intel's version 20170303.
Nothing big, really:
* The licensing information at the start of each source code module has been updated. In addition to the Intel license, the dual GP
Sync ACPICA with Intel's version 20170303.
Nothing big, really:
* The licensing information at the start of each source code module has been updated. In addition to the Intel license, the dual GPLv2/BSD license has been added for completeness. Now, a single version of the source code should be suitable for all ACPICA customers. This is the major change for this release since it affects all source code modules.
* Fixed two issues with the common asltypes.h header that could cause problems in some environments (Kim Jung-uk).
* Disassembler: fixed a regression introduced in 20170224. A fix for a memory leak related to resource descriptor tags (names) could fault when the disassembler was generated with 64-bit compilers.
For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
show more ...
|
#
d638c6ee |
| 26-Feb-2017 |
Sascha Wildner <saw@online.de> |
Sync ACPICA with Intel's version 20170224.
* Fixed two issues with the control method return value auto-repair feature in the interpreter.
* Fixed an AML interpreter mutex issue during the single
Sync ACPICA with Intel's version 20170224.
* Fixed two issues with the control method return value auto-repair feature in the interpreter.
* Fixed an AML interpreter mutex issue during the single stepping of control methods in the debugger.
* New iasl(8) -ca option to convert ASL to ASL+.
* Various other fixes in iasl(8).
For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
show more ...
|
#
c5f0c4c2 |
| 19-Jan-2017 |
Sascha Wildner <saw@online.de> |
Sync ACPICA with Intel's version 20170119.
Just some minor things:
* In iASL, fix an inadvertent remark.
* Remove the compiler bit width from the common signon of all tools.
* Add 2017 copyright.
Sync ACPICA with Intel's version 20170119.
Just some minor things:
* In iASL, fix an inadvertent remark.
* Remove the compiler bit width from the common signon of all tools.
* Add 2017 copyright.
For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
show more ...
|
Revision tags: v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3 |
|
#
7c9678bc |
| 13-Feb-2016 |
Sascha Wildner <saw@online.de> |
Sync ACPICA with Intel's version 20160212.
* ACPI specification 6.1 support.
* Ensure \_SB_._INI is executed before any _REG methods are executed.
* Reverted a change made in version 20151218 whic
Sync ACPICA with Intel's version 20160212.
* ACPI specification 6.1 support.
* Ensure \_SB_._INI is executed before any _REG methods are executed.
* Reverted a change made in version 20151218 which enabled method invocations to be targets of various ASL operators (SuperName and Target grammar elements). Also, disallow this in iASL (flagged as errors now) in preparation for ACPI 6.2.
* Completed full support for the ACPI 6.0 External() AML opcode.
* In iASL, implemented support for an optional cross-reference output file.
For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
show more ...
|