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/test/end2end/logging.cpp b/test/end2end/logging.cpp
index d75625e..9fe119e 100644
--- a/test/end2end/logging.cpp
+++ b/test/end2end/logging.cpp
@@ -48,4 +48,9 @@
     return 0;
 }
 
+void eventPhalSbeChipop(uint32_t proc)
+{
+    std::cout << "event: sbe timeout proc " << proc << std::endl;
+}
+
 } // namespace attn