ACPICA tools for the development and debug of ACPI tables
1b78585135
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> |
||
---|---|---|
tests | ||
.gitignore | ||
0001-Correct-DBG2-dump-of-OemData.patch | ||
0002-Correct-dumping-of-SLIC-tables.patch | ||
0003-PHAT-FW-health-table-can-be-zero-length.patch | ||
acpibin.1 | ||
acpica-tools.spec | ||
acpidump.1 | ||
acpiexamples.1 | ||
acpiexec.1 | ||
acpihelp.1 | ||
acpisrc.1 | ||
acpixtract.1 | ||
badcode.asl.result | ||
converterSample.asl.result | ||
COPYING | ||
cve-2017-13693.patch | ||
cve-2017-13694.patch | ||
cve-2017-13695.patch | ||
dangling-ptr.patch | ||
dbtest.patch | ||
fix-version.patch | ||
gating.yaml | ||
grammar.asl.result | ||
iasl.1 | ||
README.Fedora | ||
run-misc-tests.sh | ||
sources | ||
str-trunc-warn.patch | ||
template.patch | ||
unaligned.patch | ||
uuid-len.patch |
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.