Sat, 23 Nov 2024 03:18:08 CST | login

Information for build acpica-tools-20210604-5.el9

ID24648
Package Nameacpica-tools
Version20210604
Release5.el9
Epoch
DraftFalse
Sourcegit+https://git.cclinux.org/stage/rpms/acpica-tools.git#7a66588be122c7029254a61edc6c3190c8cf0190
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 -- 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 bydistrobuild
State complete
Volume DEFAULT
StartedWed, 10 May 2023 00:56:26 CST
CompletedWed, 10 May 2023 01:08:32 CST
Taskbuild (dist-circle9, /stage/rpms/acpica-tools.git:7a66588be122c7029254a61edc6c3190c8cf0190)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/acpica-tools.git?#7a66588be122c7029254a61edc6c3190c8cf0190'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
acpica-tools-20210604-5.el9.src.rpm (info) (download)
aarch64
acpica-tools-20210604-5.el9.aarch64.rpm (info) (download)
acpica-tools-debuginfo-20210604-5.el9.aarch64.rpm (info) (download)
acpica-tools-debugsource-20210604-5.el9.aarch64.rpm (info) (download)
i686
acpica-tools-20210604-5.el9.i686.rpm (info) (download)
acpica-tools-debuginfo-20210604-5.el9.i686.rpm (info) (download)
acpica-tools-debugsource-20210604-5.el9.i686.rpm (info) (download)
ppc64le
acpica-tools-20210604-5.el9.ppc64le.rpm (info) (download)
acpica-tools-debuginfo-20210604-5.el9.ppc64le.rpm (info) (download)
acpica-tools-debugsource-20210604-5.el9.ppc64le.rpm (info) (download)
s390x
acpica-tools-20210604-5.el9.s390x.rpm (info) (download)
acpica-tools-debuginfo-20210604-5.el9.s390x.rpm (info) (download)
acpica-tools-debugsource-20210604-5.el9.s390x.rpm (info) (download)
x86_64
acpica-tools-20210604-5.el9.x86_64.rpm (info) (download)
acpica-tools-debuginfo-20210604-5.el9.x86_64.rpm (info) (download)
acpica-tools-debugsource-20210604-5.el9.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * Thu Oct 06 2022 Dean Nelson <dnelson@redhat.com> - 20210604-5 - Backport 19b11f91660b ("Add the subtable CFMWS to the CEDT table"). - Backport d9798f5275bb ("Fix Compile issue with CEDT and add template"). - Backport 0914618b553d ("Automated cleanup; No functional changes"). - Backport 7021087eedb0 ("Remove a duplicate of ACPI_SIG_CEDT"). - Add in big-endian patch for CEDT tble. * Mon Oct 03 2022 Dean Nelson <dnelson@redhat.com> - 20210604-4 - Add in big-endian patches for PRMT, RGRT and SVKL tables. - Fix big-endian related prmt.asl compiler errors. * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 20210604-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Tue Jul 27 2021 Al Stone <ahs3@redhat.com> - 20210604-2 - Running 'iasl -T all' would segfault when dumping the PHAT template; fixed AcpiDmDumpPhat() by removing unnecessary assignments from patch - Borrowed a patch from upstream to fix Unicode usage in WPBTs * Fri Jul 23 2021 Dean Nelson <dnelson@redhat.com> - 20210604-1 - Update to 20210604 source tree. - Bring the big-endian patches up-to-date with what has been submitted upstream by Al Stone <ahs3@redhat.com> (not accepted currently). * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 20200925-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * 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.