summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/raminit.h
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2016-09-02 13:29:17 -0500
committerMartin Roth <martinroth@google.com>2017-06-16 16:08:24 +0200
commit5aaa8ce21c85a41c313c18ca7a4e41a25ab711d9 (patch)
tree9978466f54e34641cc94a428cad2a4f56abd9ca8 /src/northbridge/intel/haswell/raminit.h
parentf739e7f56a237556240a46ade476f75ed41d4fc1 (diff)
downloadcoreboot-5aaa8ce21c85a41c313c18ca7a4e41a25ab711d9.tar.xz
haswell: add CBMEM_MEMINFO table when initing RAM
Populate a memory_info struct with PEI and SPD data, in order to inject the CBMEM_INFO table necessary to populate a type17 SMBIOS table. On Broadwell, this is done by the MRC binary, but the older Haswell MRC binary doesn't populate the pei_data struct with all the info needed, so we have to pull it from the SPD. Some values are hardcoded based on platform specifications. Change-Id: Iea837d23f2c9c1c943e0db28cf81b265f054e9d1 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/19958 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/northbridge/intel/haswell/raminit.h')
-rw-r--r--src/northbridge/intel/haswell/raminit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/haswell/raminit.h b/src/northbridge/intel/haswell/raminit.h
index d02b72dac2..b42fcf87d6 100644
--- a/src/northbridge/intel/haswell/raminit.h
+++ b/src/northbridge/intel/haswell/raminit.h
@@ -19,6 +19,7 @@
#include "pei_data.h"
void sdram_initialize(struct pei_data *pei_data);
+void setup_sdram_meminfo(struct pei_data *pei_data);
int fixup_haswell_errata(void);
/* save_mrc_data() must be called after cbmem has been initialized. */
void save_mrc_data(struct pei_data *pei_data);