diff --git a/src/runtime_src/core/edge/user/smi.cpp b/src/runtime_src/core/edge/user/smi.cpp index 210bcea0f0..66d6c4fae5 100644 --- a/src/runtime_src/core/edge/user/smi.cpp +++ b/src/runtime_src/core/edge/user/smi.cpp @@ -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"} }; diff --git a/src/runtime_src/core/pcie/linux/smi.cpp b/src/runtime_src/core/pcie/linux/smi.cpp index 6eab798f97..e2d30f9967 100644 --- a/src/runtime_src/core/pcie/linux/smi.cpp +++ b/src/runtime_src/core/pcie/linux/smi.cpp @@ -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"} };