acpica-unix 20230628-1 source package in Ubuntu

Changelog

acpica-unix (20230628-1) unstable; urgency=medium

  * Upgrade to 20230628 upstream
  * Sync up with upstream endian support, get rid of big-endian build and
    patches
  * Fix hpat string length and offset issue

 -- Ivan Hu <email address hidden>  Fri, 04 Aug 2023 10:32:31 +0800

Upload details

Uploaded by:
Ivan Hu
Uploaded to:
Sid
Original maintainer:
Ivan Hu
Architectures:
amd64 arm64 armel armhf i386 mips64el mipsel ppc64el riscv64 alpha arc hurd-i386 ia64 sh4 x32
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe devel

Downloads

File Size SHA-256 Checksum
acpica-unix_20230628-1.dsc 2.0 KiB c7c30f4bfa3b0791acec2510cf2725963a7cb23bcb3d534771de9aad582498fd
acpica-unix_20230628.orig.tar.gz 3.5 MiB 02292a8ea5efdbde16b88b23f620ae4170c5ae0a41e69ab62de9e2ffeda3c21f
acpica-unix_20230628-1.debian.tar.xz 32.7 KiB 8c30ef34238fb87982278ebd220fe288bea1989bafc285f3879df257e506723c

No changes file available.

Binary packages built by this source

acpica-tools: 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)

acpica-tools-dbgsym: debug symbols for acpica-tools