aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ipmi/ocp/Makefile.inc
diff options
context:
space:
mode:
authorShelly Chang <Shelly_Chang@wiwynn.com>2022-04-11 10:50:40 +0800
committerFelix Held <felix-coreboot@felixheld.de>2023-05-22 12:47:33 +0000
commite17fc5dc0b2e398f0b434a871949f47c1bfa0329 (patch)
tree19c7acf5f7ad838ce3e254c09b85d2c77c916a2d /src/drivers/ipmi/ocp/Makefile.inc
parent930dbc0d0428e4e7726bd6f23acd3f5115dd85be (diff)
drivers/ocp/ewl: Add sending Meta's BMC SEL for memory training error
Add sending Meta's BMC SEL for memory training error occurred in EWL type 3 error. The detail definition of EWL (Enhanced Warning Log) can be found in the specification document -- BIOS Data ACPI Table (BDAT) Interface Specification v4.0 Draft 5: https://uefi.org/sites/default/files/resources/BDAT%20Specification%20v4.0%20Draft5_0.pdf Change-Id: I664e9d3da7910b47260881c0df64159c8dbe2dca Signed-off-by: Shelly Chang <Shelly_Chang@wiwynn.com> Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69147 Reviewed-by: Jonathan Zhang <jon.zhixiong.zhang@gmail.com> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/ipmi/ocp/Makefile.inc')
-rw-r--r--src/drivers/ipmi/ocp/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ipmi/ocp/Makefile.inc b/src/drivers/ipmi/ocp/Makefile.inc
index 2b492e124d..3d5e69eb12 100644
--- a/src/drivers/ipmi/ocp/Makefile.inc
+++ b/src/drivers/ipmi/ocp/Makefile.inc
@@ -1,5 +1,5 @@
ramstage-$(CONFIG_IPMI_OCP) += ipmi_ocp.c ipmi_sel.c
ifeq ($(CONFIG_IPMI_OCP),y)
-romstage-$(CONFIG_IPMI_KCS_ROMSTAGE) += ipmi_ocp_romstage.c
+romstage-$(CONFIG_IPMI_KCS_ROMSTAGE) += ipmi_ocp_romstage.c ipmi_sel.c
smm-$(CONFIG_IPMI_BMC_SEL) += ipmi_sel.c
endif