summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/sbeglobals.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/core/sbeglobals.H')
-rw-r--r--src/sbefw/core/sbeglobals.H10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sbefw/core/sbeglobals.H b/src/sbefw/core/sbeglobals.H
index 8ddb06be..e7bd76b6 100644
--- a/src/sbefw/core/sbeglobals.H
+++ b/src/sbefw/core/sbeglobals.H
@@ -76,6 +76,15 @@ class SBEGlobalsSingleton
*
*/
PkSemaphore sbeSemCmdProcess;
+
+ /**
+ * @brief Global semaphore for async task
+ *
+ * This is used to send invoke commands on Async process
+ *
+ */
+ PkSemaphore sbeSemAsyncProcess;
+
sbeRole SBERole;
// SBE Frequency. Initially nest frequency is 133 MHZ
uint32_t sbefreq;
@@ -138,6 +147,7 @@ class SBEGlobalsSingleton
sbeIntrSource(),
sbeSemCmdRecv(),
sbeSemCmdProcess(),
+ sbeSemAsyncProcess(),
SBERole(SBE_ROLE_MASTER),
sbefreq(( 133 * 1000 * 1000)/SBE::SBE_TO_NEST_FREQ_FACTOR),
sbeFWSecurityEnabled(1)
OpenPOWER on IntegriCloud