From 3801404ffb60e7563d0af44e05c7ba79d986c694 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 23 Apr 2019 21:38:04 +0000 Subject: Send IPL status codes to BMC over LPC port 81h/82h Signed-off-by: Timothy Pearson --- src/sbefw/core/sbeglobals.H | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/sbefw/core/sbeglobals.H') diff --git a/src/sbefw/core/sbeglobals.H b/src/sbefw/core/sbeglobals.H index 3b2b0ad9..72f9222c 100644 --- a/src/sbefw/core/sbeglobals.H +++ b/src/sbefw/core/sbeglobals.H @@ -85,6 +85,10 @@ class SBEGlobalsSingleton */ PkSemaphore sbeSemAsyncProcess; + #ifdef SBE_IPL_STATUS_LPC_SUPPORT + static bool sbeLPCActive; + #endif + #ifdef SBE_CONSOLE_SUPPORT // Binary semaphore to protect uart access PkSemaphore sbeUartBinSem; -- cgit v1.2.1