logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ipmctl-show-system - Shows the system ACPI tables related to the PMem modules

Description

       Shows the system ACPI tables related to the PMem modules in the system.

Examples

       Show the ACPI NFIT

           ipmctl show -system NFIT

Name

       ipmctl-show-system - Shows the system ACPI tables related to the PMem modules

Options

       -h, -help
           Displays help for the command.

       -ddrt
           Used to specify DDRT as the desired transport protocol for the current invocation of ipmctl.

       -smbus
           Used to specify SMBUS as the desired transport protocol for the current invocation of ipmctl.

           Note

           The -ddrt and -smbus options are mutually exclusive and may not be used together.

Return Data

       Returns the formatted data from the requested ACPI tables and their sub-tables. Refer to the ACPI
       specification for detailed information about the format of the ACPI tables.

           Note

           All data is presented in ACPI little endian format.

ipmctl                                             2024-04-22                              IPMCTL-SHOW-SYSTEM(1)

Synopsis

           ipmctl show [OPTIONS] -system

Targets

       -system [NFIT|PCAT|PMTT]
           The system ACPI tables to display. By default NFIT, PCAT and PMTT tables are displayed. One of:

           •   "NFIT" - The NVDIMM Firmware Interface Table

           •   "PCAT" - The Platform Capabilities Table

           •   "PMTT" - The Platform Memory Topology Table

       See the ACPI specification for detailed information about the ACPI tables.

See Also