RAS file updates for PAUC chiplet

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: Id46de43f2aa69b1f838b196aa3e1ddbad5ed00e6
diff --git a/analyzer/resolution.cpp b/analyzer/resolution.cpp
index 86a10e1..4adb4f2 100644
--- a/analyzer/resolution.cpp
+++ b/analyzer/resolution.cpp
@@ -65,6 +65,15 @@
         trace::inf("No support to get peer target on SMP bus");
         txTarget = i_rxTarget;
     }
+    else if (callout::BusType::SMP_BUS == i_busType &&
+             util::pdbg::TYPE_IOHS == rxType)
+    {
+        // TODO: Will need to reference some sort of data that can tell us how
+        //       the processors are connected in the system. For now, return the
+        //       RX target to avoid returning a nullptr.
+        trace::inf("No support to get peer target on SMP bus");
+        txTarget = i_rxTarget;
+    }
     else if (callout::BusType::OMI_BUS == i_busType &&
              util::pdbg::TYPE_OMI == rxType)
     {