summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/corefiles.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>2020-02-19 20:45:33 +0000
commit610838fa62b782010a7f846cb5c77965efa6ef6a (patch)
tree187adc4d44d52fd0333395c95ed5c3f08beb43d3 /src/sbefw/core/corefiles.mk
parent7247b205d621a2b988e3816760c81cbc551f7f68 (diff)
downloadtalos-sbe-610838fa62b782010a7f846cb5c77965efa6ef6a.tar.gz
talos-sbe-610838fa62b782010a7f846cb5c77965efa6ef6a.zip
Send IPL status codes to BMC over LPC port 81h/82h
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
Diffstat (limited to 'src/sbefw/core/corefiles.mk')
-rw-r--r--src/sbefw/core/corefiles.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sbefw/core/corefiles.mk b/src/sbefw/core/corefiles.mk
index b14d0b0f..ef5a76bb 100644
--- a/src/sbefw/core/corefiles.mk
+++ b/src/sbefw/core/corefiles.mk
@@ -62,6 +62,9 @@ endif
ifeq ($(SBE_CONSOLE_SUPPORT), 1)
CORESEEPROM-CPP-SOURCES += sbeConsole.C
endif
+ifeq ($(SBE_IPL_STATUS_LPC_SUPPORT), 1)
+CORESEEPROM-CPP-SOURCES += sbeIPLStatusLPC.C
+endif
CORESEEPROM-C-SOURCES =
CORESEEPROM-S-SOURCES =
OpenPOWER on IntegriCloud