From ed76908e4a8bea3781a442fe0a3a557a15ebeed9 Mon Sep 17 00:00:00 2001 From: Richard Spiegel Date: Thu, 12 Apr 2018 16:17:49 -0700 Subject: include/memory_info.h: Change part number field from 19 bytes to 21 DDR4 reserves 20 bytes for part number without termination. Therefor coreboot buffer for part number has to be increased to 21 bytes, to account termination. BUG=b:77943312 TEST=Build kahlee. Change-Id: I57aa8e06d907a1e6b11ce88f612a0d6c14b7c65b Signed-off-by: Richard Spiegel Reviewed-on: https://review.coreboot.org/25650 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/include/memory_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/include/memory_info.h b/src/include/memory_info.h index d26d7890bd..c9554b8a4b 100644 --- a/src/include/memory_info.h +++ b/src/include/memory_info.h @@ -20,7 +20,7 @@ #include #define DIMM_INFO_SERIAL_SIZE 4 -#define DIMM_INFO_PART_NUMBER_SIZE 19 +#define DIMM_INFO_PART_NUMBER_SIZE 21 #define DIMM_INFO_TOTAL 8 /* Maximum num of dimm is 8 */ /** -- cgit v1.2.3