P9: threadStopall procedure support
This procedure is used to stop all instruction in the threads
for the p9 feature enabled systems. Here following best case
approach. Like issue processor level stop all chip-op with
ignore hardware error mode. Since this function is used in
power-off/error path.
Tested: verified procedure on p9 based systems
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: I14af85340143d2383683d9fb823394b9ce7b56ca
diff --git a/meson.build b/meson.build
index ce7ff10..bbaeeed 100644
--- a/meson.build
+++ b/meson.build
@@ -86,6 +86,7 @@
'procedures/p9/start_host.cpp',
'procedures/p9/start_host_mpreboot.cpp',
'procedures/p9/enter_mpreboot.cpp',
+ 'procedures/p9/thread_stopall.cpp',
]
endif
if build_openfsi