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 ...
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.
kernel/acpica: Fix shutdown issues with ACPICA 20161117.Observed by ivadasz on a Fujitsu Lifebook E744 where shutdown stoppedworking properly after the upgrade to 20161117.This reverts some AML
kernel/acpica: Fix shutdown issues with ACPICA 20161117.Observed by ivadasz on a Fujitsu Lifebook E744 where shutdown stoppedworking properly after the upgrade to 20161117.This reverts some AML parser commits. A real fix should be followinglater.Patch-by: Lv Zheng <lv.zheng@intel.com>Tested-by: ivadasz
Sync ACPICA with Intel's version 20161117.* Fixed regression introduced in 20160729 in the table manager. Also, add a new public interface, AcpiPutTable().* Fix a problem where runtime implicit
Sync ACPICA with Intel's version 20161117.* Fixed regression introduced in 20160729 in the table manager. Also, add a new public interface, AcpiPutTable().* Fix a problem where runtime implicit conversion as incorrectly disabled for some ASL operators.* Various fixes and improvements for iasl(8).* In acpixtract(8), add handling for both LF and CR/LF line termination to accept acpidump output from any system.* In acpibin(8), add new -a and -o options.For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20160930.* Increase maximum loop count before AE_AML_INFINITE_LOOP exception to 1048575.* iasl: Correctly handle unresolved symbols in the hardware map file.*
Sync ACPICA with Intel's version 20160930.* Increase maximum loop count before AE_AML_INFINITE_LOOP exception to 1048575.* iasl: Correctly handle unresolved symbols in the hardware map file.* iasl: Support for control method invocation as an operand of DeRefOf().* Various improvements and some issues fixed.For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20160831.* Improve support for the so-called "module-level code".* Fixed a possible mutex error during control method auto-serialization.* Implemented two new t
Sync ACPICA with Intel's version 20160831.* Improve support for the so-called "module-level code".* Fixed a possible mutex error during control method auto-serialization.* Implemented two new table handler events (table install/uninstall).* New 'execute predef' subcommand in the AML debugger.* Various issues fixed.For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
kernel - Cleanup gcc warnings* Cleanup gcc warnings at higher optimization levels. This will allow us to build kernels -O2 or -O3.
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 20160527.* Temporarily reverted the new arbitrary bit length/alignment support in AcpiHwRead/AcpiHwWrite for the Generic Address Structure. There have been a nu
Sync ACPICA with Intel's version 20160527.* Temporarily reverted the new arbitrary bit length/alignment support in AcpiHwRead/AcpiHwWrite for the Generic Address Structure. There have been a number of regressions with the new code that need to be fully resolved and tested before this support can be finally integrated into ACPICA. Apologies for any inconveniences these issues may have caused.* The ACPI message macros are not configurable (ACPI_MSG_ERROR, ACPI_MSG_EXCEPTION, ACPI_MSG_WARNING, ACPI_MSG_INFO, ACPI_MSG_BIOS_ERROR, and ACPI_MSG_BIOS_WARNING). Lv Zheng.* Fixed a couple of GCC warnings associated with the use of the -Wcast-qual option. Adds a new return macro, return_STR. Jung-uk Kim.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 20160318.* Arbitrary bit length and offset support for registers defined by the Generic Address Structure.* ASL's Concatenate operator now allows any ACPI objec
Sync ACPICA with Intel's version 20160318.* Arbitrary bit length and offset support for registers defined by the Generic Address Structure.* ASL's Concatenate operator now allows any ACPI object to be passed as an operand.* Added "const" across the source.* Various fixes and additions.For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.Tested-by: ivadasz, tkusumi
Revert "Sync ACPICA with Intel's version 20160318."This reverts commit 9cefb7c89c63c495157c0c77d761030bf2bea9b0.It is causing issues with acpi_timer which I need to investigate.Revert it until t
Revert "Sync ACPICA with Intel's version 20160318."This reverts commit 9cefb7c89c63c495157c0c77d761030bf2bea9b0.It is causing issues with acpi_timer which I need to investigate.Revert it until then so that people don't run into subtle issues.
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.
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
Revert "Sync ACPICA with Intel's version 20151218."This reverts commit 2762423991074ed996c5c4488491cb3ef18c25ea.It caused a panic on one box and enabling module-level code groupingagain didn't f
Revert "Sync ACPICA with Intel's version 20151218."This reverts commit 2762423991074ed996c5c4488491cb3ef18c25ea.It caused a panic on one box and enabling module-level code groupingagain didn't fix that, so it needs further investigation first.
Sync ACPICA with Intel's version 20151218.* Execute "module-level code" as ACPI tables are loaded into the namespace during initialization and install the default operation region handlers for
Sync ACPICA with Intel's version 20151218.* 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.* Various other fixes and features.For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
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 20150930.* Various fixes in the debugger.* Improved run-time and compile-time typechecking in the interpreter and compiler along with options to enable/disable.
Sync ACPICA with Intel's version 20150930.* Various fixes in the debugger.* Improved run-time and compile-time typechecking in the interpreter and compiler along with options to enable/disable.* Fix a bit polarity issue of one flag in the NFIT table.* Add ASL+ support for the ASL Index operator (Index(PKG1, 3) can now be written as PKG1[3]).* In IASL, fixed the file suffix for the preprocesser output file (.i).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.
kernel/acpi: Remove some local changes from a no-longer used file.
kernel/acpi: Expose the AcpiUtConvertStringToUuid() func for the module.
123