From 15e6469ef9ef76678aae0a5244bda1d9cbb3ee72 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Fri, 17 Aug 2018 15:24:56 +0200 Subject: nb/intel/sandybridge: Fill in DIMM serial number Fill in SMBIOS type 17 DIMM serial number, read from SPD. Fixes FWTS SMBIOS type 17 test. Change-Id: Id6e818bfdf4af0fd34af56dc23df052a3f8c348d Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/28191 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/include/device/dram/ddr3.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/device') diff --git a/src/include/device/dram/ddr3.h b/src/include/device/dram/ddr3.h index 9a246617d9..563be10c07 100644 --- a/src/include/device/dram/ddr3.h +++ b/src/include/device/dram/ddr3.h @@ -174,6 +174,8 @@ typedef struct dimm_attr_st { u16 manufacturer_id; /* ASCII part number - NULL terminated */ u8 part_number[17]; + /* Serial number */ + u8 serial[SPD_DIMM_SERIAL_LEN]; } dimm_attr; enum ddr3_xmp_profile { -- cgit v1.2.3