ACPICA tools for the development and debug of ACPI tables
edb6c78416
This update also means a major update for all of the big-endian patching that has been done. The older mechanism was getting to unwieldy to keep maintained, and too sensitive to upstream changes. Hence, redid all of the old patches, and took the opportunity to make them more amenable to change over time. Ultimately, the goal is to have upstream accept these in some form. Signed-off-by: Al Stone <ahs3@redhat.com> |
||
---|---|---|
tests | ||
.gitignore | ||
0001-Add-in-basic-infrastructure-for-big-endian-support.patch | ||
0002-Modify-utility-functions-to-be-endian-agnostic.patch | ||
0003-Always-display-table-header-content-in-human-readabl.patch | ||
0004-Re-enable-support-for-big-endian-machines.patch | ||
0005-Support-MADT-aka-APIC-in-a-big-endian-world.patch | ||
0006-Support-ASF-tables-in-a-big-endian-world.patch | ||
0007-Support-CPEP-tables-in-a-big-endian-world.patch | ||
0008-Support-DBG2-table-in-a-big-endian-world.patch | ||
0009-Support-DMAR-in-a-big-endian-world.patch | ||
0010-Support-DRTM-in-a-big-endian-world.patch | ||
0011-Support-EINJ-in-a-big-endian-world.patch | ||
0012-Support-ERST-in-a-big-endian-world.patch | ||
0013-Support-FADT-aka-FACP-in-a-big-endian-world.patch | ||
0014-Support-most-FPDTs-in-a-big-endian-world.patch | ||
0015-Support-GTDT-in-a-big-endian-world.patch | ||
0016-Support-HEST-in-a-big-endian-world.patch | ||
0017-Support-RSDT-RSD-PTR-in-a-big-endian-world.patch | ||
0018-Support-XSDT-in-a-big-endian-world.patch | ||
0019-Support-SRAT-in-a-big-endian-world.patch | ||
0020-Support-SLIT-in-a-big-endian-world.patch | ||
0021-Support-MSCT-in-a-big-endian-world.patch | ||
0022-Support-MPST-in-a-big-endian-world.patch | ||
0023-Support-NFIT-in-a-big-endian-world.patch | ||
0024-Support-SDEV-in-a-big-endian-world.patch | ||
0025-Support-HMAT-in-a-big-endian-world.patch | ||
0026-Support-PDTT-in-a-big-endian-world.patch | ||
0027-Support-PPTT-in-a-big-endian-world.patch | ||
0028-Support-PCCT-in-a-big-endian-world.patch | ||
0029-Support-WDAT-in-a-big-endian-world.patch | ||
0030-Support-TCPA-in-a-big-endian-world.patch | ||
0031-Support-STAO-in-a-big-endian-world.patch | ||
0032-Support-SLIC-and-MSDM-in-a-big-endian-world.patch | ||
0033-Support-MCFG-in-a-big-endian-world.patch | ||
0034-Support-LPIT-in-a-big-endian-world.patch | ||
0035-Support-PMTT-in-a-big-endian-world.patch | ||
0036-Support-IORT-in-a-big-endian-world.patch | ||
0037-Support-IVRS-in-a-big-endian-world.patch | ||
0038-Support-TPM2-in-a-big-endian-world.patch | ||
0039-Add-partial-big-endian-support-for-WPBT-tables.patch | ||
0040-Support-DSDT-SSDT-in-a-big-endian-world.patch | ||
acpibin.1 | ||
acpica-tools.spec | ||
acpidump.1 | ||
acpiexamples.1 | ||
acpiexec.1 | ||
acpihelp.1 | ||
acpisrc.1 | ||
acpixtract.1 | ||
arm7hl.patch | ||
armv7-str-fixes.patch | ||
badcode.asl.result | ||
converterSample.asl.result | ||
COPYING | ||
cve-2017-13693.patch | ||
cve-2017-13694.patch | ||
cve-2017-13695.patch | ||
dbtest.patch | ||
f23-harden.patch | ||
facp.patch | ||
grammar.asl.result | ||
iasl.1 | ||
int-format.patch | ||
mips-be-fix.patch | ||
OPT_LDFLAGS.patch | ||
ptr-cast.patch | ||
README.Fedora | ||
run-misc-tests.sh | ||
simple-64bit.patch | ||
sources | ||
str-trunc-warn.patch | ||
template.patch | ||
ull-32bit.patch | ||
unaligned.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.