Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: acpica-tools | Distribution: Fedora Project |
Version: 20200925 | Vendor: Fedora Project |
Release: 2.fc34 | Build date: Tue Jan 26 03:13:22 2021 |
Group: Unspecified | Build host: buildvm-s390x-20.s390.fedoraproject.org |
Size: 3204172 | Source RPM: acpica-tools-20200925-2.fc34.src.rpm |
Packager: Fedora Project | |
Url: https://www.acpica.org/ | |
Summary: ACPICA tools for the development and debug of ACPI tables |
The ACPI Component Architecture (ACPICA) project provides an OS-independent reference implementation of the Advanced Configuration and Power Interface Specification (ACPI). ACPICA code contains those portions of ACPI meant to be directly integrated into the host OS as a kernel-resident subsystem, and a small set of tools to assist in developing and debugging ACPI tables. This package contains only the user-space tools needed for ACPI table development, not the kernel implementation of ACPI. The following commands are installed: -- iasl: compiles ASL (ACPI Source Language) into AML (ACPI Machine Language), suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes. -- acpibin: performs basic operations on binary AML files (e.g., comparison, data extraction) -- acpidump: write out the current contents of ACPI tables -- acpiexec: simulate AML execution in order to debug method definitions -- acpihelp: display help messages describing ASL keywords and op-codes -- acpisrc: manipulate the ACPICA source tree and format source files for specific environments -- acpixtract: extract binary ACPI tables from acpidump output (see also the pmtools package) This version of the tools is being released under GPLv2 license.
GPLv2
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20200925-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Oct 19 2020 Al Stone <ahs3@redhat.com> - 20200925-1 - Update to 20200925 source tree - Completely revamp the old big-endian patches (maintainability was the goal). This results in a much larger patch set, but each patch is more clearly used for a specific purpose. - The acpinames command has been deprecated upstream; acpiexec provides replacement functionality. * Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200430-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200430-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jun 08 2020 Al Stone <ahs3@redhat.com> - 202004306-1 - Update to 202004306 source tree, including patch refreshes * Wed Apr 01 2020 Al Stone <ahs3@redhat.com> - 20200326-1 - Update to 20200326 source tree, including patch refreshes - Removed a couple of patches that got included upstream * Wed Feb 26 2020 Al Stone <ahs3@redhat.com> - 20200214-1 - Update to 20200214 source tree, including patch refreshes - Add patch to fix up issues where strings and 4-byte quantities get interchanged; C strings want to be null terminated now, but AML does not so using strncpy is painful. - Add patch for s390x specific issue (dbtest), where initializing a string on the stack behaves a little differently - "PCC" is a defined Register() type, but "PlatformCommChannel" was being used instead; put it back to "PCC" as it should be in pcc.patch - Add another big-endian patch to compensate for changes to nsutils.c * Mon Feb 24 2020 Al Stone <ahs3@redhat.com> - 20200110-1 - Update to 20200110 source tree, including patch refreshes * Sun Feb 23 2020 Al Stone <ahs3@redhat.com> - 20191213-1 - Update to 20191213 source tree, including patch refeshes. - badexit patch no longer needed, so removed - GCC10 enforces -fno-common now, catching multiple places where linkage is not explicitly stated; added a patch to resolve the linker errors * Sun Feb 23 2020 Al Stone <ahs3@redhat.com> - 20191018-2 - Upstream does not build from source -- this release not pushed into the archives and noted here just for record keeping * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20190816-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Nov 23 2019 Al Stone <ahs3@redhat.com> - 20191018-1 - Update to 20191019 source tree, including patch refeshes. * Tue Oct 29 2019 Al Stone <ahs3@redhat.com> - 20190816-1 - Update to 20190816 source tree, including patch refeshes. - Add a patch to fix a non-zero exit from iasl -T ALL that actually succeeds - Remove the "template" tests; they have been subsumed by aslts.sh as they should be * Thu Oct 24 2019 Al Stone <ahs3@redhat.com> - 20190703-1 - Update to 20190703 source tree, including patch refeshes. * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20190509-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun May 26 2019 Peter Robinson <pbrobinson@fedoraproject.org> 20190509-4 - Bump release for clean upgrade from F-29 * Mon May 13 2019 Al Stone <ahs3@redhat.com> - 20190509-2 - Added an arm7hl specific fix acenv.h; GCC9 on arm7hl can now deal with misalignments so the unaligned patch could be relaxed a bit - the templates test was failing because of the backup left behind by the patch macro, so change the invocation of the macro. * Sat May 11 2019 Al Stone <ahs3@redhat.com> - 20190509-1 - Update to 20190509 source tree, including patch refeshes. * Fri May 10 2019 Al Stone <ahs3@redhat.com> - 20190405-1 - Update to 20190405 source tree, including patch refeshes. * Fri May 10 2019 Al Stone <ahs3@redhat.com> - 20190329-1 - Update to 20190329 source tree, including patch refeshes. * Fri May 10 2019 Al Stone <ahs3@redhat.com> - 20190215-1 - Update to 20190215 source tree, including patch refeshes. * Fri May 10 2019 Al Stone <ahs3@redhat.com> - 20190108-1 - Update to 20190108 source tree, including patch refeshes. - Replace use of strncpy() with memcpy() when moving ASCII bytes around; the tables use "strings" but they are seldom null terminated, causing GCC9 to complain. Closes BZ#1674629. * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20181213-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
/usr/bin/acpibin /usr/bin/acpidump /usr/bin/acpiexamples /usr/bin/acpiexec /usr/bin/acpihelp /usr/bin/acpisrc /usr/bin/acpixtract /usr/bin/iasl /usr/lib/.build-id /usr/lib/.build-id/12 /usr/lib/.build-id/12/7fd4752ce66a23da8b9f4b3b616ecf9ead931f /usr/lib/.build-id/24 /usr/lib/.build-id/24/2a7ca81a3b0aaed5bdf727759ff76bc87fa085 /usr/lib/.build-id/48 /usr/lib/.build-id/48/a646537fc287618ccfc6e9e49f96f4ce46ab75 /usr/lib/.build-id/4f /usr/lib/.build-id/4f/908f2a26a49e7d946329bbbd2bf2eaec7f7e95 /usr/lib/.build-id/8c /usr/lib/.build-id/8c/d05781588218e084daac6f061281d145edd7cf /usr/lib/.build-id/97 /usr/lib/.build-id/97/a07b93839eb9a614e0bd82c8260de928bf000e /usr/lib/.build-id/a4 /usr/lib/.build-id/a4/ee48eda918b15f3b757955cbffe282c94f4af5 /usr/lib/.build-id/e6 /usr/lib/.build-id/e6/306a93b284be461802aea880109a11ea26db16 /usr/share/doc/acpica-tools /usr/share/doc/acpica-tools/COPYING /usr/share/doc/acpica-tools/README.Fedora /usr/share/doc/acpica-tools/changes.txt /usr/share/doc/acpica-tools/examples /usr/share/doc/acpica-tools/examples/examples.c /usr/share/doc/acpica-tools/examples/examples.h /usr/share/doc/acpica-tools/examples/exstubs.c /usr/share/doc/acpica-tools/examples/extables.c /usr/share/doc/acpica-tools/new_table.txt /usr/share/man/man1/acpibin.1.gz /usr/share/man/man1/acpidump.1.gz /usr/share/man/man1/acpiexamples.1.gz /usr/share/man/man1/acpiexec.1.gz /usr/share/man/man1/acpihelp.1.gz /usr/share/man/man1/acpisrc.1.gz /usr/share/man/man1/acpixtract.1.gz /usr/share/man/man1/iasl.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 9 20:42:32 2022