Revisions of acpica
buildservice-autocommit
accepted
request 1208929
from
Thomas Renninger (trenn)
(revision 162)
baserev update by copy to link target
Thomas Renninger (trenn)
accepted
request 1207895
from
Thomas Renninger (trenn)
(revision 161)
- Update to 20240927 * Fix the acpixf.h file which caused issues for the last release (before this) 20240827 * Fix the pointer offset for the SLIC table
buildservice-autocommit
accepted
request 1202819
from
Thomas Renninger (trenn)
(revision 160)
baserev update by copy to link target
Thomas Renninger (trenn)
accepted
request 1202003
from
Clemens Famulla-Conrad (cfconrad)
(revision 159)
- Update to version 20240827 * Fix the PHAT table working: ensure that the PHAT firmware health record offset works correctly, fix various sub-table offsets, prevent segmentation faults when encountering invalid device paths. * Fix the optional table 4-byte signature. * Correct the dumping of SLIC and DBG2 tables. * Add support for QWordPCC and DWordPCC * Fix the integer to hex string conversions * Detecting FACS in reduced HW mode and allowing setting waking vector thereby waking up from S3 state * Fixing issues with crossing page boundaries when mapping operation regions * Update the support for IORT, HMAT, MPAM, AEST, CEDT, SPCR etc. tables * Fix multiple issues with table parsing, compilation and disassembly * Allow for more flexibility in _DSM usage.
Thomas Renninger (trenn)
accepted
request 1202206
from
Bernhard Wiedemann (bmwiedemann)
(revision 158)
Fix acpica-no-compiletime.patch to omit build date from xen .h files (boo#1230856, boo#1047218)
buildservice-autocommit
accepted
request 1162945
from
Thomas Renninger (trenn)
(revision 157)
baserev update by copy to link target
buildservice-autocommit
accepted
request 1147062
from
Thomas Renninger (trenn)
(revision 155)
baserev update by copy to link target
Thomas Renninger (trenn)
accepted
request 1146101
from
Thomas Renninger (trenn)
(revision 154)
- Update to version 20230628 * IASL/RHCT: Enable dumping and compiling newly added nodes * RHCT: Add flags, CMO and MMU nodes * MADT: Add dump and compile support for RISC-V APICs * MADT: Add RISC-V external interrupt controllers * Add AML_NO_OPERAND_RESOLVE flag to Timer * Add a define for size of acpi_srat_generic_affinity DeviceHandle * Slightly simplify an error message in acpi_ds_result_push() * Add port definitions for CDAT SSLBIS * Fix misspelled CDAT DSMAS define * Add interrupt command to acpiexec * Detect GED device and keep track of _EVT * ACPICA: Modify ACPI_STATE_COMMON * Manually revert after resolving conflicts PR #757 commit 32d875705c8ee8f99fd8b78dbed48633486a7640 * fix for conflict macro definition on zephyr interface * Fix ACPI_FUNCTION_ENTRY() * Revert "Fixes for ACPI_FLEX_ARRAY, to eliminate warnings on MSVC" * Revert "Events: Use spaces instead of tabs to fix indentation" * Add support for _DSC as per ACPI 6.5 * exserial.c: replace ternary operator with ACPI_MIN() * ACPICA: Modify ACPI_STATE_COMMON * Fix GCC 12 dangling-pointer warning * build: added module name for zephyr build system * Revert "Move ACPI_FUNCTION_ENTRY to function entry" * Move ACPI_FUNCTION_ENTRY to function entry * iASL/MADT: Add dump and compile support for LoongArch APICs * iasl: check Offset before Subtable dereference
buildservice-autocommit
accepted
request 1095633
from
Thomas Renninger (trenn)
(revision 153)
baserev update by copy to link target
Thomas Renninger (trenn)
accepted
request 1094386
from
Ferdinand Thiessen (susnux)
(revision 152)
Update to version 20230331
buildservice-autocommit
accepted
request 1046533
from
Thomas Renninger (trenn)
(revision 151)
baserev update by copy to link target
Thomas Renninger (trenn)
accepted
request 1045572
from
Ferdinand Thiessen (susnux)
(revision 150)
Update to version 20221020
buildservice-autocommit
accepted
request 1010968
from
Thomas Renninger (trenn)
(revision 149)
baserev update by copy to link target
Thomas Renninger (trenn)
committed
(revision 148)
Thomas Renninger (trenn)
accepted
request 1010939
from
Thomas Renninger (trenn)
(revision 147)
- This version includes CEDT table support as requested in feature (SLE 15 SP5): jsc#PED-201
buildservice-autocommit
accepted
request 972528
from
Thomas Renninger (trenn)
(revision 146)
baserev update by copy to link target
Thomas Renninger (trenn)
accepted
request 971920
from
Ferdinand Thiessen (susnux)
(revision 145)
Update bundled wmidump
buildservice-autocommit
accepted
request 971849
from
Thomas Renninger (trenn)
(revision 144)
baserev update by copy to link target
Thomas Renninger (trenn)
accepted
request 971251
from
Dirk Mueller (dirkmueller)
(revision 143)
- update to 20220331: For the ASL Sleep() operator, issue a warning if the sleep value is greater than 10 Milliseconds. Quick boottime is important, so warn about sleeps greater than 10 ms. Distribution Linux kernels reach initrd in 350 ms, so excessive delays should be called out. 10 ms is chosen randomly, but three of such delays would already make up ten percent of the boottime. Namespace: Avoid attempting to walk the Namespace if the Namespace does not exist. AML interpreter/iASL compiler: Add new Acpi 6.4 semantics for the LoadTable and Load operators. DDB_HANDLE is gone, now loadtable returns a pass/fail integer. Now load returns a pass/fail integer, as well as storing the return value in an optional 2nd argument. Headers: Use uintptr_t and offsetof() in Linux kernel builds. To avoid "performing pointer subtraction with a null pointer has undefined behavior" compiler warnings, use uintptr_t and offsetof() that are always available during Linux kernel builds to define ACPI_UINTPTR_T and the ACPI_TO_INTEGER() and ACPI_OFFSET() macros when building the ACPICA code in the Linux kernel. Added support for the Windows 11 _OSI string ("Windows 2021"). Submitted by superm1. executer/exsystem: Inform users about ACPI spec violation for the Stall() operator. Values greater than 100 microseconds violate the ACPI specification, so warn users about it. From the ACPI Specification version 6.2 Errata A, 19.6.128 *Stall (Stall for a Short Time)*: The implementation of Stall is OS-specific, but must not relinquish control of the processor. Because of this, delays longer than 100 microseconds must use Sleep instead of Stall. Data Table Compiler/Disassembler: Add support for the APMT table - ARM Performance Monitoring Unit table. Submitted by @bwicaksononv.
Displaying revisions 1 - 20 of 162