aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/ocp/deltalake/Makefile.inc
diff options
context:
space:
mode:
authorJohnny Lin <johnny_lin@wiwynn.com>2020-05-12 10:05:27 +0800
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2020-07-04 11:15:23 +0000
commit407b35aa9f5e243acbcc37e72e128c2fe241ef1d (patch)
tree86e09fbcac12b446b5ed46bf567b710810a3736e /src/mainboard/ocp/deltalake/Makefile.inc
parent54a7f41de181de72f622c1e0ca7cea89829257a2 (diff)
mb/ocp/deltalake: Populate SMBIOS data and set the read PPIN to BMC
1. Populate SMBIOS data from OCP_DMI driver read from FRU and PPIN MSR for OEM string 1 to 6, add string 8 for PCIE configuration. 2. Set the read PPIN MSR to BMC. Tested on OCP Delta Lake. Change-Id: I9127cf5da1c56d8012694d070615aec24cc22fdf Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41279 Reviewed-by: Jonathan Zhang <jonzhang@fb.com> Reviewed-by: Christian Walter <christian.walter@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/ocp/deltalake/Makefile.inc')
-rw-r--r--src/mainboard/ocp/deltalake/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/ocp/deltalake/Makefile.inc b/src/mainboard/ocp/deltalake/Makefile.inc
index bfdd78ed88..14162bb1da 100644
--- a/src/mainboard/ocp/deltalake/Makefile.inc
+++ b/src/mainboard/ocp/deltalake/Makefile.inc
@@ -4,7 +4,7 @@ bootblock-y += bootblock.c
romstage-y += romstage.c
-ramstage-y += ramstage.c
+ramstage-y += ramstage.c ipmi.c
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += fadt.c
CPPFLAGS_common += -Isrc/mainboard/$(MAINBOARDDIR)/