Пакет acpica: Информация

  • Default inline alert: Версия в репозитории: 20230628-alt1

Исходный пакет: acpica
Версия: 20220331-alt1
Собран:  9 августа 2022 г. 15:48
Сообщить об ошибке в пакете
Домашняя страница: https://www.acpica.org/

Лицензия: GPLv2
О пакете: 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.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
acpica (riscv64)
acpica-debuginfo (riscv64)

Сопровождающий: Alexey Shabalin

Список участников:
Alexey Shabalin
Michael Shigorin

    1. bison
    2. flex

Последнее изменение


8 августа 2022 г. Alexey Shabalin 20220331-alt1
- 20220331
28 декабря 2021 г. Alexey Shabalin 20211217-alt1
- 20211217
- Drop patches for big-endian support.
- Disable misc tests.
1 сентября 2021 г. Michael Shigorin 20201113-alt2
- fix -Wstrict-aliasing use; see also mcst#4656 and the suggested
  http://gcc.gnu.org/onlinedocs/gcc-7.5.0/gcc/Warning-Options.html#Warning-Options
- E2K: ftbfs workarounds (still the warnings might be real)