- 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.

OBS-URL: https://build.opensuse.org/package/show/hardware/acpica?expand=0&rev=159
This commit is contained in:
Thomas Renninger 2024-09-24 07:40:13 +00:00 committed by Git OBS Bridge
parent 0a94e14678
commit f1ccfc7680
4 changed files with 25 additions and 5 deletions

BIN
acpica-unix-20240321.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
acpica-unix-20240827.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -4,6 +4,24 @@ Fri Sep 20 12:03:58 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
- Fix acpica-no-compiletime.patch to omit build date from xen .h files
(boo#1230856, boo#1047218)
-------------------------------------------------------------------
Tue Sep 3 08:52:58 UTC 2024 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
- 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.
-------------------------------------------------------------------
Fri Mar 22 19:10:55 UTC 2024 - Thomas Renninger <trenn@suse.de>

View File

@ -20,14 +20,14 @@
%define kver %(rpm -q --qf '%%{VERSION}' kernel-source)
%define dmp_ver %{kver}
Name: acpica
Version: 20240321
Version: 20240827
Release: 0
Summary: A set of tools to display and debug BIOS ACPI tables
License: GPL-2.0-only
URL: https://acpica.org
# https://acpica.org/sites/acpica/files/%{src_dir}.tar.gz
# New location:
# https://github.com/acpica/acpica/files/14718333/acpica-unix-20240321.tar.gz
# https://github.com/user-attachments/files/16769900/acpica-unix-20240827.tar.gz
Source: %{src_dir}.tar.gz
Source1: ec_access.c
Source2: acpi_genl.tar.bz2
@ -60,6 +60,8 @@ firmware. It also can disassemble AML, for debugging purposes.
%prep
%setup -q -n %{src_dir} -a 2 -a 4
# Workaround for https://github.com/acpica/acpica/issues/971
mv source/include/ACPIXF.H source/include/acpixf.h
%autopatch -p1
mkdir acpidump-%{dmp_ver}
cd acpidump-%{dmp_ver}