PHAL: refactoring common_utils
Moved pdbg specific utils function into new file.
This will help to avoid adding additional phal library
dependency for apps , which are not really consumed
phal repos.
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: Ibabd8096afe8402551d1314f0ff5b89cac891aad
diff --git a/meson.build b/meson.build
index 891b6b2..b16f045 100644
--- a/meson.build
+++ b/meson.build
@@ -66,6 +66,7 @@
'procedures/phal/set_SPI_mux.cpp',
'procedures/phal/proc_pre_poweroff.cpp',
'extensions/phal/common_utils.cpp',
+ 'extensions/phal/pdbg_utils.cpp',
'procedures/phal/check_host_running.cpp',
'extensions/phal/create_pel.cpp',
'extensions/phal/phal_error.cpp',