acpidump-all
acpidump-all 26.06
Walk through all ACPI tables with their addresses
https://www.coreboot.orgGNU General Public License v2.0 onlyGNU General Public License v2.0 or later
programs: acpidump-all
Platforms (24)
mips64el-linuxarmv7a-linuxmips-linuxpowerpc64le-linuxarmv7l-linuxsh4-linuxpowerpc-linuxpowerpc64-linux
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