Skip to content

Commit

Permalink
Adding missing reports to pcie and edge shims
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay Tondak <Akshay.Tondak@amd.com>
  • Loading branch information
Akshay Tondak authored and Akshay Tondak committed Feb 3, 2025
1 parent fabcf1b commit ceedd89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime_src/core/edge/user/smi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ smi_edge() : smi_base()
{"electrical", "Electrical and power sensors present on the device", "common"},
{"error", "Asyncronus Error present on the device", "common"},
{"firewall", "Firewall status", "common"},
{"host", "Host information", "common"},
{"mailbox", "Mailbox metrics of the device", "common"},
{"mechanical", "Mechanical sensors on and surrounding the device", "common"},
{"memory", "Memory information present on the device", "common"},
{"pcie-info", "Pcie information of the device", "common"},
{"platform", "Platforms flashed on the device", "common"},
{"qspi-status", "QSPI write protection status", "common"},
{"thermal", "Thermal sensors present on the device", "common"}
};
Expand Down
2 changes: 2 additions & 0 deletions src/runtime_src/core/pcie/linux/smi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ smi_pcie() : smi_base()
{"electrical", "Electrical and power sensors present on the device", "common"},
{"error", "Asyncronus Error present on the device", "common"},
{"firewall", "Firewall status", "common"},
{"host", "Host information", "common"},
{"mailbox", "Mailbox metrics of the device", "common"},
{"mechanical", "Mechanical sensors on and surrounding the device", "common"},
{"memory", "Memory information present on the device", "common"},
{"pcie-info", "Pcie information of the device", "common"},
{"platform", "Platforms flashed on the device", "common"},
{"qspi-status", "QSPI write protection status", "common"},
{"thermal", "Thermal sensors present on the device", "common"}
};
Expand Down

0 comments on commit ceedd89

Please sign in to comment.