1IPMCTL-SHOW-ACPI(1) ipmctl IPMCTL-SHOW-ACPI(1)
2
3
4
6 ipmctl-show-acpi - Shows the system ACPI tables related to the PMem
7 modules
8
10 ipmctl show [OPTIONS] -system
11
13 Shows the system ACPI tables related to the PMem modules in the system.
14
16 -h, -help
17 Displays help for the command.
18
19 -ddrt
20 Used to specify DDRT as the desired transport protocol for the
21 current invocation of ipmctl.
22
23 -smbus
24 Used to specify SMBUS as the desired transport protocol for the
25 current invocation of ipmctl.
26
27 Note
28 The -ddrt and -smbus options are mutually exclusive and may not be
29 used together.
30
32 -system [NFIT|PCAT|PMTT]
33 The system ACPI tables to display. By default NFIT, PCAT and PMTT
34 tables are displayed. One of:
35
36 • "NFIT" - The NVDIMM Firmware Interface Table
37
38 • "PCAT" - The Platform Capabilities Table
39
40 • "PMTT" - The Platform Memory Topology Table
41
42 Refer to the ACPI specification for detailed information about the ACPI
43 tables.
44
46 Show the ACPI NFIT
47
48 ipmctl show -system NFIT
49
51 Returns the formatted data from the requested ACPI tables and their
52 sub-tables. Refer to the ACPI specification for detailed information
53 about the format of the ACPI tables.
54
55 Note
56 All data is presented in ACPI little endian format.
57
58
59
60ipmctl 2021-08-24 IPMCTL-SHOW-ACPI(1)