diff --git a/.files b/.files index 2586f6e..96e1fb8 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 5dd9ae1..37f28bd 100644 --- a/.rev +++ b/.rev @@ -606,4 +606,12 @@ You added ec_access.c with a GPL-2.0 (only) license. Now the spec file has to be jsc#PED-201 1010968 + + fda1e8a0cbd29eb9647903187963aa22 + 20221020 + + dimstar_suse + + 1046533 + diff --git a/acpica-unix-20220331.tar.gz b/acpica-unix-20220331.tar.gz deleted file mode 120000 index 312d099..0000000 --- a/acpica-unix-20220331.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeiefa6qxluuzumtj4gdowe465s2njrlwdhkgcxvvlw5dfcg6kdtm5q \ No newline at end of file diff --git a/acpica-unix-20221020.tar_0.gz b/acpica-unix-20221020.tar_0.gz new file mode 120000 index 0000000..b8f4fde --- /dev/null +++ b/acpica-unix-20221020.tar_0.gz @@ -0,0 +1 @@ +/ipfs/bafybeibrlibe5z6ocfcupy47tovepgnsrjgx63g737en46ak4fyymte2z4 \ No newline at end of file diff --git a/acpica.changes b/acpica.changes index 5845411..5b8ce72 100644 --- a/acpica.changes +++ b/acpica.changes @@ -1,4 +1,22 @@ ------------------------------------------------------------------- +Tue Dec 27 23:13:22 UTC 2022 - Ferdinand Thiessen + +- Update to version 20221020: + * Added support for FFH (Fixed Function Hardware) Operation Region + special context data. + * Reverted commit "executer/exsystem: Warn about sleeps greater than 10 ms." + Due to user complaints about valid sleeps greater than 10ms seen + in some existing machines -- generating lots of warnings. + * Do not touch VGA memory when EBDA < 1KiB. + * Check that EBDA pointer is in valid memory. + * Completed the existing partial support for the CDAT "table". + * Updated support for the IORT table - update to version E.e + * Added CXL 3.0 structures (CXIMS & RDPAS) to the CEDT table + * iASL: Added CCEL table to both compiler/disassembler. + * iASL: NHLT table: Fixed compilation of optional undocumented fields + * iASL: Fix iASL compile error due to ACPI_TDEL_OFFSET. + +------------------------------------------------------------------- Fri Oct 14 13:32:53 UTC 2022 - Thomas Renninger - This version includes CEDT table support as requested in feature diff --git a/acpica.spec b/acpica.spec index 7be54d8..2641c6d 100644 --- a/acpica.spec +++ b/acpica.spec @@ -20,12 +20,12 @@ %define kver %(rpm -q --qf '%%{VERSION}' kernel-source) %define dmp_ver %{kver} Name: acpica -Version: 20220331 +Version: 20221020 Release: 0 Summary: A set of tools to display and debug BIOS ACPI tables License: GPL-2.0-only URL: https://acpica.org -Source: https://acpica.org/sites/acpica/files/%{src_dir}.tar.gz +Source: https://acpica.org/sites/acpica/files/%{src_dir}.tar_0.gz Source1: ec_access.c Source2: acpi_genl.tar.bz2 Source3: acpi_validate