Accepting request 1146101 from home:trenn:branches:hardware
- 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 OBS-URL: https://build.opensuse.org/request/show/1146101 OBS-URL: https://build.opensuse.org/package/show/hardware/acpica?expand=0&rev=154
This commit is contained in:
parent
f8ac91e3d1
commit
8a010a2579
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c5d695d605aaa61709f3c63f57a1a99b8902291723998446b0813b57ac310e2
|
||||
size 1942586
|
3
acpica-unix-20230628.tar.gz
Normal file
3
acpica-unix-20230628.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86876a745e3d224dcfd222ed3de465b47559e85811df2db9820ef09a9dff5cce
|
||||
size 1946751
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 07:01:55 UTC 2024 - Thomas Renninger <trenn@suse.de>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 14:29:52 UTC 2023 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package acpica
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%define kver %(rpm -q --qf '%%{VERSION}' kernel-source)
|
||||
%define dmp_ver %{kver}
|
||||
Name: acpica
|
||||
Version: 20230331
|
||||
Version: 20230628
|
||||
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