Sync ACPICA with Intel's version 20210730.* Various fixes for iasl(8).* Fixes and additions in table definitions.For a detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20210105.iasl: Remove support for obsolete tablesAlso, update copyrights.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20201217.* Fix exception code class checks.* Better GCC 10 support.* Some -Wimplicit-fallthrough fixes.* Miscellaneous improvements in the tools.For detaile
Sync ACPICA with Intel's version 20201217.* Fix exception code class checks.* Better GCC 10 support.* Some -Wimplicit-fallthrough fixes.* Miscellaneous improvements in the tools.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
show more ...
Sync ACPICA with Intel's version 20201113.* Fix a memory leak that could occur in _HID repair.* Improve namespace debugging.* Handle "orphan" _REG methods.* Improve iasl(8) and acpihelp(8).
Sync ACPICA with Intel's version 20201113.* Fix a memory leak that could occur in _HID repair.* Improve namespace debugging.* Handle "orphan" _REG methods.* Improve iasl(8) and acpihelp(8).* Add 5 new NVDIMM and NFIT table related UUIDs to the known UUID table.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
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.
Sync ACPICA with Intel's version 20190329.* Improve namespace support: Remove address nodes from global list after method termination to properly remove Operation Region nodes that are declared
Sync ACPICA with Intel's version 20190329.* Improve namespace support: Remove address nodes from global list after method termination to properly remove Operation Region nodes that are declared dynamically.* Some improvements in iasl(8) and acpiexec(8).For detailed list, please see sys/contrib/dev/acpica/changes.txt.Thanks to zrj for testing.
Sync ACPICA with Intel's version 20190215.* Add support for the ACPI specification version 6.3.* Fix skipping erroneous extended opcodes.* Some improvements in iasl(8).* Remove the legacy Acp
Sync ACPICA with Intel's version 20190215.* Add support for the ACPI specification version 6.3.* Fix skipping erroneous extended opcodes.* Some improvements in iasl(8).* Remove the legacy AcpiGbl_ExecuteTablesAsMethods global and all associated code, i.e. the debug.acpi.group_module_level_code tunable and acpiexec(8)'s -dp option.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
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.
Sync ACPICA with Intel's version 20181213.* Fix buffer length issues with the GenericSerialStatus.* New object evaluation trace mechanism for control methods and data objects (ACPI_LV_EVALUATIO
Sync ACPICA with Intel's version 20181213.* Fix buffer length issues with the GenericSerialStatus.* New object evaluation trace mechanism for control methods and data objects (ACPI_LV_EVALUATION).* _OSI strings sync.* New options in iasl (-ww) and acpiexec (-eo).* Various smaller fixes and additions.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20180927:* Fix a regression in GPE support seen from the previous "Stop unconditionally clearing ACPI IRQs during suspend/resume" change.* Update execution of
Sync ACPICA with Intel's version 20180927:* Fix a regression in GPE support seen from the previous "Stop unconditionally clearing ACPI IRQs during suspend/resume" change.* Update execution of _REG methods to be more conformant to the ACPI spec.* Update Generic Serial Bus implementation.* In iasl, detect extraneous/reduntant usage of Offset() in Field Unit lists.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
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.
Sync ACPICA with Intel's version 20170728.* Support in the resource walking code for _DMA.* Various additions and improvements.* Fix various bugs and regressions.For a more detailed list, ple
Sync ACPICA with Intel's version 20170728.* Support in the resource walking code for _DMA.* Various additions and improvements.* Fix various bugs and regressions.For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
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.
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.
Sync ACPICA with Intel's version 20161222.* Fixed a regression where occasionally a valid resource descriptor was incorrectly detected as invalid at runtime, and a AE_AML_NO_RESOURCE_END_TAG wa
Sync ACPICA with Intel's version 20161222.* Fixed a regression where occasionally a valid resource descriptor was incorrectly detected as invalid at runtime, and a AE_AML_NO_RESOURCE_END_TAG was returned.* Fixed a problem with the recently implemented support that enables control method invocations as Target operands to many ASL operators. Warnings of this form: "Needed type [Reference], found [Processor]" were seen at runtime for some method invocations. This is the proper fix for 72b7bc0a284cc.* Enhanced iasl(8) output for Switch/Case statements.For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20160729.* Restructured and standardized the C library configuration for ACPICA.* AML interpreter: Allows for execution of so-called "executable" AML code out
Sync ACPICA with Intel's version 20160729.* Restructured and standardized the C library configuration for ACPICA.* AML interpreter: Allows for execution of so-called "executable" AML code outside of control methods, not just at the module level (top level) but also within any scope declared outside of a control method - Scope{}, Device{}, Processor{}, PowerResource{}, and ThermalZone{}. Lv Zheng.* iASL: Add full support for the RASF ACPI table (RAS Features Table).* iASL: Allows for compilation/disassembly of so-called "executable" AML code (see above).For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20160422.* Fixed AcpiHwRead/AcpiHwWrite regression from 20160318. It was insufficiently worked around by me in 3b9bfd22b87e14, but was still causing issues with
Sync ACPICA with Intel's version 20160422.* Fixed AcpiHwRead/AcpiHwWrite regression from 20160318. It was insufficiently worked around by me in 3b9bfd22b87e14, but was still causing issues with qemu (as reported by zrj).* Support for I2cSerialBusV2, SpiSerialBusV2 and UartSerialBusV2. The original non-V2 names are deprecated. V2 macros have one new argument.* Support for new integer field in _BIX's returned package object.* New PCCT subtable (HW-Reduced Comm Subspace Type2).* Various improvements to iASL.For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.Tested-by: ivadasz, zrj
Sync ACPICA with Intel's version 20160108.This includes the 20151218 upgrade which we had to revert again becauseof a bug found by tkusumi. The only major change in 20160108 is a fixfor this bug.
Sync ACPICA with Intel's version 20160108.This includes the 20151218 upgrade which we had to revert again becauseof a bug found by tkusumi. The only major change in 20160108 is a fixfor this bug.20151218 changes:* Execute "module-level code" as ACPI tables are loaded into the namespace during initialization and install the default operation region handlers for the SystemMemory, SystemIO and PCI_Config address spaces before any ACPI tables are loaded (in order to enable module-level code to access these address spaces). Also, several changes to the internal _REG support and to utilities in conjunction with these changes.20160108 changes:* Fixed a regression introduced in version 20151218 concerning the execution of so-called module-level ASL/AML code. Namespace objects created under a module-level If() construct were not properly/fully entered into the namespace and could cause an interpreter fault when accessed.* Fixed a problem with the compilation of the GpioIo and GpioInt resource descriptors. The _PIN field name was incorrectly defined to be an array of 32-bit values, but the _PIN values are in fact 16 bits each. This would cause incorrect bit width warnings when using Word (16-bit) fields to access the descriptors.Additionally, some minor fixes, features etc. were added.For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.Tested-by: tkusumi
Sync ACPICA with Intel's version 20151124.* Silence warnings about non-existant _Sx methods because they are optional. In fact, we already had a fix for this from sephe (671882eba43).* Fixed
Sync ACPICA with Intel's version 20151124.* Silence warnings about non-existant _Sx methods because they are optional. In fact, we already had a fix for this from sephe (671882eba43).* Fixed bugs in FADT handling and auto-serialization.* Removed support for _SUB in AcpiGetObjectInfo because it caused errors due to not fully initialized operation regions.* Fixed issues with terminate/quit/exit commands in the debugger. Also thread ID support was added to the debugger.* Allow multiple definitions blocks in ASL/AML files for iasl, acpiexec and acpixtract.* Enhanced type checking for Name() in iasl. Also indent fixes for -ic and -ia.* Additional error message for attempting to open a Scope() on an object defined in an SSDT.* Improved formatting.For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20150818.* Disassembler and debugger are now standalone components without cross-component dependencies.* Various fixes: BZ 1186, BZ 1192, BZ 1135, BZ 1015, BZ
Sync ACPICA with Intel's version 20150818.* Disassembler and debugger are now standalone components without cross-component dependencies.* Various fixes: BZ 1186, BZ 1192, BZ 1135, BZ 1015, BZ 794, BZ 1176, BZ 1185, BZ 1184, BZ 1188, BZ 1190, BZ 1187, BZ 1189, BZ 1191.* More small fixes without BZ IDs.* In the debugger, "objects" without arguments now displays a summary of the current namespace objects.* In acpinames(8), the new -x option can be used to set the debug level, just like in acpiexec(8).* aapits test has been removed.
Sync ACPICA with Intel's version 20150717.* Better partitioning between debugger and disassembler.* Add 'Trace' command to the debugger.* Add support for the TCPA table to compiler and template
Sync ACPICA with Intel's version 20150717.* Better partitioning between debugger and disassembler.* Add 'Trace' command to the debugger.* Add support for the TCPA table to compiler and template generator.* Fix '!!' command issue in the debugger. This had already been committed.* Various cleanups and fixes.For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20150619.* Replace various macros like ACPI_STRLEN with the standard C library functions across the tree.* Add support for OSDT table, to override existing name
Sync ACPICA with Intel's version 20150619.* Replace various macros like ACPI_STRLEN with the standard C library functions across the tree.* Add support for OSDT table, to override existing namespace objects from DSDT/SSDTs.* Handle systems with two FACS tables better.* Add a feature to allow for systems that do not contain an FACS.* Fix wrong GUID strings for NFIT tables.* Support for _CLS in AcpiGetObjectInfo().* Update TCPA and TPM2 table definitions to a more recent TCG ACPI spec.* Add definitions for the ACPI 6.0 GIC version field in MADT.* Various fixes and enhancements in the tools.For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20150515.General changes:* Runtime argument checking and return value checking for all new ACPI 6.0 predefined names.iasl(8) and other tools specific changes:
Sync ACPICA with Intel's version 20150515.General changes:* Runtime argument checking and return value checking for all new ACPI 6.0 predefined names.iasl(8) and other tools specific changes:* Added support for all new ACPI 6.0 predefined names and tables and for changes to existing tables (FADT, MADT).* Added a new directive to enable inclusion of binary objects into ASL code, #includebinary.* Add support for all new ACPI 6.0 predefined names to acpihelp(8).* Add new options -d (display iASL preprocessor directives) and -t (display all known/supported ACPI tables) to acpihelp(8).For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20150408.General changes:* First part of upstream DragonFly support. acdragonfly.h and acdragonflyex.h are now in the upstream repo. Various needed patches to
Sync ACPICA with Intel's version 20150408.General changes:* First part of upstream DragonFly support. acdragonfly.h and acdragonflyex.h are now in the upstream repo. Various needed patches to hook them in should be in the next Intel release.* _REV now permanently returns 2 (as in other ACPI implementations).* Windows 2015 (aka Windows 10) _OSI string added.* Various printf issue fixes.iasl(8) specific changes:* Constant folding enhanced.* SLIC table support updated according to Microsoft's latest spec. It dumps as hex data block now (proprietary data). This issue was actually found by our sephe on his Compaq CQ45.* MSDM table support added (handled as proprietary data, just like SLIC).* -Pn option implemented for the table compiler (was only implemented for the ASL compiler).* Better data table disassembly comments.* -df option to force the disassembler to assume the table contains AML.* Some fixes in the EFI version of the tools.* Small miscellaneous fixes.For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20150204.* A raw gpe handling mechanism was created to allow better handling of GPE storms that aren't easily managed by the normal handler. The raw handler all
Sync ACPICA with Intel's version 20150204.* A raw gpe handling mechanism was created to allow better handling of GPE storms that aren't easily managed by the normal handler. The raw handler allows disabling/renabling of the the GPE so that interrupt storms can be avoided in cases where events cannot be timely serviced.* Always modify GPE registers under the GPE lock.* Various small bug fixes.* Update copyrights.
12