aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/denverton_ns/Makefile.inc
diff options
context:
space:
mode:
authorJulien Viard de Galbert <jviarddegalbert@online.net>2018-02-26 18:32:59 +0100
committerMartin Roth <martinroth@google.com>2018-05-08 03:06:04 +0000
commit2d0aaa7fc1f0ad197bca92581581bdd633b09b33 (patch)
tree25698c5608235ad6bdf707d4c94cf8a05e5da52a /src/soc/intel/denverton_ns/Makefile.inc
parentad126109ca0739d08a42cb7c0ae25fabf3d981d5 (diff)
soc/intel/denverton_ns: Fill dimm info for SMBIOS table 17
Rework display_fsp_smbios_memory_info_hob (shared code). Import code to convert memory HOB to dimm info for SMBIOS table 17 mostly copied from fsp1_1 mainboard_save_dimm_info. Change-Id: Id5c4ceaf4e65359f72ec764f0914b5daa82f257e Signed-off-by: Julien Viard de Galbert <jviarddegalbert@online.net> Reviewed-on: https://review.coreboot.org/23851 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/denverton_ns/Makefile.inc')
-rw-r--r--src/soc/intel/denverton_ns/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/denverton_ns/Makefile.inc b/src/soc/intel/denverton_ns/Makefile.inc
index 5feea13398..798ca83b9e 100644
--- a/src/soc/intel/denverton_ns/Makefile.inc
+++ b/src/soc/intel/denverton_ns/Makefile.inc
@@ -63,6 +63,7 @@ ramstage-y += cpu.c
ramstage-y += tsc_freq.c
ramstage-y += spi.c
ramstage-y += fiamux.c
+ramstage-y += hob_mem.c
ramstage-$(CONFIG_DRIVERS_UART_8250MEM) += uart_debug.c
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += acpi.c
ramstage-$(CONFIG_HAVE_SMI_HANDLER) += smm.c