Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
f68106512d |
@@ -1,5 +1,3 @@
|
|||||||
Drop the build date from our binary
|
|
||||||
|
|
||||||
Index: acpica-unix-20240321/source/compiler/aslutils.c
|
Index: acpica-unix-20240321/source/compiler/aslutils.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix-20240321.orig/source/compiler/aslutils.c
|
--- acpica-unix-20240321.orig/source/compiler/aslutils.c
|
||||||
@@ -15,3 +13,16 @@ Index: acpica-unix-20240321/source/compiler/aslutils.c
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Summary of main input and output files */
|
/* Summary of main input and output files */
|
||||||
|
Index: acpica-unix-20240321/source/compiler/aslglobal.h
|
||||||
|
===================================================================
|
||||||
|
--- acpica-unix-20240321.orig/source/compiler/aslglobal.h
|
||||||
|
+++ acpica-unix-20240321/source/compiler/aslglobal.h
|
||||||
|
@@ -325,7 +325,7 @@ ASL_EXTERN BOOLEAN ASL_
|
||||||
|
ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_DisplayRemarks, TRUE);
|
||||||
|
ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_DisplayWarnings, TRUE);
|
||||||
|
ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_DisplayOptimizations, FALSE);
|
||||||
|
-ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_Deterministic, TRUE);
|
||||||
|
+ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_Deterministic, FALSE);
|
||||||
|
ASL_EXTERN UINT8 ASL_INIT_GLOBAL (AslGbl_WarningLevel, ASL_WARNING);
|
||||||
|
ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_UseOriginalCompilerId, FALSE);
|
||||||
|
ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_VerboseTemplates, FALSE);
|
||||||
|
BIN
acpica-unix-20240321.tar.gz
(Stored with Git LFS)
Normal file
BIN
acpica-unix-20240321.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
acpica-unix-20240927.tar.gz
(Stored with Git LFS)
BIN
acpica-unix-20240927.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,35 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Oct 14 08:41:22 UTC 2024 - Thomas Renninger <trenn@suse.de>
|
|
||||||
|
|
||||||
- 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
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Fri Mar 22 19:10:55 UTC 2024 - Thomas Renninger <trenn@suse.de>
|
||||||
|
|
||||||
|
@@ -20,14 +20,14 @@
|
|||||||
%define kver %(rpm -q --qf '%%{VERSION}' kernel-source)
|
%define kver %(rpm -q --qf '%%{VERSION}' kernel-source)
|
||||||
%define dmp_ver %{kver}
|
%define dmp_ver %{kver}
|
||||||
Name: acpica
|
Name: acpica
|
||||||
Version: 20240927
|
Version: 20240321
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A set of tools to display and debug BIOS ACPI tables
|
Summary: A set of tools to display and debug BIOS ACPI tables
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
URL: https://acpica.org
|
URL: https://acpica.org
|
||||||
# https://acpica.org/sites/acpica/files/%{src_dir}.tar.gz
|
# https://acpica.org/sites/acpica/files/%{src_dir}.tar.gz
|
||||||
# New location:
|
# New location:
|
||||||
# https://github.com/user-attachments/files/16769900/acpica-unix-20240827.tar.gz
|
# https://github.com/acpica/acpica/files/14718333/acpica-unix-20240321.tar.gz
|
||||||
Source: %{src_dir}.tar.gz
|
Source: %{src_dir}.tar.gz
|
||||||
Source1: ec_access.c
|
Source1: ec_access.c
|
||||||
Source2: acpi_genl.tar.bz2
|
Source2: acpi_genl.tar.bz2
|
||||||
|
Reference in New Issue
Block a user