Attn: use phal library for get TI info calls

Switch from using pdbg library sbe_mpipl_get_ti_info() to using phal
library getTiInfo() for retrieving pointer to TI info shared memory
region.

Signed-off-by: Ben Tyner <ben.tyner@ibm.com>
Change-Id: I916d9195493b2759eed1695b36b9ae156b37be7e
diff --git a/attn/attn_logging.hpp b/attn/attn_logging.hpp
index e790d94..84c986b 100644
--- a/attn/attn_logging.hpp
+++ b/attn/attn_logging.hpp
@@ -30,7 +30,8 @@
     Terminate     = 1,
     Vital         = 2,
     HwDiagsFail   = 3,
-    AttentionFail = 4
+    AttentionFail = 4,
+    PhalSbeChipop = 5
 };
 
 /** @brief Maximum length of a single trace event message */
@@ -50,4 +51,7 @@
 /** @brief Commit attention handler failure event to log */
 void eventAttentionFail(int i_error);
 
+/** @brief Commit sbe chipop event to log */
+void eventPhalSbeChipop(uint32_t proc);
+
 } // namespace attn