ACPICA tools for the development and debug of ACPI tables
Go to file
2018-08-08 09:20:56 -06:00
tests Start adding in CI tests with some basic smoke tests 2018-08-08 09:20:02 -06:00
.gitignore Update to 20180629 upstream, refresh patches 2018-07-08 17:01:03 -06:00
acpibin.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
acpica-tools.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild 2018-07-12 19:57:52 +00:00
acpidump.1 Initial import (#904843). 2013-08-28 13:31:28 -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
acpinames.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
arm7hl.patch Add patch to fix arm7hl build. 2017-01-30 17:28:11 -07:00
aslcodegen.patch Add a new patch to repair big-endian support 2018-07-06 18:47:37 -06:00
badcode.asl.result Update grammar and badcode expected results 2018-03-06 17:17:45 -07:00
be-tpm2.patch Add new TPM2 patch to fix a big-endian issue. 2017-11-27 15:30:47 -07:00
big-endian-v2.patch Add in an additional patch to correct for new fixes upstream that 2017-10-17 11:50:54 -06:00
big-endian.patch Update to 20180629 upstream, refresh patches 2018-07-08 17:01:03 -06:00
COPYING Initial import (#904843). 2013-08-28 13:31:28 -06:00
cve-2017-13693.patch CVE-2017-13593: patch fixes operand cache leak in dsutils.c (BZ#1485346) 2018-03-08 16:44:52 -07:00
cve-2017-13694.patch Update source to 20180531 upstream, plus patch refresh 2018-06-21 17:03:16 -06:00
cve-2017-13695.patch Update to 20180313 sources and refresh patches. 2018-05-14 12:57:53 -06:00
f23-harden.patch Update to 20180209 upstream source, including patch refreshes 2018-03-06 15:25:45 -07:00
free.patch Update to 20170929 upstream source, refresh patches 2017-10-06 17:13:40 -06:00
grammar.asl.result Update grammar and badcode expected results 2018-03-06 17:17:45 -07:00
iasl.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
int-format.patch Update source to 20180531 upstream, plus patch refresh 2018-06-21 17:03:16 -06:00
mips-be-fix.patch Update to 20180313 sources and refresh patches. 2018-05-14 12:57:53 -06:00
OPT_LDFLAGS.patch Update to 20170728 upstream source and refresh patches 2017-08-11 18:15:42 -06:00
ppc64le.patch Update to 20180313 sources and refresh patches. 2018-05-14 12:57:53 -06:00
ptr-cast.patch Clean up some warnings for pointer casting on 32-bit architectures 2018-03-16 10:43:11 -06:00
README.Fedora Initial import (#904843). 2013-08-28 13:31:28 -06:00
run-misc-tests.sh Stupid typo in fix to run-misc-tests.sh 2014-05-22 19:18:47 -06:00
simple-64bit.patch Update to 20180313 sources and refresh patches. 2018-05-14 12:57:53 -06:00
sources Update to 20180629 upstream, refresh patches 2018-07-08 17:01:03 -06:00
str-trunc-warn.patch Corrected free-before-use error 2018-03-15 15:32:26 -06:00
template.patch Update to 20161222 upstream sources 2017-01-09 17:43:59 -07:00
unaligned.patch Reordered the big-endian patches to consolidate them and make things 2017-08-14 16:35:58 -06: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.