acpidump-all

acpidump-all 26.03

Walk through all ACPI tables with their addresses

https://www.coreboot.org
GNU General Public License v2.0 onlyGNU General Public License v2.0 or later
programs: acpidump-all
Platforms (24)
powerpc64le-linuxi686-linuxmips64-linuxarmv6l-linuxmipsel-linuxriscv64-linuxarmv5tel-linuxloongarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  acpidump-all
];
Ad-hoc shell
nix-shell -p acpidump-all
Flake (nix run)
nix run nixpkgs#acpidump-all