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/corefiles.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sbefw/core/corefiles.mk') 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 = -- cgit v1.2.1