All of lore.kernel.org
 help / color / mirror / Atom feed
* [Devel] ACPICA version 20191018 released
@ 2019-10-18 16:32 Moore, Robert
  0 siblings, 0 replies; only message in thread
From: Moore, Robert @ 2019-10-18 16:32 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1711 bytes --]

18 October 2019. Summary of changes for version 20191018:

This release is available at https://acpica.org/downloads


1) ACPICA kernel-resident subsystem:

Debugger: added a new command: "Fields [address space ID]". This command dumps the contents of all field units that are defined within the namespace with a particular address space ID.

Modified the external interface AcpiLoadTable() to return a table index. This table index can be used for unloading a table for debugging.
    ACPI_STATUS
    AcpiLoadTable (
        ACPI_TABLE_HEADER       *Table,
        UINT32                  *TableIndex))

Implemented a new external interface: AcpiUnloadTable() This new function takes a table index as an argument and unloads the table. Useful for debugging only.
    ACPI_STATUS
    AcpiUnloadTable (
        UINT32                  TableIndex))

Ported the AcpiNames utility to use the new table initialization sequence. The utility was broken before this change. Also, it was required to include most of the AML interpreter into the utility in order to process table initialization (module-level code execution.)

Update for results from running Clang V8.0.1. This fixes all "dead assignment" warnings. There are still several "Dereference of NULL pointer" warnings, but these have been found to be false positive warnings.


2) iASL Compiler/Disassembler and ACPICA tools:

iASL: numerous table compiler changes to ensure that the usage of yacc/bison syntax is POSIX-compliant.

iASL/disassembler: several simple bug fixes in the data table disassembler.

Acpiexec: expand the initialization file (the -fi option) to initialize strings, buffers, packages, and field units.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-18 16:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-18 16:32 [Devel] ACPICA version 20191018 released Moore, Robert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.