From 993f68ab5a265fcad818973054bbc446e9faca2f Mon Sep 17 00:00:00 2001 From: Francois Toguo Date: Mon, 4 Feb 2019 17:05:51 -0800 Subject: soc/intel: Add mem_rank info in SMBIOS "mosys memory spd print all" returns incorrect memory ranks info. This patch and 2 upcomming ones (one in FSP) will address the issue. BUG=b:122329046 TEST=Boot to OS on Bobba variant of Octopus BRANCH=octopus Change-Id: I212215040e4786c258a9c604cc5c2bb62867c842 Signed-off-by: Francois Toguo Reviewed-on: https://review.coreboot.org/c/31235 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/soc/intel/common/smbios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/common/smbios.h') diff --git a/src/soc/intel/common/smbios.h b/src/soc/intel/common/smbios.h index 4750d3cd7d..33b5d0df04 100644 --- a/src/soc/intel/common/smbios.h +++ b/src/soc/intel/common/smbios.h @@ -21,7 +21,7 @@ /* Fill the SMBIOS memory information from FSP MEM_INFO_DATA_HOB in CBMEM.*/ void dimm_info_fill(struct dimm_info *dimm, u32 dimm_capacity, u8 ddr_type, - u32 frequency, u8 channel_id, u8 dimm_id, + u32 frequency, u8 rank_per_dimm, u8 channel_id, u8 dimm_id, const char *module_part_num, size_t module_part_number_size, u16 data_width); -- cgit v1.2.3