summaryrefslogtreecommitdiffstats
path: root/src/build/img_defs.mk
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2019-04-23 21:38:04 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-24 03:15:04 +0000
commit3801404ffb60e7563d0af44e05c7ba79d986c694 (patch)
treee6c5bbd98168bdc95e0ca97d5b6d711fb7e09df7 /src/build/img_defs.mk
parent249671d79a098be1068df41754a258483aa17614 (diff)
downloadtalos-sbe-3801404ffb60e7563d0af44e05c7ba79d986c694.tar.gz
talos-sbe-3801404ffb60e7563d0af44e05c7ba79d986c694.zip
Send IPL status codes to BMC over LPC port 81h/82h
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
Diffstat (limited to 'src/build/img_defs.mk')
-rw-r--r--src/build/img_defs.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build/img_defs.mk b/src/build/img_defs.mk
index 4bd4113b..a351b87d 100644
--- a/src/build/img_defs.mk
+++ b/src/build/img_defs.mk
@@ -520,6 +520,10 @@ ifdef SBE_CONSOLE_SUPPORT
GCC-DEFS += -DSBE_CONSOLE_SUPPORT
endif
+ifdef SBE_IPL_STATUS_LPC_SUPPORT
+GCC-DEFS += -DSBE_IPL_STATUS_LPC_SUPPORT
+endif
+
DEFS += $(GCC-DEFS)
###########################################################################
OpenPOWER on IntegriCloud