Accepting request 971251 from home:dirkmueller:Factory
- 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. OBS-URL: https://build.opensuse.org/request/show/971251 OBS-URL: https://build.opensuse.org/package/show/hardware/acpica?expand=0&rev=143
This commit is contained in:
parent
c3207aa170
commit
84eb472dd6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cd82a281a16bc70c2708665668f138c4fc606c31161d46ce77230454ec04821
|
||||
size 1898035
|
3
acpica-unix-20220331.tar.gz
Normal file
3
acpica-unix-20220331.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acaff68b14f1e0804ebbfc4b97268a4ccbefcfa053b02ed9924f2b14d8a98e21
|
||||
size 1911044
|
@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 20 20:02:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
Data Table Compiler/Disassembler: For MADT, add support for the OEM-
|
||||
defined subtables (Types 0x80-0x7F).
|
||||
|
||||
Data Table Compiler: Fixed a problem with support for the SDEV table,
|
||||
where a subtable Length was not computed correctly.
|
||||
|
||||
Data Table Compiler/Disassembler: Add/fix the CFMWS subtable to the CEDT
|
||||
Acpi table support.
|
||||
|
||||
Data Table Compiler/Disassembler: Fix a compile issue with the CEDT and
|
||||
add template. Submitted by MasterDrogo.
|
||||
|
||||
Data Table Compiler/Disassembler: NHLT Changes provided by Piotr Maziarz:
|
||||
iASL/NHLT: Rename linux specific structures to DeviceInfo to improve
|
||||
readability of the code.
|
||||
iASL/NHLT: Fix parsing undocumented bytes at the end of Endpoint.
|
||||
Undocumented bytes at the end of Endpoint Descriptor can be present
|
||||
independently of Linux-specific structures. Their size can also vary.
|
||||
iASL/NHLT: Treat TableTerminator as SpecificConfig. SpecificConfig has 4
|
||||
bytes of size and then an amount of bytes specified by size. All of the
|
||||
terminators that I've seen had a size equal to 4, but theoretically it
|
||||
can vary.
|
||||
|
||||
iASL/AcpiExec: Use _exit instead of exit in signal handers (ctrl-C).
|
||||
|
||||
iASL: Remove a remark due to excessive output. Removed a remark for
|
||||
duplicate Offset() operators, due to a user complaint.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 14:39:59 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define kver %(rpm -q --qf '%%{VERSION}' kernel-source)
|
||||
%define dmp_ver %{kver}
|
||||
Name: acpica
|
||||
Version: 20210930
|
||||
Version: 20220331
|
||||
Release: 0
|
||||
Summary: A set of tools to display and debug BIOS ACPI tables
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user