ACPICA tools for the development and debug of ACPI tables
Go to file
Al Stone 1b78585135 Update to 20240322 and remove support for big-endian architectures
As s390x was the only one remaining, it has now been excluded.  This
was best done with an update of the source tree to match upstream.
This is turn caused additional patch updates.

With s390x gone, all of the big-endian patches can be removed,
simplifying things enormously.  This is the biggest change.

Several other patches that are no longer needed due to changes
in Fedora builds (ld flags, for example), or that are no longer needed
(such as armv7) have also been removed.

Added three new patches to fix problems with dumping various
tables, and removed all the remaining patches that no longer
serve a purpose.

Thanks to the contributors for PR#4 and PR#5 for the suggestions.
These have all been incorporated even if they are not in exactly
the same form.

Signed-off-by: Al Stone <ahs3@ahs3.net>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2024-11-06 14:09:43 +01:00
tests Update the test list 2019-07-02 15:04:33 -06:00
.gitignore Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
0001-Correct-DBG2-dump-of-OemData.patch Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
0002-Correct-dumping-of-SLIC-tables.patch Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
0003-PHAT-FW-health-table-can-be-zero-length.patch Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
acpibin.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
acpica-tools.spec Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
acpidump.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
acpiexamples.1 Add man page for acpiexamples. Closes BZ#1611145. 2018-08-08 17:10:53 -06:00
acpiexec.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
acpihelp.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
acpisrc.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
acpixtract.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
badcode.asl.result Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
converterSample.asl.result Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
COPYING Initial import (#904843). 2013-08-28 13:31:28 -06:00
cve-2017-13693.patch Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
cve-2017-13694.patch Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
cve-2017-13695.patch Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
dangling-ptr.patch Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
dbtest.patch Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
fix-version.patch Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
gating.yaml Enable package gating for RHEL-10 2024-07-30 20:00:51 -04:00
grammar.asl.result Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
iasl.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
README.Fedora Initial import (#904843). 2013-08-28 13:31:28 -06:00
run-misc-tests.sh Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
sources Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
str-trunc-warn.patch Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
template.patch Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
unaligned.patch Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00
uuid-len.patch Update to 20240322 and remove support for big-endian architectures 2024-11-06 14:09:43 +01:00

Packaging Notes for Fedora
==========================
The upstream source contains documentation that may or may not be licensed
in a freely redistributable manner.  In an excess of caution, the manuals in
question have been removed from the source we start with.  You can still get
your own copies of the documentation from here:

   https://www.acpica.org/documentation/

The two manuals affected are:

   (1) ACPICA Reference Manual, describing the ACPI Component Architecture
       in some detail, and

   (2) ASL Compiler Reference Manual, describing how to use iasl

While there are man pages for the commands, they are very brief.  The
documents above are recommended reading.


Test Cases
==========
The aapits tests do not currently build properly.  They will be added to
this package once they do.  In the meantime, ASL, template and misc tests
will be run as part of %check.