Sync from SUSE:SLFO:Main acpica revision c6bf20640954225530d69edfa5d7582e
This commit is contained in:
parent
6d6181f108
commit
1f8476e49c
@ -1,3 +1,5 @@
|
||||
Drop the build date from our binary
|
||||
|
||||
Index: acpica-unix-20240321/source/compiler/aslutils.c
|
||||
===================================================================
|
||||
--- acpica-unix-20240321.orig/source/compiler/aslutils.c
|
||||
@ -13,16 +15,3 @@ Index: acpica-unix-20240321/source/compiler/aslutils.c
|
||||
}
|
||||
|
||||
/* 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)
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
BIN
acpica-unix-20240827.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user