Sat, 04 May 2024 22:01:58 UTC | login

Information for build acpica-tools-20190509-5.fc33

ID150006
Package Nameacpica-tools
Version20190509
Release5.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/acpica-tools.git#8d34edb4a221187e99e6ed56b92258bc9e816524
SummaryACPICA tools for the development and debug of ACPI tables
DescriptionThe 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 -- acpinames: display complete ACPI name space from input AML -- 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.
Built bydavidlt
State failed
Volume DEFAULT
StartedSat, 05 Sep 2020 13:08:01 UTC
CompletedSat, 05 Sep 2020 14:03:20 UTC
Taskbuild (f33, /rpms/acpica-tools.git:8d34edb4a221187e99e6ed56b92258bc9e816524)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/acpica-tools.git#8d34edb4a221187e99e6ed56b92258bc9e816524'}}
Tags No tags
RPMs No RPMs
Changelog * 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 * Wed Dec 19 2018 Al Stone <ahs3@redhat.com> - 20181213-2 - Add a patch to allow zero DSDT addresses in the FADT when compiling * Thu Dec 13 2018 Al Stone <ahs3@redhat.com> - 20181213-1 - Update to 20181213 source tree, including patch refeshes. - Refresh patches; folded be-tpm2 into the larger big-endian patch after * Thu Dec 13 2018 Al Stone <ahs3@redhat.com> - 20181031-1 - Update to 20181031 source tree, including patch refeshes. Closes BZ#1656229 - Refresh patches; folded be-tpm2 into the larger big-endian patch after cleaning it up a bit - Merge in acpica-tools-tests PR * Wed Oct 24 2018 Al Stone <ahs3@redhat.com> - 20181003-1 - Update to 20181003 source tree, including patch refeshes. Closes BZ#1634207 - Merge in dump-tables PR * Mon Sep 17 2018 Al Stone <ahs3@redhat.com> - 20180810-1 - Update to 20180810 source tree, including patch refeshes. Closes BZ#1614986